Skip to content

Commit 201cdad

Browse files
committed
Releasing 5.0.0-SNAPSHOT
1 parent 98428f7 commit 201cdad

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</parent>
2121

2222
<artifactId>vertx-core-aggregator</artifactId>
23-
<version>5.0.0.CR5</version>
23+
<version>5.0.0-SNAPSHOT</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Vert.x Core Aggregator</name>

vertx-core-logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<parent>
1818
<groupId>io.vertx</groupId>
1919
<artifactId>vertx-core-aggregator</artifactId>
20-
<version>5.0.0.CR5</version>
20+
<version>5.0.0-SNAPSHOT</version>
2121
</parent>
2222

2323
<artifactId>vertx-core-logging</artifactId>
24-
<version>5.0.0.CR5</version>
24+
<version>5.0.0-SNAPSHOT</version>
2525

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

vertx-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<parent>
1818
<groupId>io.vertx</groupId>
1919
<artifactId>vertx-core-aggregator</artifactId>
20-
<version>5.0.0.CR5</version>
20+
<version>5.0.0-SNAPSHOT</version>
2121
</parent>
2222

2323
<artifactId>vertx-core</artifactId>
24-
<version>5.0.0.CR5</version>
24+
<version>5.0.0-SNAPSHOT</version>
2525

2626
<name>Vert.x Core</name>
2727

@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>io.vertx</groupId>
4040
<artifactId>vertx-core-logging</artifactId>
41-
<version>5.0.0.CR5</version>
41+
<version>5.0.0-SNAPSHOT</version>
4242
</dependency>
4343

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

0 commit comments

Comments
 (0)