Release 3.19.1-SNAPSHOT
This commit is contained in:
parent
04dbbf4639
commit
05f24d79e3
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-checker</artifactId>
|
||||
|
||||
@ -17,7 +17,7 @@ repositories {
|
||||
}
|
||||
|
||||
group = "org.jooq"
|
||||
version = "3.19.0"
|
||||
version = "3.19.1-SNAPSHOT"
|
||||
|
||||
dependencies {
|
||||
implementation(gradleApi())
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-codegen-maven</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</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.19.0";
|
||||
public static final String VERSION = "3.19.1-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* 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.19.0";
|
||||
public static final String FULL_VERSION = "3.19.1-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* The build date of this version.
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-academy</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-checker-framework-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-flyway-ddl-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-flyway-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-javafx-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-jpa-example-entities</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-jpa-example</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-kotlin-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-oracle-example</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-r2dbc-example</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-spark-chart-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-spark-example</artifactId>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-testcontainers-example</artifactId>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-testcontainers-flyway-example</artifactId>
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.jooq</groupId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-jackson-extensions</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-kotlin-coroutines</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-kotlin</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-extensions-hibernate</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-extensions-liquibase</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-extensions</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-kotlin</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</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.19.0";
|
||||
public static final String VERSION = "3.19.1-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* 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.19.0";
|
||||
public static final String FULL_VERSION = "3.19.1-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* The build date of this version.
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-migrations-maven</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-migrations</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-postgres-extensions</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-scala_2.13</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-xtend</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1-SNAPSHOT</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.19.0";
|
||||
public static final String VERSION = "3.19.1-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* 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.19.0";
|
||||
public static final String FULL_VERSION = "3.19.1-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* The build date of this version.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user