Skip to content

Commit

Permalink
set version to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jklingsporn committed Oct 26, 2020
1 parent a80db88 commit c033333
Show file tree
Hide file tree
Showing 27 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<postgresql.driver.version>42.2.2</postgresql.driver.version>
</properties>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
<artifactId>vertx-jooq</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<description>A jOOQ-CodeGenerator to create vertxified DAOs and POJOs</description>
Expand Down
6 changes: 3 additions & 3 deletions vertx-jooq-classic-async/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-classic-async</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
```

Expand Down Expand Up @@ -32,7 +32,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-classic-async</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -61,7 +61,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-generate</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-classic-async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions vertx-jooq-classic-jdbc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-classic-jdbc</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
```

Expand Down Expand Up @@ -32,7 +32,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-classic-jdbc</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -61,7 +61,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-generate</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-classic-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions vertx-jooq-classic-reactive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-classic-reactive</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
```

Expand Down Expand Up @@ -32,7 +32,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-classic-reactive</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -61,7 +61,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-generate</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-classic-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-classic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions vertx-jooq-completablefuture-async/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-completablefuture-async</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
```

Expand Down Expand Up @@ -32,7 +32,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-completablefuture-async</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -61,7 +61,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-generate</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-completablefuture-async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions vertx-jooq-completablefuture-jdbc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-completablefuture-jdbc</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
```

Expand Down Expand Up @@ -32,7 +32,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-completablefuture-jdbc</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -61,7 +61,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-generate</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-completablefuture-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions vertx-jooq-completablefuture-reactive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-completablefuture-reactive</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
```

Expand Down Expand Up @@ -32,7 +32,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-completablefuture-reactive</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -61,7 +61,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-generate</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-completablefuture-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions vertx-jooq-completablefuture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-future</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -129,7 +129,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-generate</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-completablefuture/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-generate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions vertx-jooq-rx-async/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-rx-async</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
```

Expand Down Expand Up @@ -32,7 +32,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-rx-async</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -61,7 +61,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-generate</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-rx-async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions vertx-jooq-rx-jdbc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-rx-jdbc</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
```

Expand Down Expand Up @@ -32,7 +32,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-rx-jdbc</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -61,7 +61,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-generate</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-rx-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions vertx-jooq-rx-reactive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-rx-reactive</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
```

Expand Down Expand Up @@ -32,7 +32,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-rx-reactive</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -61,7 +61,7 @@ If you are new to jOOQ, I recommend to read the awesome [jOOQ documentation](htt
<dependency>
<groupId>io.github.jklingsporn</groupId>
<artifactId>vertx-jooq-generate</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-rx-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-rx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vertx-jooq-shared-async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-jooq</artifactId>
<groupId>io.github.jklingsporn</groupId>
<version>5.2.0</version>
<version>5.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit c033333

Please sign in to comment.