Skip to content

Commit c033333

Browse files
committed
set version to 5.2.1
1 parent a80db88 commit c033333

File tree

27 files changed

+46
-46
lines changed

27 files changed

+46
-46
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<postgresql.driver.version>42.2.2</postgresql.driver.version>
3939
</properties>
4040
<groupId>io.github.jklingsporn</groupId>
41-
<version>5.2.0</version>
41+
<version>5.2.1</version>
4242
<artifactId>vertx-jooq</artifactId>
4343
<name>${project.groupId}:${project.artifactId}</name>
4444
<description>A jOOQ-CodeGenerator to create vertxified DAOs and POJOs</description>

vertx-jooq-classic-async/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<dependency>
44
<groupId>io.github.jklingsporn</groupId>
55
<artifactId>vertx-jooq-classic-async</artifactId>
6-
<version>5.2.0</version>
6+
<version>5.2.1</version>
77
</dependency>
88
```
99

@@ -32,7 +32,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
3232
<dependency>
3333
<groupId>io.github.jklingsporn</groupId>
3434
<artifactId>vertx-jooq-classic-async</artifactId>
35-
<version>5.2.0</version>
35+
<version>5.2.1</version>
3636
</dependency>
3737
</dependencies>
3838
<build>
@@ -61,7 +61,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
6161
<dependency>
6262
<groupId>io.github.jklingsporn</groupId>
6363
<artifactId>vertx-jooq-generate</artifactId>
64-
<version>5.2.0</version>
64+
<version>5.2.1</version>
6565
</dependency>
6666
</dependencies>
6767

vertx-jooq-classic-async/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vertx-jooq</artifactId>
77
<groupId>io.github.jklingsporn</groupId>
8-
<version>5.2.0</version>
8+
<version>5.2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

vertx-jooq-classic-jdbc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<dependency>
44
<groupId>io.github.jklingsporn</groupId>
55
<artifactId>vertx-jooq-classic-jdbc</artifactId>
6-
<version>5.2.0</version>
6+
<version>5.2.1</version>
77
</dependency>
88
```
99

@@ -32,7 +32,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
3232
<dependency>
3333
<groupId>io.github.jklingsporn</groupId>
3434
<artifactId>vertx-jooq-classic-jdbc</artifactId>
35-
<version>5.2.0</version>
35+
<version>5.2.1</version>
3636
</dependency>
3737
</dependencies>
3838
<build>
@@ -61,7 +61,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
6161
<dependency>
6262
<groupId>io.github.jklingsporn</groupId>
6363
<artifactId>vertx-jooq-generate</artifactId>
64-
<version>5.2.0</version>
64+
<version>5.2.1</version>
6565
</dependency>
6666
</dependencies>
6767

vertx-jooq-classic-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vertx-jooq</artifactId>
77
<groupId>io.github.jklingsporn</groupId>
8-
<version>5.2.0</version>
8+
<version>5.2.1</version>
99
</parent>
1010
<packaging>jar</packaging>
1111
<modelVersion>4.0.0</modelVersion>

vertx-jooq-classic-reactive/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<dependency>
44
<groupId>io.github.jklingsporn</groupId>
55
<artifactId>vertx-jooq-classic-reactive</artifactId>
6-
<version>5.2.0</version>
6+
<version>5.2.1</version>
77
</dependency>
88
```
99

@@ -32,7 +32,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
3232
<dependency>
3333
<groupId>io.github.jklingsporn</groupId>
3434
<artifactId>vertx-jooq-classic-reactive</artifactId>
35-
<version>5.2.0</version>
35+
<version>5.2.1</version>
3636
</dependency>
3737
</dependencies>
3838
<build>
@@ -61,7 +61,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
6161
<dependency>
6262
<groupId>io.github.jklingsporn</groupId>
6363
<artifactId>vertx-jooq-generate</artifactId>
64-
<version>5.2.0</version>
64+
<version>5.2.1</version>
6565
</dependency>
6666
</dependencies>
6767

vertx-jooq-classic-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vertx-jooq</artifactId>
77
<groupId>io.github.jklingsporn</groupId>
8-
<version>5.2.0</version>
8+
<version>5.2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

vertx-jooq-classic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vertx-jooq</artifactId>
77
<groupId>io.github.jklingsporn</groupId>
8-
<version>5.2.0</version>
8+
<version>5.2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

vertx-jooq-completablefuture-async/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<dependency>
44
<groupId>io.github.jklingsporn</groupId>
55
<artifactId>vertx-jooq-completablefuture-async</artifactId>
6-
<version>5.2.0</version>
6+
<version>5.2.1</version>
77
</dependency>
88
```
99

@@ -32,7 +32,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
3232
<dependency>
3333
<groupId>io.github.jklingsporn</groupId>
3434
<artifactId>vertx-jooq-completablefuture-async</artifactId>
35-
<version>5.2.0</version>
35+
<version>5.2.1</version>
3636
</dependency>
3737
</dependencies>
3838
<build>
@@ -61,7 +61,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
6161
<dependency>
6262
<groupId>io.github.jklingsporn</groupId>
6363
<artifactId>vertx-jooq-generate</artifactId>
64-
<version>5.2.0</version>
64+
<version>5.2.1</version>
6565
</dependency>
6666
</dependencies>
6767

vertx-jooq-completablefuture-async/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>vertx-jooq</artifactId>
77
<groupId>io.github.jklingsporn</groupId>
8-
<version>5.2.0</version>
8+
<version>5.2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

0 commit comments

Comments
 (0)