Skip to content

Commit

Permalink
Set version to 4.5.11-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Sep 4, 2024
1 parent c6d4098 commit 0e69ec7
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<artifactId>vertx-sql-client-parent</artifactId>

<version>4.5.10</version>
<version>4.5.11-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -66,7 +66,7 @@

<properties>

<stack.version>4.5.10</stack.version>
<stack.version>4.5.11-SNAPSHOT</stack.version>

<doc.skip>true</doc.skip>

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>4.5.10</version>
<version>4.5.11-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>4.5.10</version>
<version>4.5.11-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>4.5.10</version>
<version>4.5.11-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>4.5.10</version>
<version>4.5.11-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>4.5.10</version>
<version>4.5.11-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>4.5.10</version>
<version>4.5.11-SNAPSHOT</version>
</parent>

<artifactId>vertx-sql-client-templates</artifactId>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-pg-client</artifactId>
<version>4.5.10</version>
<version>4.5.11-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>4.5.10</version>
<version>4.5.11-SNAPSHOT</version>
</parent>

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

0 comments on commit 0e69ec7

Please sign in to comment.