[#3846] Let examples work with latest release, not with SNAPSHOTs

This commit is contained in:
Lukas Eder 2015-03-10 16:00:05 +01:00
parent d432068b02
commit d1759cbd5b
10 changed files with 15 additions and 11 deletions

View File

@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.jooq.version>3.5.1</org.jooq.version>
<org.jooq.version>3.5.3</org.jooq.version>
<h2.version>1.4.181</h2.version>
</properties>

View File

@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
<org.jooq.version>3.6.0-SNAPSHOT</org.jooq.version>
<org.jooq.version>3.5.3</org.jooq.version>
<org.h2.version>1.4.181</org.h2.version>
<db.url>jdbc:h2:~/flyway-test</db.url>

View File

@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.jooq.version>3.6.0-SNAPSHOT</org.jooq.version>
<org.jooq.version>3.5.3</org.jooq.version>
<org.h2.version>1.3.173</org.h2.version>
<java.version>1.8</java.version>

View File

@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
<org.jooq.version>3.6.0-SNAPSHOT</org.jooq.version>
<org.jooq.version>3.5.3</org.jooq.version>
<org.h2.version>1.4.181</org.h2.version>
</properties>

View File

@ -8,6 +8,10 @@
<artifactId>jooq-jax-rs-example</artifactId>
<packaging>war</packaging>
<version>1.0</version>
<properties>
<org.jooq.version>3.5.3</org.jooq.version>
</properties>
<build>
<plugins>
@ -35,7 +39,7 @@
<plugin>
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen-maven</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>${org.jooq.version}</version>
<executions>
<execution>
@ -108,7 +112,7 @@
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>${org.jooq.version}</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>

View File

@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
<org.jooq.version>3.6.0-SNAPSHOT</org.jooq.version>
<org.jooq.version>3.5.3</org.jooq.version>
<org.h2.version>1.4.181</org.h2.version>
</properties>

View File

@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.jooq.version>3.6.0-SNAPSHOT</org.jooq.version>
<org.jooq.version>3.5.3</org.jooq.version>
<db.oracle.version>11</db.oracle.version>
</properties>

View File

@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.springframework.version>4.1.2.RELEASE</org.springframework.version>
<org.jooq.version>3.6.0-SNAPSHOT</org.jooq.version>
<org.jooq.version>3.5.3</org.jooq.version>
<org.h2.version>1.4.181</org.h2.version>
<java.version>1.8</java.version>
</properties>

View File

@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.springframework.version>4.1.2.RELEASE</org.springframework.version>
<org.jooq.version>3.6.0-SNAPSHOT</org.jooq.version>
<org.jooq.version>3.5.3</org.jooq.version>
<org.h2.version>1.4.181</org.h2.version>
</properties>

View File

@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
<org.jooq.version>3.6.0-SNAPSHOT</org.jooq.version>
<org.jooq.version>3.5.3</org.jooq.version>
<org.h2.version>1.4.181</org.h2.version>
</properties>