Release 3.19.0-SNAPSHOT
This commit is contained in:
parent
c05fd578e2
commit
5988833d09
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-checker</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-codegen-maven</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-codegen</artifactId>
|
||||
|
||||
@ -53,7 +53,7 @@ public final class Constants {
|
||||
/**
|
||||
* The latest jOOQ minor version.
|
||||
*/
|
||||
public static final String MINOR_VERSION = "3.18";
|
||||
public static final String MINOR_VERSION = "3.19";
|
||||
|
||||
/**
|
||||
* The latest jOOQ version.
|
||||
@ -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.18.0-SNAPSHOT";
|
||||
public static final String VERSION = "3.19.0-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.18.0-SNAPSHOT";
|
||||
public static final String FULL_VERSION = "3.19.0-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* The current jooq-runtime XSD file name.
|
||||
@ -175,6 +175,11 @@ public final class Constants {
|
||||
*/
|
||||
public static final String VERSION_3_18 = "3.18";
|
||||
|
||||
/**
|
||||
* The minor release 3.19.
|
||||
*/
|
||||
public static final String VERSION_3_19 = "3.19";
|
||||
|
||||
/**
|
||||
* No further instances
|
||||
*/
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-academy</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-checker-framework-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-flyway-ddl-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-flyway-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-javafx-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-jpa-example-entities</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-jpa-example</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-kotlin-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-oracle-example</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-r2dbc-example</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-spark-chart-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-spark-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-spring-boot-example</artifactId>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-testcontainers-example</artifactId>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-testcontainers-flyway-example</artifactId>
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.jooq</groupId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-jackson-extensions</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-kotlin-coroutines</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-kotlin</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-extensions-hibernate</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-extensions-liquibase</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-extensions</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta</artifactId>
|
||||
|
||||
@ -53,7 +53,7 @@ public final class Constants {
|
||||
/**
|
||||
* The latest jOOQ minor version.
|
||||
*/
|
||||
public static final String MINOR_VERSION = "3.18";
|
||||
public static final String MINOR_VERSION = "3.19";
|
||||
|
||||
/**
|
||||
* The latest jOOQ version.
|
||||
@ -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.18.0-SNAPSHOT";
|
||||
public static final String VERSION = "3.19.0-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.18.0-SNAPSHOT";
|
||||
public static final String FULL_VERSION = "3.19.0-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* The current jooq-runtime XSD file name.
|
||||
@ -175,6 +175,11 @@ public final class Constants {
|
||||
*/
|
||||
public static final String VERSION_3_18 = "3.18";
|
||||
|
||||
/**
|
||||
* The minor release 3.19.
|
||||
*/
|
||||
public static final String VERSION_3_19 = "3.19";
|
||||
|
||||
/**
|
||||
* No further instances
|
||||
*/
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-migrations</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-postgres-extensions</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-scala_2.13</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-xtend</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
<version>3.19.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq</artifactId>
|
||||
|
||||
@ -53,7 +53,7 @@ public final class Constants {
|
||||
/**
|
||||
* The latest jOOQ minor version.
|
||||
*/
|
||||
public static final String MINOR_VERSION = "3.18";
|
||||
public static final String MINOR_VERSION = "3.19";
|
||||
|
||||
/**
|
||||
* The latest jOOQ version.
|
||||
@ -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.18.0-SNAPSHOT";
|
||||
public static final String VERSION = "3.19.0-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.18.0-SNAPSHOT";
|
||||
public static final String FULL_VERSION = "3.19.0-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* The current jooq-runtime XSD file name.
|
||||
@ -175,6 +175,11 @@ public final class Constants {
|
||||
*/
|
||||
public static final String VERSION_3_18 = "3.18";
|
||||
|
||||
/**
|
||||
* The minor release 3.19.
|
||||
*/
|
||||
public static final String VERSION_3_19 = "3.19";
|
||||
|
||||
/**
|
||||
* No further instances
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user