diff --git a/README.md b/README.md
index 671187e..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-SNAPSHOT
+ 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:0.3.4-SNAPSHOT:shaded
+//DEPS dev.snowdrop.openrewrite:service:0.3.4: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..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-SNAPSHOT
+ 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 92420dd..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-SNAPSHOT
+ 0.3.4
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