From 7cff2cae7efb42e29f1b54b16fe755d13276e5a5 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 20 Oct 2020 10:20:20 +0200 Subject: [PATCH] Release 3.15.0-SNAPSHOT --- jOOQ-checker/pom.xml | 2 +- jOOQ-codegen-maven/pom.xml | 2 +- jOOQ-codegen/pom.xml | 2 +- jOOQ-examples/jOOQ-academy/pom.xml | 2 +- jOOQ-examples/jOOQ-checker-framework-example/pom.xml | 2 +- jOOQ-examples/jOOQ-flyway-ddl-example/pom.xml | 2 +- jOOQ-examples/jOOQ-flyway-example/pom.xml | 2 +- jOOQ-examples/jOOQ-javaee-example/pom.xml | 2 +- jOOQ-examples/jOOQ-javafx-example/pom.xml | 2 +- jOOQ-examples/jOOQ-jpa-example-entities/pom.xml | 2 +- jOOQ-examples/jOOQ-jpa-example/pom.xml | 2 +- jOOQ-examples/jOOQ-kotlin-example/pom.xml | 2 +- jOOQ-examples/jOOQ-oracle-example/pom.xml | 2 +- jOOQ-examples/jOOQ-spark-chart-example/pom.xml | 2 +- jOOQ-examples/jOOQ-spark-example/pom.xml | 2 +- jOOQ-examples/jOOQ-spring-boot-example/pom.xml | 2 +- jOOQ-examples/jOOQ-spring-example/pom.xml | 2 +- jOOQ-examples/jOOQ-spring-guice-example/pom.xml | 2 +- jOOQ-examples/pom.xml | 2 +- jOOQ-kotlin/pom.xml | 2 +- jOOQ-meta-extensions-hibernate/pom.xml | 2 +- jOOQ-meta-extensions-liquibase/pom.xml | 2 +- jOOQ-meta-extensions/pom.xml | 2 +- jOOQ-meta/pom.xml | 2 +- jOOQ-refaster/pom.xml | 2 +- jOOQ-scala_2.13/pom.xml | 2 +- jOOQ-xtend/pom.xml | 2 +- jOOQ/pom.xml | 2 +- jOOQ/src/main/java/org/jooq/Constants.java | 4 ++-- pom.xml | 2 +- 30 files changed, 31 insertions(+), 31 deletions(-) diff --git a/jOOQ-checker/pom.xml b/jOOQ-checker/pom.xml index f2beaea0fe..b34701ea87 100644 --- a/jOOQ-checker/pom.xml +++ b/jOOQ-checker/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-checker diff --git a/jOOQ-codegen-maven/pom.xml b/jOOQ-codegen-maven/pom.xml index 8e35b0fedc..485f18dadf 100644 --- a/jOOQ-codegen-maven/pom.xml +++ b/jOOQ-codegen-maven/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-codegen-maven diff --git a/jOOQ-codegen/pom.xml b/jOOQ-codegen/pom.xml index 66bfedf376..fc5aef2d47 100644 --- a/jOOQ-codegen/pom.xml +++ b/jOOQ-codegen/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-codegen diff --git a/jOOQ-examples/jOOQ-academy/pom.xml b/jOOQ-examples/jOOQ-academy/pom.xml index 0ce516f084..f67387dda6 100644 --- a/jOOQ-examples/jOOQ-academy/pom.xml +++ b/jOOQ-examples/jOOQ-academy/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-examples - 3.14.0-SNAPSHOT + 3.15.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 ed69894814..850edb99ff 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.14.0-SNAPSHOT + 3.15.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 7c80984e08..9cf2345cd4 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.14.0-SNAPSHOT + 3.15.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 172660baa8..8ebab9ec3e 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.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-flyway-example diff --git a/jOOQ-examples/jOOQ-javaee-example/pom.xml b/jOOQ-examples/jOOQ-javaee-example/pom.xml index eed9c9ccf7..28076f903c 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.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-javaee-example diff --git a/jOOQ-examples/jOOQ-javafx-example/pom.xml b/jOOQ-examples/jOOQ-javafx-example/pom.xml index 30075a9a7f..d69af39dfa 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.14.0-SNAPSHOT + 3.15.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 aba6e3290b..73d097562c 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.14.0-SNAPSHOT + 3.15.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 ec7a81eddd..4f07c1dd86 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.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-jpa-example diff --git a/jOOQ-examples/jOOQ-kotlin-example/pom.xml b/jOOQ-examples/jOOQ-kotlin-example/pom.xml index 0af7133218..9cba23f764 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.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-kotlin-example diff --git a/jOOQ-examples/jOOQ-oracle-example/pom.xml b/jOOQ-examples/jOOQ-oracle-example/pom.xml index dea973f131..a465722831 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.14.0-SNAPSHOT + 3.15.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 0b8f82e04f..dad82237cc 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.14.0-SNAPSHOT + 3.15.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 d672156de2..86d072572b 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.14.0-SNAPSHOT + 3.15.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 6820fdfec9..8eddd3c489 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.14.0-SNAPSHOT + 3.15.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 a9975f98ca..3dfdf9036b 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.14.0-SNAPSHOT + 3.15.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 521fbb6390..f903b5029a 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.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-spring-guice-example diff --git a/jOOQ-examples/pom.xml b/jOOQ-examples/pom.xml index ae4bf7b925..4375b653d7 100644 --- a/jOOQ-examples/pom.xml +++ b/jOOQ-examples/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT org.jooq diff --git a/jOOQ-kotlin/pom.xml b/jOOQ-kotlin/pom.xml index 53a50dc880..90966a53bb 100644 --- a/jOOQ-kotlin/pom.xml +++ b/jOOQ-kotlin/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-kotlin diff --git a/jOOQ-meta-extensions-hibernate/pom.xml b/jOOQ-meta-extensions-hibernate/pom.xml index 68202844aa..d2b73d717b 100644 --- a/jOOQ-meta-extensions-hibernate/pom.xml +++ b/jOOQ-meta-extensions-hibernate/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-meta-extensions-hibernate diff --git a/jOOQ-meta-extensions-liquibase/pom.xml b/jOOQ-meta-extensions-liquibase/pom.xml index 2e0700107a..78c817134a 100644 --- a/jOOQ-meta-extensions-liquibase/pom.xml +++ b/jOOQ-meta-extensions-liquibase/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-meta-extensions-liquibase diff --git a/jOOQ-meta-extensions/pom.xml b/jOOQ-meta-extensions/pom.xml index 7d0763cd14..8e17f61c59 100644 --- a/jOOQ-meta-extensions/pom.xml +++ b/jOOQ-meta-extensions/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-meta-extensions diff --git a/jOOQ-meta/pom.xml b/jOOQ-meta/pom.xml index 2bdc36b4a6..298b1d47d5 100644 --- a/jOOQ-meta/pom.xml +++ b/jOOQ-meta/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-meta diff --git a/jOOQ-refaster/pom.xml b/jOOQ-refaster/pom.xml index f79f2beecf..63dce93c98 100644 --- a/jOOQ-refaster/pom.xml +++ b/jOOQ-refaster/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-refaster diff --git a/jOOQ-scala_2.13/pom.xml b/jOOQ-scala_2.13/pom.xml index d7bad5e7f7..6a54077248 100644 --- a/jOOQ-scala_2.13/pom.xml +++ b/jOOQ-scala_2.13/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-scala_2.13 diff --git a/jOOQ-xtend/pom.xml b/jOOQ-xtend/pom.xml index 8b7f09a169..c9ad0875e2 100644 --- a/jOOQ-xtend/pom.xml +++ b/jOOQ-xtend/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq-xtend diff --git a/jOOQ/pom.xml b/jOOQ/pom.xml index 6d7b8fd9bd..f5be047f89 100644 --- a/jOOQ/pom.xml +++ b/jOOQ/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT jooq diff --git a/jOOQ/src/main/java/org/jooq/Constants.java b/jOOQ/src/main/java/org/jooq/Constants.java index 3ca3389245..5fb0a5dcfa 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.14.0-SNAPSHOT"; + public static final String VERSION = "3.15.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.14.0-SNAPSHOT"; + public static final String FULL_VERSION = "3.15.0-SNAPSHOT"; /** * The current jooq-runtime XSD file name. diff --git a/pom.xml b/pom.xml index a60c8f16a9..b6ee41089c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.jooq jooq-parent - 3.14.0-SNAPSHOT + 3.15.0-SNAPSHOT pom jOOQ Parent