diff --git a/jOOQ-checker/pom.xml b/jOOQ-checker/pom.xml
index 8ee03196d7..a3d1695bfe 100644
--- a/jOOQ-checker/pom.xml
+++ b/jOOQ-checker/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-checker
diff --git a/jOOQ-codegen-maven/pom.xml b/jOOQ-codegen-maven/pom.xml
index 264e3417c6..3ecea17827 100644
--- a/jOOQ-codegen-maven/pom.xml
+++ b/jOOQ-codegen-maven/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-codegen-maven
diff --git a/jOOQ-codegen/pom.xml b/jOOQ-codegen/pom.xml
index 65210ba617..4de8fbc168 100644
--- a/jOOQ-codegen/pom.xml
+++ b/jOOQ-codegen/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-codegen
diff --git a/jOOQ-codegen/src/main/java/org/jooq/codegen/Constants.java b/jOOQ-codegen/src/main/java/org/jooq/codegen/Constants.java
index 442d2b1289..2589917362 100644
--- a/jOOQ-codegen/src/main/java/org/jooq/codegen/Constants.java
+++ b/jOOQ-codegen/src/main/java/org/jooq/codegen/Constants.java
@@ -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
*/
diff --git a/jOOQ-examples/jOOQ-academy/pom.xml b/jOOQ-examples/jOOQ-academy/pom.xml
index ec677e41b6..30f79619d5 100644
--- a/jOOQ-examples/jOOQ-academy/pom.xml
+++ b/jOOQ-examples/jOOQ-academy/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-academy
diff --git a/jOOQ-examples/jOOQ-checker-framework-example/pom.xml b/jOOQ-examples/jOOQ-checker-framework-example/pom.xml
index 2b33c5db88..e041e422a0 100644
--- a/jOOQ-examples/jOOQ-checker-framework-example/pom.xml
+++ b/jOOQ-examples/jOOQ-checker-framework-example/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-checker-framework-example
diff --git a/jOOQ-examples/jOOQ-flyway-ddl-example/pom.xml b/jOOQ-examples/jOOQ-flyway-ddl-example/pom.xml
index 28f687c9a5..b3a2048ed3 100644
--- a/jOOQ-examples/jOOQ-flyway-ddl-example/pom.xml
+++ b/jOOQ-examples/jOOQ-flyway-ddl-example/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-flyway-ddl-example
diff --git a/jOOQ-examples/jOOQ-flyway-example/pom.xml b/jOOQ-examples/jOOQ-flyway-example/pom.xml
index 5dbd088a33..fd3a81de8a 100644
--- a/jOOQ-examples/jOOQ-flyway-example/pom.xml
+++ b/jOOQ-examples/jOOQ-flyway-example/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-flyway-example
diff --git a/jOOQ-examples/jOOQ-javafx-example/pom.xml b/jOOQ-examples/jOOQ-javafx-example/pom.xml
index a2205e606f..298238eeae 100644
--- a/jOOQ-examples/jOOQ-javafx-example/pom.xml
+++ b/jOOQ-examples/jOOQ-javafx-example/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-javafx-example
diff --git a/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml b/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml
index 0d81ae3606..a19f500325 100644
--- a/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml
+++ b/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-jpa-example-entities
diff --git a/jOOQ-examples/jOOQ-jpa-example/pom.xml b/jOOQ-examples/jOOQ-jpa-example/pom.xml
index 098a7def62..d43165e583 100644
--- a/jOOQ-examples/jOOQ-jpa-example/pom.xml
+++ b/jOOQ-examples/jOOQ-jpa-example/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-jpa-example
diff --git a/jOOQ-examples/jOOQ-kotlin-example/pom.xml b/jOOQ-examples/jOOQ-kotlin-example/pom.xml
index 549dd945ed..0461067860 100644
--- a/jOOQ-examples/jOOQ-kotlin-example/pom.xml
+++ b/jOOQ-examples/jOOQ-kotlin-example/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-kotlin-example
diff --git a/jOOQ-examples/jOOQ-oracle-example/pom.xml b/jOOQ-examples/jOOQ-oracle-example/pom.xml
index 631c16b1f9..69aeab4402 100644
--- a/jOOQ-examples/jOOQ-oracle-example/pom.xml
+++ b/jOOQ-examples/jOOQ-oracle-example/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-oracle-example
diff --git a/jOOQ-examples/jOOQ-r2dbc-example/pom.xml b/jOOQ-examples/jOOQ-r2dbc-example/pom.xml
index b3b8dd5bfc..49a2d786e7 100644
--- a/jOOQ-examples/jOOQ-r2dbc-example/pom.xml
+++ b/jOOQ-examples/jOOQ-r2dbc-example/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-r2dbc-example
diff --git a/jOOQ-examples/jOOQ-spark-chart-example/pom.xml b/jOOQ-examples/jOOQ-spark-chart-example/pom.xml
index 6e1e32227a..a7ad4130f5 100644
--- a/jOOQ-examples/jOOQ-spark-chart-example/pom.xml
+++ b/jOOQ-examples/jOOQ-spark-chart-example/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-spark-chart-example
diff --git a/jOOQ-examples/jOOQ-spark-example/pom.xml b/jOOQ-examples/jOOQ-spark-example/pom.xml
index 9cb2ef89b5..7340cf26c2 100644
--- a/jOOQ-examples/jOOQ-spark-example/pom.xml
+++ b/jOOQ-examples/jOOQ-spark-example/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-spark-example
diff --git a/jOOQ-examples/jOOQ-spring-boot-example/pom.xml b/jOOQ-examples/jOOQ-spring-boot-example/pom.xml
index d88d9654eb..483c48262a 100644
--- a/jOOQ-examples/jOOQ-spring-boot-example/pom.xml
+++ b/jOOQ-examples/jOOQ-spring-boot-example/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-spring-boot-example
diff --git a/jOOQ-examples/jOOQ-testcontainers-example/pom.xml b/jOOQ-examples/jOOQ-testcontainers-example/pom.xml
index 5a45614bc7..7329cead6e 100644
--- a/jOOQ-examples/jOOQ-testcontainers-example/pom.xml
+++ b/jOOQ-examples/jOOQ-testcontainers-example/pom.xml
@@ -5,7 +5,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-testcontainers-example
diff --git a/jOOQ-examples/jOOQ-testcontainers-flyway-example/pom.xml b/jOOQ-examples/jOOQ-testcontainers-flyway-example/pom.xml
index 82e3f9310c..fb01ee2973 100644
--- a/jOOQ-examples/jOOQ-testcontainers-flyway-example/pom.xml
+++ b/jOOQ-examples/jOOQ-testcontainers-flyway-example/pom.xml
@@ -5,7 +5,7 @@
org.jooq
jooq-examples
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-testcontainers-flyway-example
diff --git a/jOOQ-examples/pom.xml b/jOOQ-examples/pom.xml
index 90daf51b3d..15dfde444b 100644
--- a/jOOQ-examples/pom.xml
+++ b/jOOQ-examples/pom.xml
@@ -13,7 +13,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
org.jooq
diff --git a/jOOQ-jackson-extensions/pom.xml b/jOOQ-jackson-extensions/pom.xml
index cd432e487b..1f28f45441 100644
--- a/jOOQ-jackson-extensions/pom.xml
+++ b/jOOQ-jackson-extensions/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-jackson-extensions
diff --git a/jOOQ-kotlin-coroutines/pom.xml b/jOOQ-kotlin-coroutines/pom.xml
index 03d27ed9e6..a1f3eb59a5 100644
--- a/jOOQ-kotlin-coroutines/pom.xml
+++ b/jOOQ-kotlin-coroutines/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-kotlin-coroutines
diff --git a/jOOQ-kotlin/pom.xml b/jOOQ-kotlin/pom.xml
index ed4929f71d..4467cbd41f 100644
--- a/jOOQ-kotlin/pom.xml
+++ b/jOOQ-kotlin/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-kotlin
diff --git a/jOOQ-meta-extensions-hibernate/pom.xml b/jOOQ-meta-extensions-hibernate/pom.xml
index c18fdda607..287533e104 100644
--- a/jOOQ-meta-extensions-hibernate/pom.xml
+++ b/jOOQ-meta-extensions-hibernate/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-meta-extensions-hibernate
diff --git a/jOOQ-meta-extensions-liquibase/pom.xml b/jOOQ-meta-extensions-liquibase/pom.xml
index fcfc020aac..98d3c79806 100644
--- a/jOOQ-meta-extensions-liquibase/pom.xml
+++ b/jOOQ-meta-extensions-liquibase/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-meta-extensions-liquibase
diff --git a/jOOQ-meta-extensions/pom.xml b/jOOQ-meta-extensions/pom.xml
index dfe1fff6e0..0529ec6067 100644
--- a/jOOQ-meta-extensions/pom.xml
+++ b/jOOQ-meta-extensions/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-meta-extensions
diff --git a/jOOQ-meta/pom.xml b/jOOQ-meta/pom.xml
index 2c1804977f..a559ef58b7 100644
--- a/jOOQ-meta/pom.xml
+++ b/jOOQ-meta/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-meta
diff --git a/jOOQ-meta/src/main/java/org/jooq/meta/Constants.java b/jOOQ-meta/src/main/java/org/jooq/meta/Constants.java
index 95f80d2995..57dd97f9b4 100644
--- a/jOOQ-meta/src/main/java/org/jooq/meta/Constants.java
+++ b/jOOQ-meta/src/main/java/org/jooq/meta/Constants.java
@@ -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
*/
diff --git a/jOOQ-migrations/pom.xml b/jOOQ-migrations/pom.xml
index 519c41554e..12dd386f8d 100644
--- a/jOOQ-migrations/pom.xml
+++ b/jOOQ-migrations/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-migrations
diff --git a/jOOQ-postgres-extensions/pom.xml b/jOOQ-postgres-extensions/pom.xml
index 3ea0c9daa0..ba014513d5 100644
--- a/jOOQ-postgres-extensions/pom.xml
+++ b/jOOQ-postgres-extensions/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-postgres-extensions
diff --git a/jOOQ-scala_2.13/pom.xml b/jOOQ-scala_2.13/pom.xml
index 200e8c1489..eb5816653e 100644
--- a/jOOQ-scala_2.13/pom.xml
+++ b/jOOQ-scala_2.13/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-scala_2.13
diff --git a/jOOQ-xtend/pom.xml b/jOOQ-xtend/pom.xml
index 1299423c37..d85ab7a0ea 100644
--- a/jOOQ-xtend/pom.xml
+++ b/jOOQ-xtend/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq-xtend
diff --git a/jOOQ/pom.xml b/jOOQ/pom.xml
index 71ca9b639f..ae9f413772 100644
--- a/jOOQ/pom.xml
+++ b/jOOQ/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
jooq
diff --git a/jOOQ/src/main/java/org/jooq/Constants.java b/jOOQ/src/main/java/org/jooq/Constants.java
index 78bd05e772..31e72c39c5 100644
--- a/jOOQ/src/main/java/org/jooq/Constants.java
+++ b/jOOQ/src/main/java/org/jooq/Constants.java
@@ -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
*/
diff --git a/pom.xml b/pom.xml
index 3e389237c8..70749b0ac0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.18.0-SNAPSHOT
+ 3.19.0-SNAPSHOT
pom
jOOQ Parent