From 0ae6194fdbef10db04df5c1773a81bfe81e690c9 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Wed, 14 Aug 2024 10:05:35 +0200 Subject: [PATCH 1/2] Fix params in IT --- .../java/io/quarkus/updates/integration/UpdateProjectIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tests/src/test/java/io/quarkus/updates/integration/UpdateProjectIT.java b/recipes-tests/src/test/java/io/quarkus/updates/integration/UpdateProjectIT.java index 9f131555ea..6dd59228f4 100644 --- a/recipes-tests/src/test/java/io/quarkus/updates/integration/UpdateProjectIT.java +++ b/recipes-tests/src/test/java/io/quarkus/updates/integration/UpdateProjectIT.java @@ -78,7 +78,7 @@ static void buildProject(Path tempDir) throws IOException, InterruptedException, } static void updateProject(Path tempDir, String updateStream) throws IOException, InterruptedException, TimeoutException { - String output = jbang(tempDir, QUARKUS_TEST_CLI, "update", "-S=" + updateStream, "--update-recipes-version=999-SNAPSHOT"); + String output = jbang(tempDir, QUARKUS_TEST_CLI, "update", "-S=" + updateStream, "--quarkus-update-recipes=999-SNAPSHOT"); } From 5348196b2d18a194f7b84bb9edce43f89e845102 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Wed, 14 Aug 2024 10:06:21 +0200 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04c806b8cc..6af3a8033d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,4 +8,4 @@ your contributions are very welcome. If you want to test your changes on your application, you can: - Install your changes to your local repository with `./mvnw clean install` -- Run `quarkus update` with your updated recipes: `quarkus update --update-recipes-version=1.0.X-SNAPSHOT` (adjust the version accordingly) +- Run `quarkus update` with your updated recipes: `quarkus update --quarkus-update-recipes=1.0.X-SNAPSHOT` (adjust the version accordingly)