diff --git a/jOOQ-checker/pom.xml b/jOOQ-checker/pom.xml index b34701ea87..76538599fc 100644 --- a/jOOQ-checker/pom.xml +++ b/jOOQ-checker/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-checker diff --git a/jOOQ-codegen-maven/pom.xml b/jOOQ-codegen-maven/pom.xml index 8aeda3c649..6094074080 100644 --- a/jOOQ-codegen-maven/pom.xml +++ b/jOOQ-codegen-maven/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-codegen-maven diff --git a/jOOQ-codegen/pom.xml b/jOOQ-codegen/pom.xml index fc5aef2d47..8af8853e43 100644 --- a/jOOQ-codegen/pom.xml +++ b/jOOQ-codegen/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-codegen diff --git a/jOOQ-examples/jOOQ-academy/pom.xml b/jOOQ-examples/jOOQ-academy/pom.xml index f7eec1a5cd..98be13647e 100644 --- a/jOOQ-examples/jOOQ-academy/pom.xml +++ b/jOOQ-examples/jOOQ-academy/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-examples - 3.15.0-SNAPSHOT + 3.16.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 297b36be7a..9f20ef6e64 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.15.0-SNAPSHOT + 3.16.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 9cf2345cd4..01c7b9b18a 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.15.0-SNAPSHOT + 3.16.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 8ebab9ec3e..126e9537ed 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.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-flyway-example diff --git a/jOOQ-examples/jOOQ-javaee-example/pom.xml b/jOOQ-examples/jOOQ-javaee-example/pom.xml index 2fef3226b5..d4ceb1763c 100644 --- a/jOOQ-examples/jOOQ-javaee-example/pom.xml +++ b/jOOQ-examples/jOOQ-javaee-example/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-examples - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-javaee-example diff --git a/jOOQ-examples/jOOQ-javafx-example/pom.xml b/jOOQ-examples/jOOQ-javafx-example/pom.xml index cf9b759944..0562f5487e 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.15.0-SNAPSHOT + 3.16.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 a6f794f30c..baa0cafec5 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.15.0-SNAPSHOT + 3.16.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 217afb8d00..c0f4789ada 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.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-jpa-example diff --git a/jOOQ-examples/jOOQ-kotlin-example/pom.xml b/jOOQ-examples/jOOQ-kotlin-example/pom.xml index 09b31194c7..3cc89be6f8 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.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-kotlin-example diff --git a/jOOQ-examples/jOOQ-oracle-example/pom.xml b/jOOQ-examples/jOOQ-oracle-example/pom.xml index e8f445024f..b4b7e15553 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.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-oracle-example diff --git a/jOOQ-examples/jOOQ-spark-chart-example/pom.xml b/jOOQ-examples/jOOQ-spark-chart-example/pom.xml index 219bedb5d5..0283cdb1a9 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.15.0-SNAPSHOT + 3.16.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 b34305abe5..2ddb53fe30 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.15.0-SNAPSHOT + 3.16.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 8eddd3c489..f70629090e 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.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-spring-boot-example diff --git a/jOOQ-examples/jOOQ-spring-example/pom.xml b/jOOQ-examples/jOOQ-spring-example/pom.xml index 874d8b9437..26fd259d21 100644 --- a/jOOQ-examples/jOOQ-spring-example/pom.xml +++ b/jOOQ-examples/jOOQ-spring-example/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-examples - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-spring-example diff --git a/jOOQ-examples/jOOQ-spring-guice-example/pom.xml b/jOOQ-examples/jOOQ-spring-guice-example/pom.xml index 8b872cc0d6..8aa8c066df 100644 --- a/jOOQ-examples/jOOQ-spring-guice-example/pom.xml +++ b/jOOQ-examples/jOOQ-spring-guice-example/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-examples - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-spring-guice-example diff --git a/jOOQ-examples/jOOQ-testcontainers-example/pom.xml b/jOOQ-examples/jOOQ-testcontainers-example/pom.xml index 862c082604..7fae5c6ef1 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.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-testcontainers-example diff --git a/jOOQ-examples/pom.xml b/jOOQ-examples/pom.xml index 89b2a68868..122138468c 100644 --- a/jOOQ-examples/pom.xml +++ b/jOOQ-examples/pom.xml @@ -13,7 +13,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT org.jooq diff --git a/jOOQ-kotlin/pom.xml b/jOOQ-kotlin/pom.xml index 90966a53bb..16c9e9d705 100644 --- a/jOOQ-kotlin/pom.xml +++ b/jOOQ-kotlin/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-kotlin diff --git a/jOOQ-meta-extensions-hibernate/pom.xml b/jOOQ-meta-extensions-hibernate/pom.xml index d2b73d717b..af447a969b 100644 --- a/jOOQ-meta-extensions-hibernate/pom.xml +++ b/jOOQ-meta-extensions-hibernate/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-meta-extensions-hibernate diff --git a/jOOQ-meta-extensions-liquibase/pom.xml b/jOOQ-meta-extensions-liquibase/pom.xml index 78c817134a..4d7d749214 100644 --- a/jOOQ-meta-extensions-liquibase/pom.xml +++ b/jOOQ-meta-extensions-liquibase/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-meta-extensions-liquibase diff --git a/jOOQ-meta-extensions/pom.xml b/jOOQ-meta-extensions/pom.xml index 8e17f61c59..d276b0ac05 100644 --- a/jOOQ-meta-extensions/pom.xml +++ b/jOOQ-meta-extensions/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-meta-extensions diff --git a/jOOQ-meta/pom.xml b/jOOQ-meta/pom.xml index 298b1d47d5..f78eb217d2 100644 --- a/jOOQ-meta/pom.xml +++ b/jOOQ-meta/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-meta diff --git a/jOOQ-migrations/pom.xml b/jOOQ-migrations/pom.xml index 2e99b06848..96bc5eff91 100644 --- a/jOOQ-migrations/pom.xml +++ b/jOOQ-migrations/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-migrations diff --git a/jOOQ-postgres-extensions/pom.xml b/jOOQ-postgres-extensions/pom.xml index af624161ff..53c0f10fea 100644 --- a/jOOQ-postgres-extensions/pom.xml +++ b/jOOQ-postgres-extensions/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-postgres-extensions diff --git a/jOOQ-scala_2.13/pom.xml b/jOOQ-scala_2.13/pom.xml index d3646a284e..2b6a83ba23 100644 --- a/jOOQ-scala_2.13/pom.xml +++ b/jOOQ-scala_2.13/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-scala_2.13 diff --git a/jOOQ-xtend/pom.xml b/jOOQ-xtend/pom.xml index 84a5a47c3b..a64bb3969f 100644 --- a/jOOQ-xtend/pom.xml +++ b/jOOQ-xtend/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq-xtend diff --git a/jOOQ/pom.xml b/jOOQ/pom.xml index 49673f950b..f3755ac72a 100644 --- a/jOOQ/pom.xml +++ b/jOOQ/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT jooq diff --git a/jOOQ/src/main/java/org/jooq/Constants.java b/jOOQ/src/main/java/org/jooq/Constants.java index 681b518279..cd818b0e75 100644 --- a/jOOQ/src/main/java/org/jooq/Constants.java +++ b/jOOQ/src/main/java/org/jooq/Constants.java @@ -56,7 +56,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.15.0-SNAPSHOT"; + public static final String VERSION = "3.16.0-SNAPSHOT"; /** * The latest jOOQ full version. @@ -64,7 +64,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.15.0-SNAPSHOT"; + public static final String FULL_VERSION = "3.16.0-SNAPSHOT"; /** * The current jooq-runtime XSD file name. diff --git a/pom.xml b/pom.xml index fe53467421..f324e51421 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.jooq jooq-parent - 3.15.0-SNAPSHOT + 3.16.0-SNAPSHOT pom jOOQ Parent