Release 3.20.1
This commit is contained in:
parent
ad46edb5c8
commit
4fa569282b
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-beans-extensions</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-checker</artifactId>
|
||||
|
||||
@ -17,7 +17,7 @@ repositories {
|
||||
}
|
||||
|
||||
group = "org.jooq"
|
||||
version = "3.20.1-SNAPSHOT"
|
||||
version = "3.20.1"
|
||||
|
||||
dependencies {
|
||||
implementation(gradleApi())
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-codegen-maven</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-codegen</artifactId>
|
||||
|
||||
@ -61,7 +61,7 @@ public final class Constants {
|
||||
* This is the same as {@link #MINOR_VERSION}, but it may include patch
|
||||
* version suffixes.
|
||||
*/
|
||||
public static final String VERSION = "3.20.1-SNAPSHOT";
|
||||
public static final String VERSION = "3.20.1";
|
||||
|
||||
/**
|
||||
* The latest jOOQ full version.
|
||||
@ -69,7 +69,7 @@ public final class Constants {
|
||||
* This is the same as {@link #VERSION}, but it may include release
|
||||
* candidate and other suffixes.
|
||||
*/
|
||||
public static final String FULL_VERSION = "3.20.1-SNAPSHOT";
|
||||
public static final String FULL_VERSION = "3.20.1";
|
||||
|
||||
/**
|
||||
* The build date of this version.
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-jackson-extensions</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-jpa-extensions</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-kotlin-coroutines</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-kotlin</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-extensions-hibernate</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-extensions-liquibase</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-extensions</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-kotlin</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta</artifactId>
|
||||
|
||||
@ -61,7 +61,7 @@ public final class Constants {
|
||||
* This is the same as {@link #MINOR_VERSION}, but it may include patch
|
||||
* version suffixes.
|
||||
*/
|
||||
public static final String VERSION = "3.20.1-SNAPSHOT";
|
||||
public static final String VERSION = "3.20.1";
|
||||
|
||||
/**
|
||||
* The latest jOOQ full version.
|
||||
@ -69,7 +69,7 @@ public final class Constants {
|
||||
* This is the same as {@link #VERSION}, but it may include release
|
||||
* candidate and other suffixes.
|
||||
*/
|
||||
public static final String FULL_VERSION = "3.20.1-SNAPSHOT";
|
||||
public static final String FULL_VERSION = "3.20.1";
|
||||
|
||||
/**
|
||||
* The build date of this version.
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-migrations-maven</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-migrations</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-postgres-extensions</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-reactor-extensions</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-scala_3.5</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-xtend</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.20.1-SNAPSHOT</version>
|
||||
<version>3.20.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq</artifactId>
|
||||
|
||||
@ -61,7 +61,7 @@ public final class Constants {
|
||||
* This is the same as {@link #MINOR_VERSION}, but it may include patch
|
||||
* version suffixes.
|
||||
*/
|
||||
public static final String VERSION = "3.20.1-SNAPSHOT";
|
||||
public static final String VERSION = "3.20.1";
|
||||
|
||||
/**
|
||||
* The latest jOOQ full version.
|
||||
@ -69,7 +69,7 @@ public final class Constants {
|
||||
* This is the same as {@link #VERSION}, but it may include release
|
||||
* candidate and other suffixes.
|
||||
*/
|
||||
public static final String FULL_VERSION = "3.20.1-SNAPSHOT";
|
||||
public static final String FULL_VERSION = "3.20.1";
|
||||
|
||||
/**
|
||||
* The build date of this version.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user