Skip to content

Commit

Permalink
Releasing 4.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Sep 4, 2024
1 parent c4881b4 commit c6d4098
Show file tree
Hide file tree
Showing 8 changed files with 439 additions and 234 deletions.
657 changes: 431 additions & 226 deletions pom.xml

Large diffs are not rendered by default.

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

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

0 comments on commit c6d4098

Please sign in to comment.