Skip to content

Commit

Permalink
Releasing 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jul 20, 2021
1 parent 568da8e commit 403004d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 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>4.1.2-SNAPSHOT</version>
<version>4.1.2</version>
<packaging>pom</packaging>

<name>Vertx SQL Client parent</name>
Expand All @@ -47,7 +47,7 @@
</scm>

<properties>
<stack.version>4.1.2-SNAPSHOT</stack.version>
<stack.version>4.1.2</stack.version>
<doc.skip>true</doc.skip>
<jmh.version>1.19</jmh.version>
<docs.dir>${project.basedir}/src/main/docs</docs.dir>
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.1.2-SNAPSHOT</version>
<version>4.1.2</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.1.2-SNAPSHOT</version>
<version>4.1.2</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.1.2-SNAPSHOT</version>
<version>4.1.2</version>
</parent>

<artifactId>vertx-mysql-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.1.2-SNAPSHOT</version>
<version>4.1.2</version>
</parent>

<artifactId>vertx-pg-client</artifactId>
Expand Down
8 changes: 4 additions & 4 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.1.2-SNAPSHOT</version>
<version>4.1.2</version>
</parent>

<artifactId>vertx-sql-client-templates</artifactId>
Expand Down Expand Up @@ -76,19 +76,19 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-pg-client</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mysql-client</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-pg-client</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.2</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.1.2-SNAPSHOT</version>
<version>4.1.2</version>
</parent>

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

0 comments on commit 403004d

Please sign in to comment.