diff --git a/jOOQ-checker/pom.xml b/jOOQ-checker/pom.xml
index 37cd31748d..7a88268f88 100644
--- a/jOOQ-checker/pom.xml
+++ b/jOOQ-checker/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-checker
diff --git a/jOOQ-codegen-gradle/build.gradle.kts b/jOOQ-codegen-gradle/build.gradle.kts
index d60f2763cf..cc05d8c245 100644
--- a/jOOQ-codegen-gradle/build.gradle.kts
+++ b/jOOQ-codegen-gradle/build.gradle.kts
@@ -17,7 +17,7 @@ repositories {
}
group = "org.jooq"
-version = "3.19.0"
+version = "3.19.1-SNAPSHOT"
dependencies {
implementation(gradleApi())
diff --git a/jOOQ-codegen-maven/pom.xml b/jOOQ-codegen-maven/pom.xml
index cb944bd7de..1381aba4dd 100644
--- a/jOOQ-codegen-maven/pom.xml
+++ b/jOOQ-codegen-maven/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-codegen-maven
diff --git a/jOOQ-codegen/pom.xml b/jOOQ-codegen/pom.xml
index 9303d48bc0..f8cbe0c1a2 100644
--- a/jOOQ-codegen/pom.xml
+++ b/jOOQ-codegen/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-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 6778614896..961f9f8d4f 100644
--- a/jOOQ-codegen/src/main/java/org/jooq/codegen/Constants.java
+++ b/jOOQ-codegen/src/main/java/org/jooq/codegen/Constants.java
@@ -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.
diff --git a/jOOQ-examples/jOOQ-academy/pom.xml b/jOOQ-examples/jOOQ-academy/pom.xml
index deeb0ebcb8..1109399862 100644
--- a/jOOQ-examples/jOOQ-academy/pom.xml
+++ b/jOOQ-examples/jOOQ-academy/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-examples
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-academy
diff --git a/jOOQ-examples/jOOQ-checker-framework-example/pom.xml b/jOOQ-examples/jOOQ-checker-framework-example/pom.xml
index 7ac8732b46..d84ea0b110 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.19.0
+ 3.19.1-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 83d1a4cd2f..86c1481215 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.19.0
+ 3.19.1-SNAPSHOT
jooq-flyway-ddl-example
diff --git a/jOOQ-examples/jOOQ-flyway-example/pom.xml b/jOOQ-examples/jOOQ-flyway-example/pom.xml
index 3f5413840e..300ba80f65 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.19.0
+ 3.19.1-SNAPSHOT
jooq-flyway-example
diff --git a/jOOQ-examples/jOOQ-javafx-example/pom.xml b/jOOQ-examples/jOOQ-javafx-example/pom.xml
index ffd45eba8b..815cd3d10a 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.19.0
+ 3.19.1-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 156408eb49..27aa22be34 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.19.0
+ 3.19.1-SNAPSHOT
jooq-jpa-example-entities
diff --git a/jOOQ-examples/jOOQ-jpa-example/pom.xml b/jOOQ-examples/jOOQ-jpa-example/pom.xml
index cbd8182c91..a73b745902 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.19.0
+ 3.19.1-SNAPSHOT
jooq-jpa-example
diff --git a/jOOQ-examples/jOOQ-kotlin-example/pom.xml b/jOOQ-examples/jOOQ-kotlin-example/pom.xml
index 5438f6e01a..59d4d1613f 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.19.0
+ 3.19.1-SNAPSHOT
jooq-kotlin-example
diff --git a/jOOQ-examples/jOOQ-oracle-example/pom.xml b/jOOQ-examples/jOOQ-oracle-example/pom.xml
index ae3b1428ad..6737c643e9 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.19.0
+ 3.19.1-SNAPSHOT
jooq-oracle-example
diff --git a/jOOQ-examples/jOOQ-r2dbc-example/pom.xml b/jOOQ-examples/jOOQ-r2dbc-example/pom.xml
index 365f2f8fba..f8d90aad00 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.19.0
+ 3.19.1-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 8d873055c2..228ac0f4ca 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.19.0
+ 3.19.1-SNAPSHOT
jooq-spark-chart-example
diff --git a/jOOQ-examples/jOOQ-spark-example/pom.xml b/jOOQ-examples/jOOQ-spark-example/pom.xml
index c4dde1523c..03e1cdee7b 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.19.0
+ 3.19.1-SNAPSHOT
jooq-spark-example
diff --git a/jOOQ-examples/jOOQ-testcontainers-example/pom.xml b/jOOQ-examples/jOOQ-testcontainers-example/pom.xml
index 33cff67fb8..15a64448fe 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.19.0
+ 3.19.1-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 0b52f503a0..e65a68ef3b 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.19.0
+ 3.19.1-SNAPSHOT
jooq-testcontainers-flyway-example
diff --git a/jOOQ-examples/pom.xml b/jOOQ-examples/pom.xml
index 2e48db19b4..ec4047f242 100644
--- a/jOOQ-examples/pom.xml
+++ b/jOOQ-examples/pom.xml
@@ -13,7 +13,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
org.jooq
diff --git a/jOOQ-jackson-extensions/pom.xml b/jOOQ-jackson-extensions/pom.xml
index 749a0bd0e5..c096f94126 100644
--- a/jOOQ-jackson-extensions/pom.xml
+++ b/jOOQ-jackson-extensions/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-jackson-extensions
diff --git a/jOOQ-kotlin-coroutines/pom.xml b/jOOQ-kotlin-coroutines/pom.xml
index 44be612a12..79e62d51cf 100644
--- a/jOOQ-kotlin-coroutines/pom.xml
+++ b/jOOQ-kotlin-coroutines/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-kotlin-coroutines
diff --git a/jOOQ-kotlin/pom.xml b/jOOQ-kotlin/pom.xml
index aafb788cb0..05f09d5953 100644
--- a/jOOQ-kotlin/pom.xml
+++ b/jOOQ-kotlin/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-kotlin
diff --git a/jOOQ-meta-extensions-hibernate/pom.xml b/jOOQ-meta-extensions-hibernate/pom.xml
index a485945a05..4c4ca16c69 100644
--- a/jOOQ-meta-extensions-hibernate/pom.xml
+++ b/jOOQ-meta-extensions-hibernate/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-meta-extensions-hibernate
diff --git a/jOOQ-meta-extensions-liquibase/pom.xml b/jOOQ-meta-extensions-liquibase/pom.xml
index 90ec3af5d2..48b5d0e9dd 100644
--- a/jOOQ-meta-extensions-liquibase/pom.xml
+++ b/jOOQ-meta-extensions-liquibase/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-meta-extensions-liquibase
diff --git a/jOOQ-meta-extensions/pom.xml b/jOOQ-meta-extensions/pom.xml
index cbe9b48a12..a8d935786b 100644
--- a/jOOQ-meta-extensions/pom.xml
+++ b/jOOQ-meta-extensions/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-meta-extensions
diff --git a/jOOQ-meta-kotlin/pom.xml b/jOOQ-meta-kotlin/pom.xml
index b09ba45541..f1897d89b9 100644
--- a/jOOQ-meta-kotlin/pom.xml
+++ b/jOOQ-meta-kotlin/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-meta-kotlin
diff --git a/jOOQ-meta/pom.xml b/jOOQ-meta/pom.xml
index 7947d4877a..bd29747a46 100644
--- a/jOOQ-meta/pom.xml
+++ b/jOOQ-meta/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-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 d3c787b133..21f75283ad 100644
--- a/jOOQ-meta/src/main/java/org/jooq/meta/Constants.java
+++ b/jOOQ-meta/src/main/java/org/jooq/meta/Constants.java
@@ -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.
diff --git a/jOOQ-migrations-maven/pom.xml b/jOOQ-migrations-maven/pom.xml
index 23d3ddbfe1..d4c8854f2e 100644
--- a/jOOQ-migrations-maven/pom.xml
+++ b/jOOQ-migrations-maven/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-migrations-maven
diff --git a/jOOQ-migrations/pom.xml b/jOOQ-migrations/pom.xml
index 86c22ae117..34a8c87410 100644
--- a/jOOQ-migrations/pom.xml
+++ b/jOOQ-migrations/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-migrations
diff --git a/jOOQ-postgres-extensions/pom.xml b/jOOQ-postgres-extensions/pom.xml
index e66b1ec010..e3f2db835c 100644
--- a/jOOQ-postgres-extensions/pom.xml
+++ b/jOOQ-postgres-extensions/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-postgres-extensions
diff --git a/jOOQ-scala_2.13/pom.xml b/jOOQ-scala_2.13/pom.xml
index d2c56a5968..bb93fe9fb8 100644
--- a/jOOQ-scala_2.13/pom.xml
+++ b/jOOQ-scala_2.13/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-scala_2.13
diff --git a/jOOQ-xtend/pom.xml b/jOOQ-xtend/pom.xml
index 0d597ad8ef..05ac431f57 100644
--- a/jOOQ-xtend/pom.xml
+++ b/jOOQ-xtend/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq-xtend
diff --git a/jOOQ/pom.xml b/jOOQ/pom.xml
index b3b17e9ae2..d07322673b 100644
--- a/jOOQ/pom.xml
+++ b/jOOQ/pom.xml
@@ -7,7 +7,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
jooq
diff --git a/jOOQ/src/main/java/org/jooq/Constants.java b/jOOQ/src/main/java/org/jooq/Constants.java
index 2960ec2ce0..a88dabbb6b 100644
--- a/jOOQ/src/main/java/org/jooq/Constants.java
+++ b/jOOQ/src/main/java/org/jooq/Constants.java
@@ -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.
diff --git a/pom.xml b/pom.xml
index 43129e4526..9c2710fe69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.jooq
jooq-parent
- 3.19.0
+ 3.19.1-SNAPSHOT
pom
jOOQ Parent