diff --git a/jOOQ-checker/pom.xml b/jOOQ-checker/pom.xml index a3d1695bfe..37cd31748d 100644 --- a/jOOQ-checker/pom.xml +++ b/jOOQ-checker/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 jooq-checker diff --git a/jOOQ-codegen-gradle/build.gradle.kts b/jOOQ-codegen-gradle/build.gradle.kts index 0fe9edb03a..d60f2763cf 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-SNAPSHOT" +version = "3.19.0" dependencies { implementation(gradleApi()) diff --git a/jOOQ-codegen-maven/pom.xml b/jOOQ-codegen-maven/pom.xml index 4b985cc24d..cb944bd7de 100644 --- a/jOOQ-codegen-maven/pom.xml +++ b/jOOQ-codegen-maven/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 jooq-codegen-maven diff --git a/jOOQ-codegen/pom.xml b/jOOQ-codegen/pom.xml index 4de8fbc168..9303d48bc0 100644 --- a/jOOQ-codegen/pom.xml +++ b/jOOQ-codegen/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 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 498fde1bdb..6778614896 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-SNAPSHOT"; + public static final String VERSION = "3.19.0"; /** * 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-SNAPSHOT"; + public static final String FULL_VERSION = "3.19.0"; /** * The build date of this version. diff --git a/jOOQ-examples/jOOQ-academy/pom.xml b/jOOQ-examples/jOOQ-academy/pom.xml index 30f79619d5..deeb0ebcb8 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-SNAPSHOT + 3.19.0 jooq-academy diff --git a/jOOQ-examples/jOOQ-checker-framework-example/pom.xml b/jOOQ-examples/jOOQ-checker-framework-example/pom.xml index e041e422a0..7ac8732b46 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-SNAPSHOT + 3.19.0 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 b3a2048ed3..83d1a4cd2f 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-SNAPSHOT + 3.19.0 jooq-flyway-ddl-example diff --git a/jOOQ-examples/jOOQ-flyway-example/pom.xml b/jOOQ-examples/jOOQ-flyway-example/pom.xml index fd3a81de8a..3f5413840e 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-SNAPSHOT + 3.19.0 jooq-flyway-example diff --git a/jOOQ-examples/jOOQ-javafx-example/pom.xml b/jOOQ-examples/jOOQ-javafx-example/pom.xml index 298238eeae..ffd45eba8b 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-SNAPSHOT + 3.19.0 jooq-javafx-example diff --git a/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml b/jOOQ-examples/jOOQ-jpa-example-entities/pom.xml index a19f500325..156408eb49 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-SNAPSHOT + 3.19.0 jooq-jpa-example-entities diff --git a/jOOQ-examples/jOOQ-jpa-example/pom.xml b/jOOQ-examples/jOOQ-jpa-example/pom.xml index d43165e583..cbd8182c91 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-SNAPSHOT + 3.19.0 jooq-jpa-example diff --git a/jOOQ-examples/jOOQ-kotlin-example/pom.xml b/jOOQ-examples/jOOQ-kotlin-example/pom.xml index 0461067860..5438f6e01a 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-SNAPSHOT + 3.19.0 jooq-kotlin-example diff --git a/jOOQ-examples/jOOQ-oracle-example/pom.xml b/jOOQ-examples/jOOQ-oracle-example/pom.xml index 69aeab4402..ae3b1428ad 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-SNAPSHOT + 3.19.0 jooq-oracle-example diff --git a/jOOQ-examples/jOOQ-r2dbc-example/pom.xml b/jOOQ-examples/jOOQ-r2dbc-example/pom.xml index b5bfde439b..365f2f8fba 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-SNAPSHOT + 3.19.0 jooq-r2dbc-example diff --git a/jOOQ-examples/jOOQ-spark-chart-example/pom.xml b/jOOQ-examples/jOOQ-spark-chart-example/pom.xml index 744f2ee06a..8d873055c2 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-SNAPSHOT + 3.19.0 jooq-spark-chart-example diff --git a/jOOQ-examples/jOOQ-spark-example/pom.xml b/jOOQ-examples/jOOQ-spark-example/pom.xml index 7340cf26c2..c4dde1523c 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-SNAPSHOT + 3.19.0 jooq-spark-example diff --git a/jOOQ-examples/jOOQ-testcontainers-example/pom.xml b/jOOQ-examples/jOOQ-testcontainers-example/pom.xml index 427688c25a..33cff67fb8 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-SNAPSHOT + 3.19.0 jooq-testcontainers-example diff --git a/jOOQ-examples/jOOQ-testcontainers-flyway-example/pom.xml b/jOOQ-examples/jOOQ-testcontainers-flyway-example/pom.xml index 2490b6b5ea..0b52f503a0 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-SNAPSHOT + 3.19.0 jooq-testcontainers-flyway-example diff --git a/jOOQ-examples/pom.xml b/jOOQ-examples/pom.xml index 15dfde444b..2e48db19b4 100644 --- a/jOOQ-examples/pom.xml +++ b/jOOQ-examples/pom.xml @@ -13,7 +13,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 org.jooq diff --git a/jOOQ-jackson-extensions/pom.xml b/jOOQ-jackson-extensions/pom.xml index 1f28f45441..749a0bd0e5 100644 --- a/jOOQ-jackson-extensions/pom.xml +++ b/jOOQ-jackson-extensions/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 jooq-jackson-extensions diff --git a/jOOQ-kotlin-coroutines/pom.xml b/jOOQ-kotlin-coroutines/pom.xml index a1f3eb59a5..44be612a12 100644 --- a/jOOQ-kotlin-coroutines/pom.xml +++ b/jOOQ-kotlin-coroutines/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 jooq-kotlin-coroutines diff --git a/jOOQ-kotlin/pom.xml b/jOOQ-kotlin/pom.xml index 4467cbd41f..aafb788cb0 100644 --- a/jOOQ-kotlin/pom.xml +++ b/jOOQ-kotlin/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 jooq-kotlin diff --git a/jOOQ-meta-extensions-hibernate/pom.xml b/jOOQ-meta-extensions-hibernate/pom.xml index 287533e104..a485945a05 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-SNAPSHOT + 3.19.0 jooq-meta-extensions-hibernate diff --git a/jOOQ-meta-extensions-liquibase/pom.xml b/jOOQ-meta-extensions-liquibase/pom.xml index 98d3c79806..90ec3af5d2 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-SNAPSHOT + 3.19.0 jooq-meta-extensions-liquibase diff --git a/jOOQ-meta-extensions/pom.xml b/jOOQ-meta-extensions/pom.xml index 0529ec6067..cbe9b48a12 100644 --- a/jOOQ-meta-extensions/pom.xml +++ b/jOOQ-meta-extensions/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 jooq-meta-extensions diff --git a/jOOQ-meta-kotlin/pom.xml b/jOOQ-meta-kotlin/pom.xml index 79a7928dd5..b09ba45541 100644 --- a/jOOQ-meta-kotlin/pom.xml +++ b/jOOQ-meta-kotlin/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 jooq-meta-kotlin diff --git a/jOOQ-meta/pom.xml b/jOOQ-meta/pom.xml index a559ef58b7..7947d4877a 100644 --- a/jOOQ-meta/pom.xml +++ b/jOOQ-meta/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 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 f021eeca39..d3c787b133 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-SNAPSHOT"; + public static final String VERSION = "3.19.0"; /** * 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-SNAPSHOT"; + public static final String FULL_VERSION = "3.19.0"; /** * The build date of this version. diff --git a/jOOQ-migrations-maven/pom.xml b/jOOQ-migrations-maven/pom.xml index 416a8b48dc..23d3ddbfe1 100644 --- a/jOOQ-migrations-maven/pom.xml +++ b/jOOQ-migrations-maven/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 jooq-migrations-maven diff --git a/jOOQ-migrations/pom.xml b/jOOQ-migrations/pom.xml index 809a80aafd..86c22ae117 100644 --- a/jOOQ-migrations/pom.xml +++ b/jOOQ-migrations/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 jooq-migrations diff --git a/jOOQ-postgres-extensions/pom.xml b/jOOQ-postgres-extensions/pom.xml index 6778995290..e66b1ec010 100644 --- a/jOOQ-postgres-extensions/pom.xml +++ b/jOOQ-postgres-extensions/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 jooq-postgres-extensions diff --git a/jOOQ-scala_2.13/pom.xml b/jOOQ-scala_2.13/pom.xml index eb5816653e..d2c56a5968 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-SNAPSHOT + 3.19.0 jooq-scala_2.13 diff --git a/jOOQ-xtend/pom.xml b/jOOQ-xtend/pom.xml index d85ab7a0ea..0d597ad8ef 100644 --- a/jOOQ-xtend/pom.xml +++ b/jOOQ-xtend/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 jooq-xtend diff --git a/jOOQ/pom.xml b/jOOQ/pom.xml index ae9f413772..b3b17e9ae2 100644 --- a/jOOQ/pom.xml +++ b/jOOQ/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 jooq diff --git a/jOOQ/src/main/java/org/jooq/Constants.java b/jOOQ/src/main/java/org/jooq/Constants.java index 5c3dc0a02b..2960ec2ce0 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-SNAPSHOT"; + public static final String VERSION = "3.19.0"; /** * 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-SNAPSHOT"; + public static final String FULL_VERSION = "3.19.0"; /** * The build date of this version. diff --git a/pom.xml b/pom.xml index 9ef42eb581..43129e4526 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.19.0-SNAPSHOT + 3.19.0 pom jOOQ Parent