From 66c71583f36cb2e08040d095dfc2cf9b4d4f869f Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 2 Jul 2013 10:52:33 +0200 Subject: [PATCH] Release 3.2.0-SNAPSHOT --- jOOQ-codegen-maven-example/pom.xml | 4 ++-- jOOQ-codegen-maven/pom.xml | 2 +- jOOQ-codegen/pom.xml | 2 +- jOOQ-console/pom.xml | 2 +- jOOQ-meta/pom.xml | 2 +- jOOQ-scala/pom.xml | 4 ++-- jOOQ-website/pom.xml | 2 +- jOOQ/pom.xml | 2 +- jOOQ/src/main/java/org/jooq/Constants.java | 6 +++--- pom.xml | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/jOOQ-codegen-maven-example/pom.xml b/jOOQ-codegen-maven-example/pom.xml index f3863c3cf9..d72e3321d4 100644 --- a/jOOQ-codegen-maven-example/pom.xml +++ b/jOOQ-codegen-maven-example/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.1.0 + 3.2.0-SNAPSHOT org.jooq @@ -195,7 +195,7 @@ org.jooq jooq-codegen-maven - 3.1.0 + 3.2.0-SNAPSHOT exec1 diff --git a/jOOQ-codegen-maven/pom.xml b/jOOQ-codegen-maven/pom.xml index 5103fc5e90..4fd534372c 100644 --- a/jOOQ-codegen-maven/pom.xml +++ b/jOOQ-codegen-maven/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.1.0 + 3.2.0-SNAPSHOT org.jooq diff --git a/jOOQ-codegen/pom.xml b/jOOQ-codegen/pom.xml index 6b48cc49ec..4a82819b87 100644 --- a/jOOQ-codegen/pom.xml +++ b/jOOQ-codegen/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.1.0 + 3.2.0-SNAPSHOT org.jooq diff --git a/jOOQ-console/pom.xml b/jOOQ-console/pom.xml index 79b726bcef..ac151cfa89 100644 --- a/jOOQ-console/pom.xml +++ b/jOOQ-console/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.1.0 + 3.2.0-SNAPSHOT org.jooq diff --git a/jOOQ-meta/pom.xml b/jOOQ-meta/pom.xml index bc5edf78c4..cc7ccfb790 100644 --- a/jOOQ-meta/pom.xml +++ b/jOOQ-meta/pom.xml @@ -6,7 +6,7 @@ org.jooq jooq-parent - 3.1.0 + 3.2.0-SNAPSHOT org.jooq diff --git a/jOOQ-scala/pom.xml b/jOOQ-scala/pom.xml index eeb28033ab..498beb43f3 100644 --- a/jOOQ-scala/pom.xml +++ b/jOOQ-scala/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.1.0 + 3.2.0-SNAPSHOT org.jooq @@ -68,7 +68,7 @@ org.jooq jooq-codegen-maven - 3.1.0 + 3.2.0-SNAPSHOT exec1 diff --git a/jOOQ-website/pom.xml b/jOOQ-website/pom.xml index 91cc37656b..44d60e8e65 100644 --- a/jOOQ-website/pom.xml +++ b/jOOQ-website/pom.xml @@ -49,7 +49,7 @@ org.jooq jooq - 3.1.0 + 3.2.0-SNAPSHOT jar compile diff --git a/jOOQ/pom.xml b/jOOQ/pom.xml index a13ea8d1e1..757c10591d 100644 --- a/jOOQ/pom.xml +++ b/jOOQ/pom.xml @@ -7,7 +7,7 @@ org.jooq jooq-parent - 3.1.0 + 3.2.0-SNAPSHOT org.jooq diff --git a/jOOQ/src/main/java/org/jooq/Constants.java b/jOOQ/src/main/java/org/jooq/Constants.java index 8ca2e7e450..64ca426586 100644 --- a/jOOQ/src/main/java/org/jooq/Constants.java +++ b/jOOQ/src/main/java/org/jooq/Constants.java @@ -45,7 +45,7 @@ public final class Constants { /** * The latest jOOQ minor version. */ - public static final String MINOR_VERSION = "3.1"; + public static final String MINOR_VERSION = "3.2"; /** * The latest jOOQ version. @@ -53,7 +53,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.1.0"; + public static final String VERSION = "3.2.0"; /** * The latest jOOQ full version. @@ -61,7 +61,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.1.0"; + public static final String FULL_VERSION = "3.2.0"; /** * The maximum degree of {@link Row} and {@link Record} subtypes diff --git a/pom.xml b/pom.xml index 8daffa7d90..3a67dbf9e2 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.jooq jooq-parent - 3.1.0 + 3.2.0-SNAPSHOT pom jOOQ Parent