Skip to content

Commit

Permalink
Set version to 5.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 22, 2024
1 parent da14740 commit a65b6f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-launcher-parent</artifactId>
<version>5.0.0.CR2</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-launcher-application</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-launcher-parent</artifactId>
<version>5.0.0.CR2</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-launcher-legacy-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>

<artifactId>vertx-launcher-parent</artifactId>
<version>5.0.0.CR2</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Vert.x Launcher parent</name>
Expand Down

0 comments on commit a65b6f8

Please sign in to comment.