Release 1.6.9-SNAPSHOT

This commit is contained in:
Lukas Eder 2011-10-25 17:47:58 +00:00
parent 7fe1d50c89
commit 0e5f8de8c1
6 changed files with 15 additions and 11 deletions

View File

@ -9,7 +9,7 @@
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen-maven-example</artifactId>
<version>1.6.8</version>
<version>1.6.9-SNAPSHOT</version>
<packaging>jar</packaging>
<name>jOOQ Codegen Maven</name>
@ -51,7 +51,7 @@
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>1.6.8</version>
<version>1.6.9-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
@ -84,7 +84,7 @@
<plugin>
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen-maven</artifactId>
<version>1.6.8</version>
<version>1.6.9-SNAPSHOT</version>
<executions>
<execution>
<goals>

View File

@ -9,7 +9,7 @@
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen-maven</artifactId>
<version>1.6.8</version>
<version>1.6.9-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>jOOQ Codegen Maven</name>
@ -160,7 +160,7 @@
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen</artifactId>
<version>1.6.8</version>
<version>1.6.9-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>

View File

@ -10,7 +10,7 @@
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen</artifactId>
<version>1.6.8</version>
<version>1.6.9-SNAPSHOT</version>
<packaging>jar</packaging>
<name>jOOQ Codegen</name>
@ -150,14 +150,14 @@
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>1.6.8</version>
<version>1.6.9-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq-meta</artifactId>
<version>1.6.8</version>
<version>1.6.9-SNAPSHOT</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.8</version>
<version>1.6.9-SNAPSHOT</version>
<packaging>jar</packaging>
<name>jOOQ Meta</name>
@ -149,7 +149,7 @@
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>1.6.8</version>
<version>1.6.9-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>

View File

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

View File

@ -1301,6 +1301,10 @@ public class Factory implements Configuration {
return new DeleteImpl<R>(this, table);
}
// -------------------------------------------------------------------------
// DDL Statements
// -------------------------------------------------------------------------
/**
* Create a new DSL truncate statement.
* <p>