Release 3.4.0

This commit is contained in:
Lukas Eder 2014-06-20 10:51:45 +02:00
parent 32f4ac70bf
commit a511c45ad8
15 changed files with 24 additions and 18 deletions

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<groupId>org.jooq</groupId>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<groupId>org.jooq</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.4.0-SNAPSHOT</org.jooq.version>
<org.jooq.version>3.4.0</org.jooq.version>
</properties>
<dependencies>

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.4.0-SNAPSHOT</org.jooq.version>
<org.jooq.version>3.4.0</org.jooq.version>
</properties>
<dependencies>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<groupId>org.jooq</groupId>

View File

@ -3,7 +3,7 @@
<property name="dir.workspace" value="${basedir}/.." />
<property name="dir.target" value="${basedir}/target" />
<property name="dir.release" value="${basedir}/release" />
<property name="version" value="3.4.0-SNAPSHOT"/>
<property name="version" value="3.4.0"/>
<!-- Run a full mvn clean package install deploy first before this -->
<target name="copy-lib-javadoc">

View File

@ -10,7 +10,7 @@ http://www.jooq.org/notes.php
For a text version, see
http://www.jooq.org/inc/RELEASENOTES.txt
Version 3.4.0-SNAPSHOT - June 2, 2014
Version 3.4.0 - June 20, 2014
================================================================================
This is a snapshot preview version of jOOQ 3.4.0. Please do not use this version

View File

@ -1,5 +1,5 @@
@echo off
set VERSION=3.3.0
set VERSION=3.4.0
call mvn install:install-file -Dfile=jOOQ-pom\jooq-parent\pom.xml -DgroupId=org.jooq -DartifactId=jooq-parent -Dversion=%VERSION% -Dpackaging=pom
call mvn install:install-file -Dfile=jOOQ-lib\jooq-%VERSION%.jar -DgroupId=org.jooq -DartifactId=jooq -Dversion=%VERSION% -Dpackaging=jar

View File

@ -1,5 +1,5 @@
#!/bin/sh
VERSION=3.3.0
VERSION=3.4.0
mvn install:install-file -Dfile=jOOQ-pom/jooq-parent/pom.xml -DgroupId=org.jooq -DartifactId=jooq-parent -Dversion=$VERSION -Dpackaging=pom
mvn install:install-file -Dfile=jOOQ-lib/jooq-$VERSION.jar -DgroupId=org.jooq -DartifactId=jooq -Dversion=$VERSION -Dpackaging=jar

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<groupId>org.jooq</groupId>
@ -68,7 +68,7 @@
<plugin>
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen-maven</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
<executions>
<execution>
<id>exec1</id>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<artifactId>jooq-test-utils</artifactId>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<artifactId>jooq-test</artifactId>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
</parent>
<groupId>org.jooq</groupId>

View File

@ -76,7 +76,7 @@ public final class Constants {
/**
* The current jooq-runtime XML namespace
*/
public static final String NS_RUNTIME = "http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd";
public static final String NS_RUNTIME = "http://www.jooq.org/xsd" + XSD_RUNTIME;
/**
* The current jooq-codegen XSD file name.
@ -86,7 +86,7 @@ public final class Constants {
/**
* The current jooq-codegen XML namespace.
*/
public static final String NS_CODEGEN = "http://www.jooq.org/xsd/jooq-codegen-3.4.0.xsd";
public static final String NS_CODEGEN = "http://www.jooq.org/xsd/" + XSD_CODEGEN;
/**
* The maximum degree of {@link Row} and {@link Record} subtypes

10
pom.xml
View File

@ -12,7 +12,7 @@
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
<packaging>pom</packaging>
<name>jOOQ Parent</name>
@ -40,7 +40,7 @@
</licenses>
<properties>
<jooq.version>3.4.0-SNAPSHOT</jooq.version>
<jooq.version>3.4.0</jooq.version>
</properties>
<scm>
@ -158,6 +158,12 @@
<module>jOOQ-codegen-maven</module>
<module>jOOQ-meta</module>
<module>jOOQ-scala</module>
<module>jOOQ-examples/jOOQ-spring-example</module>
<module>jOOQ-examples/jOOQ-spring-guice-example</module>
<module>jOOQ-test-utils</module>
<module>jOOQ-test</module>
</modules>
<dependencyManagement>