Skip to content

Commit 9fbd15d

Browse files
committed
Releasing 5.0.0-SNAPSHOT
1 parent c291718 commit 9fbd15d

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525

2626
<artifactId>vertx-codegen-parent</artifactId>
27-
<version>5.0.0.CR5</version>
27+
<version>5.0.0-SNAPSHOT</version>
2828
<packaging>pom</packaging>
2929

3030
<name>Vert.x Codegen Parent</name>

vertx-codegen-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.vertx</groupId>
66
<artifactId>vertx-codegen-parent</artifactId>
7-
<version>5.0.0.CR5</version>
7+
<version>5.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>vertx-codegen-api</artifactId>
13-
<version>5.0.0.CR5</version>
13+
<version>5.0.0-SNAPSHOT</version>
1414

1515
<dependencies>
1616
<dependency>

vertx-codegen-json/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.vertx</groupId>
66
<artifactId>vertx-codegen-parent</artifactId>
7-
<version>5.0.0.CR5</version>
7+
<version>5.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>vertx-codegen-json</artifactId>
13-
<version>5.0.0.CR5</version>
13+
<version>5.0.0-SNAPSHOT</version>
1414

1515
<properties>
1616
<doc.skip>false</doc.skip>
@@ -38,7 +38,7 @@
3838
<groupId>io.vertx</groupId>
3939
<artifactId>vertx-codegen-processor</artifactId>
4040
<classifier>stubs</classifier>
41-
<version>5.0.0.CR5</version>
41+
<version>5.0.0-SNAPSHOT</version>
4242
<scope>test</scope>
4343
</dependency>
4444
</dependencies>

vertx-codegen-processor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.vertx</groupId>
66
<artifactId>vertx-codegen-parent</artifactId>
7-
<version>5.0.0.CR5</version>
7+
<version>5.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>vertx-codegen-processor</artifactId>
13-
<version>5.0.0.CR5</version>
13+
<version>5.0.0-SNAPSHOT</version>
1414

1515
<properties>
1616
<asciidoc.dir>${project.basedir}/src/main/asciidoc</asciidoc.dir>

vertx-codegen-protobuf/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.vertx</groupId>
66
<artifactId>vertx-codegen-parent</artifactId>
7-
<version>5.0.0.CR5</version>
7+
<version>5.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>vertx-codegen-protobuf</artifactId>
13-
<version>5.0.0.CR5</version>
13+
<version>5.0.0-SNAPSHOT</version>
1414

1515
<properties>
1616
<doc.skip>false</doc.skip>

vertx-codegen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.vertx</groupId>
66
<artifactId>vertx-codegen-parent</artifactId>
7-
<version>5.0.0.CR5</version>
7+
<version>5.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>vertx-codegen</artifactId>
13-
<version>5.0.0.CR5</version>
13+
<version>5.0.0-SNAPSHOT</version>
1414

1515
<properties>
1616
<doc.skip>false</doc.skip>

0 commit comments

Comments
 (0)