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 9df4eeb commit 59a4f3b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>

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

<name>Vertx SQL Client parent</name>
Expand Down
2 changes: 1 addition & 1 deletion vertx-db2-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-sql-client-parent</artifactId>
<version>5.0.0.CR2</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

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

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

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

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

<artifactId>vertx-pg-client</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions vertx-sql-client-templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-sql-client-parent</artifactId>
<version>5.0.0.CR2</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-sql-client-templates</artifactId>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-pg-client</artifactId>
<version>5.0.0.CR2</version>
<version>5.0.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion vertx-sql-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-sql-client-parent</artifactId>
<version>5.0.0.CR2</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>vertx-sql-client</artifactId>
Expand Down

0 comments on commit 59a4f3b

Please sign in to comment.