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 Dec 11, 2024
1 parent 3bdd78a commit e85c42c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</parent>

<artifactId>vertx-core-aggregator</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Vert.x Core Aggregator</name>
Expand Down
4 changes: 2 additions & 2 deletions vertx-core-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-core-aggregator</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-core-logging</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>

<name>Vert.x Core Logging</name>

Expand Down
6 changes: 3 additions & 3 deletions vertx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-core-aggregator</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-core</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>

<name>Vert.x Core</name>

Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core-logging</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>
</dependency>

<!-- We depend on the specific Netty dependencies not netty-all to reduce the size of fatjars -->
Expand Down

0 comments on commit e85c42c

Please sign in to comment.