diff --git a/jOOQ-examples/jOOQ-academy/pom.xml b/jOOQ-examples/jOOQ-academy/pom.xml index 41fd6d9a40..9f9d3892e5 100644 --- a/jOOQ-examples/jOOQ-academy/pom.xml +++ b/jOOQ-examples/jOOQ-academy/pom.xml @@ -5,7 +5,7 @@ org.jooq jooq-academy - 1.0 + 3.13.0-SNAPSHOT jOOQ Academy @@ -18,7 +18,6 @@ UTF-8 - 3.13.0-SNAPSHOT 1.4.199 @@ -28,7 +27,7 @@ org.jooq jooq - ${org.jooq.version} + ${project.version} com.h2database @@ -172,7 +171,7 @@ org.jooq jooq-codegen-maven - ${org.jooq.version} + ${project.version} diff --git a/jOOQ-examples/jOOQ-checker-framework-example/pom.xml b/jOOQ-examples/jOOQ-checker-framework-example/pom.xml index bdb549c0f5..ef4d28c276 100644 --- a/jOOQ-examples/jOOQ-checker-framework-example/pom.xml +++ b/jOOQ-examples/jOOQ-checker-framework-example/pom.xml @@ -18,7 +18,6 @@ UTF-8 - ${project.version} 11 11 @@ -29,12 +28,12 @@ org.jooq jooq - ${org.jooq.version} + ${project.version} org.jooq jooq-checker - ${org.jooq.version} + ${project.version} @@ -114,12 +113,12 @@ org.jooq jooq - ${org.jooq.version} + ${project.version} org.jooq jooq-checker - ${org.jooq.version} + ${project.version} diff --git a/jOOQ-examples/jOOQ-javaee-example/pom.xml b/jOOQ-examples/jOOQ-javaee-example/pom.xml index ac1f94d277..bf62a25bc2 100644 --- a/jOOQ-examples/jOOQ-javaee-example/pom.xml +++ b/jOOQ-examples/jOOQ-javaee-example/pom.xml @@ -5,7 +5,7 @@ org.jooq jooq-javaee-example - ${org.jooq.version} + 3.13.0-SNAPSHOT war jOOQ JavaEE Example @@ -19,7 +19,6 @@ UTF-8 - 3.13.0-SNAPSHOT 1.4.199 1.8 @@ -66,7 +65,7 @@ org.jooq jooq - ${org.jooq.version} + ${project.version} com.h2database @@ -203,7 +202,7 @@ org.jooq jooq-codegen-maven - ${org.jooq.version} + ${project.version} diff --git a/jOOQ-examples/jOOQ-javafx-example/pom.xml b/jOOQ-examples/jOOQ-javafx-example/pom.xml index 3a95f6ecec..081895571f 100644 --- a/jOOQ-examples/jOOQ-javafx-example/pom.xml +++ b/jOOQ-examples/jOOQ-javafx-example/pom.xml @@ -5,7 +5,7 @@ org.jooq jooq-javafx-example - 1.0 + 3.13.0-SNAPSHOT jOOQ JavaFX Example @@ -19,7 +19,6 @@ UTF-8 3.2.6.RELEASE - 3.13.0-SNAPSHOT 1.4.199 @@ -29,7 +28,7 @@ org.jooq jooq - ${org.jooq.version} + ${project.version} com.h2database @@ -181,7 +180,7 @@ org.jooq jooq-codegen-maven - ${org.jooq.version} + ${project.version} diff --git a/jOOQ-examples/jOOQ-jpa-example/pom.xml b/jOOQ-examples/jOOQ-jpa-example/pom.xml index f2864ef36e..1388651f01 100644 --- a/jOOQ-examples/jOOQ-jpa-example/pom.xml +++ b/jOOQ-examples/jOOQ-jpa-example/pom.xml @@ -18,7 +18,6 @@ UTF-8 - ${project.version} 1.4.199 5.4.4.Final 5.0.7.RELEASE @@ -30,14 +29,14 @@ org.jooq jooq-jpa-example-entities - ${org.jooq.version} + ${project.version} org.jooq jooq - ${org.jooq.version} + ${project.version} javax.persistence @@ -122,7 +121,7 @@ org.jooq jooq-codegen-maven - ${org.jooq.version} + ${project.version} @@ -162,7 +161,7 @@ org.jooq jooq-meta-extensions - ${org.jooq.version} + ${project.version} javax.persistence diff --git a/jOOQ-examples/jOOQ-kotlin-example/pom.xml b/jOOQ-examples/jOOQ-kotlin-example/pom.xml index 4c9c737800..0f1df1f346 100644 --- a/jOOQ-examples/jOOQ-kotlin-example/pom.xml +++ b/jOOQ-examples/jOOQ-kotlin-example/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-kotlin-example - ${org.jooq.version} + 3.13.0-SNAPSHOT jOOQ Kotlin Example @@ -20,7 +20,6 @@ UTF-8 1.2.30 - 3.13.0-SNAPSHOT 1.4.199 @@ -30,7 +29,7 @@ org.jooq jooq - ${org.jooq.version} + ${project.version} com.h2database @@ -142,7 +141,7 @@ org.jooq jooq-codegen-maven - ${org.jooq.version} + ${project.version} diff --git a/jOOQ-examples/jOOQ-oracle-example/pom.xml b/jOOQ-examples/jOOQ-oracle-example/pom.xml index 3d2bcd5b70..ebb6854c0e 100644 --- a/jOOQ-examples/jOOQ-oracle-example/pom.xml +++ b/jOOQ-examples/jOOQ-oracle-example/pom.xml @@ -5,7 +5,7 @@ org.jooq jooq-oracle-example - 1.0 + 3.13.0-SNAPSHOT jOOQ Oracle Example @@ -18,7 +18,6 @@ UTF-8 - 3.13.0-SNAPSHOT 19.3.0.0 @@ -28,7 +27,7 @@ org.jooq jooq - ${org.jooq.version} + ${project.version} com.oracle.ojdbc @@ -146,7 +145,7 @@ org.jooq jooq-codegen-maven - ${org.jooq.version} + ${project.version} diff --git a/jOOQ-examples/jOOQ-spark-chart-example/pom.xml b/jOOQ-examples/jOOQ-spark-chart-example/pom.xml index 3f7c4636f3..996b1c5ee0 100644 --- a/jOOQ-examples/jOOQ-spark-chart-example/pom.xml +++ b/jOOQ-examples/jOOQ-spark-chart-example/pom.xml @@ -6,11 +6,7 @@ org.jooq jooq-spark-chart-example - 1.0 - - - 3.13.0-SNAPSHOT - + 3.13.0-SNAPSHOT @@ -77,7 +73,7 @@ org.jooq jooq-codegen-maven - ${org.jooq.version} + ${project.version} @@ -150,7 +146,7 @@ org.jooq jooq - ${org.jooq.version} + ${project.version} org.postgresql diff --git a/jOOQ-examples/jOOQ-spark-example/pom.xml b/jOOQ-examples/jOOQ-spark-example/pom.xml index 1ad29928e5..7c5611b8c9 100644 --- a/jOOQ-examples/jOOQ-spark-example/pom.xml +++ b/jOOQ-examples/jOOQ-spark-example/pom.xml @@ -5,7 +5,7 @@ org.jooq jooq-spark-example - 1.0 + 3.13.0-SNAPSHOT jOOQ Spark Example @@ -19,7 +19,6 @@ UTF-8 3.2.6.RELEASE - 3.13.0-SNAPSHOT 1.4.199 @@ -29,7 +28,7 @@ org.jooq jooq - ${org.jooq.version} + ${project.version} com.h2database @@ -177,7 +176,7 @@ org.jooq jooq-codegen-maven - ${org.jooq.version} + ${project.version} diff --git a/jOOQ-examples/jOOQ-spring-example/pom.xml b/jOOQ-examples/jOOQ-spring-example/pom.xml index 8eee8564bb..5a86f41692 100644 --- a/jOOQ-examples/jOOQ-spring-example/pom.xml +++ b/jOOQ-examples/jOOQ-spring-example/pom.xml @@ -5,7 +5,7 @@ org.jooq jooq-spring-example - ${org.jooq.version} + 3.13.0-SNAPSHOT jOOQ Spring Example @@ -19,7 +19,6 @@ UTF-8 4.3.10.RELEASE - 3.13.0-SNAPSHOT 1.4.199 @@ -29,7 +28,7 @@ org.jooq jooq - ${org.jooq.version} + ${project.version} commons-dbcp @@ -187,7 +186,7 @@ org.jooq jooq-codegen-maven - ${org.jooq.version} + ${project.version} diff --git a/jOOQ-examples/jOOQ-spring-guice-example/pom.xml b/jOOQ-examples/jOOQ-spring-guice-example/pom.xml index ea6dcbb9e8..ea26e8e234 100644 --- a/jOOQ-examples/jOOQ-spring-guice-example/pom.xml +++ b/jOOQ-examples/jOOQ-spring-guice-example/pom.xml @@ -5,7 +5,7 @@ org.jooq jooq-spring-guice-example - ${org.jooq.version} + 3.13.0-SNAPSHOT jOOQ Spring Guice Example @@ -19,7 +19,6 @@ UTF-8 4.2.4.RELEASE - 3.13.0-SNAPSHOT 1.4.199 @@ -29,7 +28,7 @@ org.jooq jooq - ${org.jooq.version} + ${project.version} com.jolbox @@ -174,7 +173,7 @@ org.jooq jooq-codegen-maven - ${org.jooq.version} + ${project.version}