diff --git a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/DefaultCatalog.java b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/DefaultCatalog.java index f39a924e7c..340b0a8f4c 100644 --- a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/DefaultCatalog.java +++ b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/DefaultCatalog.java @@ -45,10 +45,10 @@ public class DefaultCatalog extends CatalogImpl { } /** - * A reference to the 3.19 minor release of the code generator. If this + * A reference to the 3.20 minor release of the code generator. If this * doesn't compile, it's because the runtime library uses an older minor - * release, namely: 3.19. You can turn off the generation of this reference + * release, namely: 3.20. You can turn off the generation of this reference * by specifying /configuration/generator/generate/jooqVersionReference */ - private static final String REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_19; + private static final String REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_20; } diff --git a/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/DefaultCatalog.java b/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/DefaultCatalog.java index 832ee3af05..a0f7f7ac5f 100644 --- a/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/DefaultCatalog.java +++ b/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/DefaultCatalog.java @@ -45,10 +45,10 @@ public class DefaultCatalog extends CatalogImpl { } /** - * A reference to the 3.19 minor release of the code generator. If this + * A reference to the 3.20 minor release of the code generator. If this * doesn't compile, it's because the runtime library uses an older minor - * release, namely: 3.19. You can turn off the generation of this reference + * release, namely: 3.20. You can turn off the generation of this reference * by specifying /configuration/generator/generate/jooqVersionReference */ - private static final String REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_19; + private static final String REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_20; } diff --git a/jOOQ-examples/jOOQ-kotlin-example/src/main/kotlin/org/jooq/example/kotlin/db/h2/DefaultCatalog.kt b/jOOQ-examples/jOOQ-kotlin-example/src/main/kotlin/org/jooq/example/kotlin/db/h2/DefaultCatalog.kt index 68b2fbc119..c7e56b29d4 100644 --- a/jOOQ-examples/jOOQ-kotlin-example/src/main/kotlin/org/jooq/example/kotlin/db/h2/DefaultCatalog.kt +++ b/jOOQ-examples/jOOQ-kotlin-example/src/main/kotlin/org/jooq/example/kotlin/db/h2/DefaultCatalog.kt @@ -34,10 +34,10 @@ open class DefaultCatalog : CatalogImpl("") { ) /** - * A reference to the 3.19 minor release of the code generator. If this + * A reference to the 3.20 minor release of the code generator. If this * doesn't compile, it's because the runtime library uses an older minor - * release, namely: 3.19. You can turn off the generation of this reference + * release, namely: 3.20. You can turn off the generation of this reference * by specifying /configuration/generator/generate/jooqVersionReference */ - private val REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_19 + private val REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_20 } diff --git a/jOOQ-examples/jOOQ-r2dbc-example/src/main/java/org/jooq/example/r2dbc/db/DefaultCatalog.java b/jOOQ-examples/jOOQ-r2dbc-example/src/main/java/org/jooq/example/r2dbc/db/DefaultCatalog.java index bd055f237a..0012d80b60 100644 --- a/jOOQ-examples/jOOQ-r2dbc-example/src/main/java/org/jooq/example/r2dbc/db/DefaultCatalog.java +++ b/jOOQ-examples/jOOQ-r2dbc-example/src/main/java/org/jooq/example/r2dbc/db/DefaultCatalog.java @@ -45,10 +45,10 @@ public class DefaultCatalog extends CatalogImpl { } /** - * A reference to the 3.19 minor release of the code generator. If this + * A reference to the 3.20 minor release of the code generator. If this * doesn't compile, it's because the runtime library uses an older minor - * release, namely: 3.19. You can turn off the generation of this reference + * release, namely: 3.20. You can turn off the generation of this reference * by specifying /configuration/generator/generate/jooqVersionReference */ - private static final String REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_19; + private static final String REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_20; } diff --git a/jOOQ-examples/jOOQ-testcontainers-example/src/main/java/org/jooq/example/testcontainers/db/DefaultCatalog.java b/jOOQ-examples/jOOQ-testcontainers-example/src/main/java/org/jooq/example/testcontainers/db/DefaultCatalog.java index 3018e1b403..4d265bb9ec 100644 --- a/jOOQ-examples/jOOQ-testcontainers-example/src/main/java/org/jooq/example/testcontainers/db/DefaultCatalog.java +++ b/jOOQ-examples/jOOQ-testcontainers-example/src/main/java/org/jooq/example/testcontainers/db/DefaultCatalog.java @@ -45,10 +45,10 @@ public class DefaultCatalog extends CatalogImpl { } /** - * A reference to the 3.19 minor release of the code generator. If this + * A reference to the 3.20 minor release of the code generator. If this * doesn't compile, it's because the runtime library uses an older minor - * release, namely: 3.19. You can turn off the generation of this reference + * release, namely: 3.20. You can turn off the generation of this reference * by specifying /configuration/generator/generate/jooqVersionReference */ - private static final String REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_19; + private static final String REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_20; } diff --git a/jOOQ-examples/jOOQ-testcontainers-flyway-example/src/main/java/org/jooq/example/testcontainersflyway/db/DefaultCatalog.java b/jOOQ-examples/jOOQ-testcontainers-flyway-example/src/main/java/org/jooq/example/testcontainersflyway/db/DefaultCatalog.java index db95b98e8b..8e57a546b2 100644 --- a/jOOQ-examples/jOOQ-testcontainers-flyway-example/src/main/java/org/jooq/example/testcontainersflyway/db/DefaultCatalog.java +++ b/jOOQ-examples/jOOQ-testcontainers-flyway-example/src/main/java/org/jooq/example/testcontainersflyway/db/DefaultCatalog.java @@ -45,10 +45,10 @@ public class DefaultCatalog extends CatalogImpl { } /** - * A reference to the 3.19 minor release of the code generator. If this + * A reference to the 3.20 minor release of the code generator. If this * doesn't compile, it's because the runtime library uses an older minor - * release, namely: 3.19. You can turn off the generation of this reference + * release, namely: 3.20. You can turn off the generation of this reference * by specifying /configuration/generator/generate/jooqVersionReference */ - private static final String REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_19; + private static final String REQUIRE_RUNTIME_JOOQ_VERSION = Constants.VERSION_3_20; }