From 2fd81498fa9093ed66b8dd3b8f4521ac25cbe078 Mon Sep 17 00:00:00 2001 From: Github Action Date: Tue, 17 Mar 2026 12:49:14 +0000 Subject: [PATCH 1/2] release: 0.3.4 and catalog update --- README.md | 4 ++-- client/pom.xml | 2 +- jbang-catalog.json | 2 +- pom.xml | 2 +- sample/using-recipe-class/pom.xml | 2 +- sample/with-recipes-yaml/pom.xml | 2 +- service/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 671187e..cfe2ff0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add the dependency to your project: dev.snowdrop.openrewrite service shaded - 0.3.4-SNAPSHOT + ``` @@ -112,7 +112,7 @@ rewrite /path/to/project -r org.openrewrite.java.format.AutoFormat ///usr/bin/env jbang "$0" "$@" ; exit $? //DEPS org.slf4j:slf4j-api:2.0.17 //DEPS org.jboss.slf4j:slf4j-jboss-logmanager:2.1.0.Final -//DEPS dev.snowdrop.openrewrite:service:0.3.4-SNAPSHOT:shaded +//DEPS dev.snowdrop.openrewrite:service::shaded //NOINTEGRATIONS //RUNTIME_OPTIONS -Djava.util.logging.manager=org.jboss.logmanager.LogManager diff --git a/client/pom.xml b/client/pom.xml index f306491..5618f07 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -6,7 +6,7 @@ dev.snowdrop.openrewrite rewrite-client - 0.3.4-SNAPSHOT + 0.3.4 client OpenRewrite :: Java Quarkus Client diff --git a/jbang-catalog.json b/jbang-catalog.json index e927a73..a2d7fba 100644 --- a/jbang-catalog.json +++ b/jbang-catalog.json @@ -3,7 +3,7 @@ "aliases": { "rewrite": { "description": "Quarkus OpenRewrite client to execute recipes", - "script-ref": "https://github.com/snowdrop/rewrite-client/releases/download/early-access/client-0.3.4-SNAPSHOT-runner.jar" + "script-ref": "https://github.com/snowdrop/rewrite-client/releases/download/0.3.4/client-0.3.4-runner.jar" } }, "templates": {} diff --git a/pom.xml b/pom.xml index 9ffcb99..5ba49ae 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ dev.snowdrop.openrewrite rewrite-client - 0.3.4-SNAPSHOT + 0.3.4 OpenRewrite :: Java Client & Library project Openrewrite Java Quarkus client and library to execute recipes 2026 diff --git a/sample/using-recipe-class/pom.xml b/sample/using-recipe-class/pom.xml index d69a463..7650d0c 100644 --- a/sample/using-recipe-class/pom.xml +++ b/sample/using-recipe-class/pom.xml @@ -4,7 +4,7 @@ 4.0.0 dev.snowdrop simple-rewrite-scanner - 0.3.4-SNAPSHOT + simple-rewrite-scanner Simple Rewrite Scanner diff --git a/sample/with-recipes-yaml/pom.xml b/sample/with-recipes-yaml/pom.xml index 92420dd..15f9a5b 100644 --- a/sample/with-recipes-yaml/pom.xml +++ b/sample/with-recipes-yaml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 dev.snowdrop rewrite-scanner-recipes-yaml - 0.3.4-SNAPSHOT + rewrite-scanner-recipes-yaml Rewrite Scanner using a YAML recipes file diff --git a/service/pom.xml b/service/pom.xml index 2d3f4c0..859881b 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -6,7 +6,7 @@ dev.snowdrop.openrewrite rewrite-client - 0.3.4-SNAPSHOT + 0.3.4 service OpenRewrite :: Service & shaded jar From 7a6ea0a9c799978f066e1bab165025d7114b5a01 Mon Sep 17 00:00:00 2001 From: Charles Moulliard Date: Tue, 17 Mar 2026 16:19:22 +0100 Subject: [PATCH 2/2] Add the missing version: 0.3.4 to the sample pom.xml files and README.md Signed-off-by: Charles Moulliard --- README.md | 6 +++--- sample/using-recipe-class/pom.xml | 2 +- sample/with-recipes-yaml/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cfe2ff0..ffa0cf2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add the dependency to your project: dev.snowdrop.openrewrite service shaded - + 0.3.4 ``` @@ -61,7 +61,7 @@ jbang app install rewrite@snowdrop/rewrite-client > [!NOTE] > To install a released version, append to the reference of the version ```shell -jbang app install rewrite@snowdrop/rewrite-client/0.3.2 +jbang app install rewrite@snowdrop/rewrite-client/0.3.4 ``` Run a recipe: @@ -112,7 +112,7 @@ rewrite /path/to/project -r org.openrewrite.java.format.AutoFormat ///usr/bin/env jbang "$0" "$@" ; exit $? //DEPS org.slf4j:slf4j-api:2.0.17 //DEPS org.jboss.slf4j:slf4j-jboss-logmanager:2.1.0.Final -//DEPS dev.snowdrop.openrewrite:service::shaded +//DEPS dev.snowdrop.openrewrite:service:0.3.4:shaded //NOINTEGRATIONS //RUNTIME_OPTIONS -Djava.util.logging.manager=org.jboss.logmanager.LogManager diff --git a/sample/using-recipe-class/pom.xml b/sample/using-recipe-class/pom.xml index 7650d0c..a0dab95 100644 --- a/sample/using-recipe-class/pom.xml +++ b/sample/using-recipe-class/pom.xml @@ -4,7 +4,7 @@ 4.0.0 dev.snowdrop simple-rewrite-scanner - + 0.3.4 simple-rewrite-scanner Simple Rewrite Scanner diff --git a/sample/with-recipes-yaml/pom.xml b/sample/with-recipes-yaml/pom.xml index 15f9a5b..34db8b9 100644 --- a/sample/with-recipes-yaml/pom.xml +++ b/sample/with-recipes-yaml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 dev.snowdrop rewrite-scanner-recipes-yaml - + 0.3.4 rewrite-scanner-recipes-yaml Rewrite Scanner using a YAML recipes file