Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add the dependency to your project:
<groupId>dev.snowdrop.openrewrite</groupId>
<artifactId>service</artifactId>
<classifier>shaded</classifier>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
</dependency>
```

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.snowdrop.openrewrite</groupId>
<artifactId>rewrite-client</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
</parent>
<artifactId>client</artifactId>
<name>OpenRewrite :: Java Quarkus Client</name>
Expand Down
2 changes: 1 addition & 1 deletion jbang-catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.snowdrop.openrewrite</groupId>
<artifactId>rewrite-client</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
<name>OpenRewrite :: Java Client &amp; Library project</name>
<description>Openrewrite Java Quarkus client and library to execute recipes</description>
<inceptionYear>2026</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion sample/using-recipe-class/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.snowdrop</groupId>
<artifactId>simple-rewrite-scanner</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
<name>simple-rewrite-scanner</name>
<description>Simple Rewrite Scanner</description>

Expand Down
2 changes: 1 addition & 1 deletion sample/with-recipes-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.snowdrop</groupId>
<artifactId>rewrite-scanner-recipes-yaml</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
<name>rewrite-scanner-recipes-yaml</name>
<description>Rewrite Scanner using a YAML recipes file</description>

Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.snowdrop.openrewrite</groupId>
<artifactId>rewrite-client</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
</parent>
<artifactId>service</artifactId>
<name>OpenRewrite :: Service &amp; shaded jar</name>
Expand Down