Skip to content

Commit

Permalink
Release 3.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed Mar 8, 2024
1 parent ff76459 commit 2f0a6a9
Show file tree
Hide file tree
Showing 36 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion jOOQ-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-checker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-codegen-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

group = "org.jooq"
version = "3.19.6-SNAPSHOT"
version = "3.19.6"

dependencies {
implementation(gradleApi())
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-codegen-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-codegen-maven</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-codegen</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jOOQ-codegen/src/main/java/org/jooq/codegen/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ 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.6-SNAPSHOT";
public static final String VERSION = "3.19.6";

/**
* The latest jOOQ full version.
* <p>
* This is the same as {@link #VERSION}, but it may include release
* candidate and other suffixes.
*/
public static final String FULL_VERSION = "3.19.6-SNAPSHOT";
public static final String FULL_VERSION = "3.19.6";

/**
* The build date of this version.
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-checker-framework-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-examples</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-checker-framework-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-flyway-ddl-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-examples</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-flyway-ddl-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-flyway-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-examples</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-flyway-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-javafx-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-examples</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-javafx-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-jpa-example-entities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-examples</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-jpa-example-entities</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-jpa-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-examples</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-jpa-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-kotlin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-examples</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-kotlin-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-oracle-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-examples</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-oracle-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-r2dbc-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-examples</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-r2dbc-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-spark-chart-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-examples</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-spark-chart-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-spark-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-examples</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-spark-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-testcontainers-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-examples</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-testcontainers-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-testcontainers-flyway-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-examples</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-testcontainers-flyway-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<groupId>org.jooq</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-jackson-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-jackson-extensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-kotlin-coroutines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-kotlin-coroutines</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-kotlin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-meta-extensions-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-meta-extensions-hibernate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-meta-extensions-liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-meta-extensions-liquibase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-meta-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-meta-extensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-meta-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-meta-kotlin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-meta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-meta</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jOOQ-meta/src/main/java/org/jooq/meta/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ 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.6-SNAPSHOT";
public static final String VERSION = "3.19.6";

/**
* The latest jOOQ full version.
* <p>
* This is the same as {@link #VERSION}, but it may include release
* candidate and other suffixes.
*/
public static final String FULL_VERSION = "3.19.6-SNAPSHOT";
public static final String FULL_VERSION = "3.19.6";

/**
* The build date of this version.
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-migrations-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-migrations-maven</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-migrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-migrations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-postgres-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-postgres-extensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-scala_2.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-scala_2.13</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-xtend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq-xtend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
</parent>

<artifactId>jooq</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jOOQ/src/main/java/org/jooq/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ 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.6-SNAPSHOT";
public static final String VERSION = "3.19.6";

/**
* The latest jOOQ full version.
* <p>
* This is the same as {@link #VERSION}, but it may include release
* candidate and other suffixes.
*/
public static final String FULL_VERSION = "3.19.6-SNAPSHOT";
public static final String FULL_VERSION = "3.19.6";

/**
* The build date of this version.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.19.6-SNAPSHOT</version>
<version>3.19.6</version>
<packaging>pom</packaging>

<name>jOOQ Parent</name>
Expand Down

0 comments on commit 2f0a6a9

Please sign in to comment.