Skip to content

Commit

Permalink
Release 3.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed May 2, 2024
1 parent 8ec2d87 commit b61b50a
Show file tree
Hide file tree
Showing 23 changed files with 26 additions and 26 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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT"
version = "3.19.8"

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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT";
public static final String VERSION = "3.19.8";

/**
* 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.8-SNAPSHOT";
public static final String FULL_VERSION = "3.19.8";

/**
* The build date of this version.
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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT";
public static final String VERSION = "3.19.8";

/**
* 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.8-SNAPSHOT";
public static final String FULL_VERSION = "3.19.8";

/**
* 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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT</version>
<version>3.19.8</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.8-SNAPSHOT";
public static final String VERSION = "3.19.8";

/**
* 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.8-SNAPSHOT";
public static final String FULL_VERSION = "3.19.8";

/**
* 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.8-SNAPSHOT</version>
<version>3.19.8</version>
<packaging>pom</packaging>

<name>jOOQ Parent</name>
Expand Down

0 comments on commit b61b50a

Please sign in to comment.