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 53a7992 commit 54d7bf2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>

<artifactId>vertx-codegen-parent</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Vert.x Codegen Parent</name>
Expand Down
4 changes: 2 additions & 2 deletions vertx-codegen-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen-parent</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-codegen-api</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions vertx-codegen-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen-parent</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-codegen-json</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>

<properties>
<doc.skip>false</doc.skip>
Expand Down Expand Up @@ -38,7 +38,7 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen-processor</artifactId>
<classifier>stubs</classifier>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions vertx-codegen-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen-parent</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-codegen-processor</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>

<properties>
<asciidoc.dir>${project.basedir}/src/main/asciidoc</asciidoc.dir>
Expand Down
4 changes: 2 additions & 2 deletions vertx-codegen-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen-parent</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-codegen-protobuf</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>

<properties>
<doc.skip>false</doc.skip>
Expand Down
4 changes: 2 additions & 2 deletions vertx-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen-parent</artifactId>
<version>5.0.0.CR3</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>

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

<properties>
<doc.skip>false</doc.skip>
Expand Down

0 comments on commit 54d7bf2

Please sign in to comment.