Release 3.18.0-SNAPSHOT
This commit is contained in:
parent
5aa8311f27
commit
f4882581e1
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-checker</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-codegen-maven</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-codegen</artifactId>
|
||||
|
||||
@ -53,7 +53,7 @@ public final class Constants {
|
||||
/**
|
||||
* The latest jOOQ minor version.
|
||||
*/
|
||||
public static final String MINOR_VERSION = "3.17";
|
||||
public static final String MINOR_VERSION = "3.18";
|
||||
|
||||
/**
|
||||
* The latest jOOQ version.
|
||||
@ -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.17.1-SNAPSHOT";
|
||||
public static final String VERSION = "3.18.0-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* 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.17.1-SNAPSHOT";
|
||||
public static final String FULL_VERSION = "3.18.0-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* The current jooq-runtime XSD file name.
|
||||
@ -170,6 +170,11 @@ public final class Constants {
|
||||
*/
|
||||
public static final String VERSION_3_17 = "3.17";
|
||||
|
||||
/**
|
||||
* The minor release 3.18.
|
||||
*/
|
||||
public static final String VERSION_3_18 = "3.18";
|
||||
|
||||
/**
|
||||
* No further instances
|
||||
*/
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-academy</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-checker-framework-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-flyway-ddl-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-flyway-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-javafx-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-jpa-example-entities</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-jpa-example</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-kotlin-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-oracle-example</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-r2dbc-example</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-spark-chart-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-spark-example</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-spring-boot-example</artifactId>
|
||||
|
||||
@ -17,9 +17,9 @@ import org.springframework.boot.autoconfigure.r2dbc.R2dbcAutoConfiguration;
|
||||
* connection. To work around this, use {@link SpringBootApplication#exclude()}
|
||||
* to explicitly exclude the {@link R2dbcAutoConfiguration}:
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* <pre><code>
|
||||
* @SpringBootApplication(exclude = { R2dbcAutoConfiguration.class })
|
||||
* </pre></code>
|
||||
* </code></pre>
|
||||
* <p>
|
||||
* However, it is recommended you upgrade to Spring Boot 2.6 instead.
|
||||
*
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-testcontainers-example</artifactId>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-examples</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-testcontainers-flyway-example</artifactId>
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.jooq</groupId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-jackson-extensions</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-kotlin-coroutines</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-kotlin</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-extensions-hibernate</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-extensions-liquibase</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta-extensions</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-meta</artifactId>
|
||||
|
||||
@ -53,7 +53,7 @@ public final class Constants {
|
||||
/**
|
||||
* The latest jOOQ minor version.
|
||||
*/
|
||||
public static final String MINOR_VERSION = "3.17";
|
||||
public static final String MINOR_VERSION = "3.18";
|
||||
|
||||
/**
|
||||
* The latest jOOQ version.
|
||||
@ -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.17.1-SNAPSHOT";
|
||||
public static final String VERSION = "3.18.0-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* 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.17.1-SNAPSHOT";
|
||||
public static final String FULL_VERSION = "3.18.0-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* The current jooq-runtime XSD file name.
|
||||
@ -170,6 +170,11 @@ public final class Constants {
|
||||
*/
|
||||
public static final String VERSION_3_17 = "3.17";
|
||||
|
||||
/**
|
||||
* The minor release 3.18.
|
||||
*/
|
||||
public static final String VERSION_3_18 = "3.18";
|
||||
|
||||
/**
|
||||
* No further instances
|
||||
*/
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-migrations</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-postgres-extensions</artifactId>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-scala_2.13</artifactId>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq-xtend</artifactId>
|
||||
|
||||
13
jOOQ/pom.xml
13
jOOQ/pom.xml
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-parent</artifactId>
|
||||
<version>3.17.1-SNAPSHOT</version>
|
||||
<version>3.18.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>jooq</artifactId>
|
||||
@ -77,6 +77,17 @@
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration>
|
||||
|
||||
<!-- [#13703] Validate at least HTML correctness -->
|
||||
<additionalparam>-Xdoclint:html</additionalparam>
|
||||
<additionalOptions>-Xdoclint:html</additionalOptions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
@ -53,7 +53,7 @@ public final class Constants {
|
||||
/**
|
||||
* The latest jOOQ minor version.
|
||||
*/
|
||||
public static final String MINOR_VERSION = "3.17";
|
||||
public static final String MINOR_VERSION = "3.18";
|
||||
|
||||
/**
|
||||
* The latest jOOQ version.
|
||||
@ -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.17.1-SNAPSHOT";
|
||||
public static final String VERSION = "3.18.0-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* 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.17.1-SNAPSHOT";
|
||||
public static final String FULL_VERSION = "3.18.0-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* The current jooq-runtime XSD file name.
|
||||
@ -170,6 +170,11 @@ public final class Constants {
|
||||
*/
|
||||
public static final String VERSION_3_17 = "3.17";
|
||||
|
||||
/**
|
||||
* The minor release 3.18.
|
||||
*/
|
||||
public static final String VERSION_3_18 = "3.18";
|
||||
|
||||
/**
|
||||
* No further instances
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user