Release 1.6.3

This commit is contained in:
Lukas Eder 2011-07-24 17:09:49 +00:00
parent 9051b8defe
commit 031fddbc86
3 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<packaging>jar</packaging>
<name>jOOQ Codegen</name>
@ -140,14 +140,14 @@
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq-meta</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>

View File

@ -9,7 +9,7 @@
<groupId>org.jooq</groupId>
<artifactId>jooq-meta</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<packaging>jar</packaging>
<name>jOOQ Meta</name>
@ -139,7 +139,7 @@
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>

View File

@ -10,7 +10,7 @@
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<packaging>jar</packaging>
<name>jOOQ</name>