Skip to content

Commit

Permalink
Version 3.4.4 - October 15, 2014
Browse files Browse the repository at this point in the history
================================================================================

This is a patch release with some useful fixes for the 3.4 branch

Bug fixes
---------
jOOQ#3687 - Regression in handling of Oracle ARRAY types
  • Loading branch information
lukaseder committed Oct 15, 2014
1 parent 70a893d commit ed52b9a
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 17 deletions.
2 changes: 1 addition & 1 deletion jOOQ-codegen-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<groupId>org.jooq</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<groupId>org.jooq</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jOOQ-examples/jOOQ-jax-rs-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen-maven</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>

<executions>
<execution>
Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-spring-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3</org.jooq.version>
<org.jooq.version>3.4.4</org.jooq.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-examples/jOOQ-spring-guice-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3</org.jooq.version>
<org.jooq.version>3.4.4</org.jooq.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-meta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<groupId>org.jooq</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-release/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"/>
<property name="version" value="3.4.4"/>

<!-- Run a full mvn clean package install deploy first before this -->
<target name="copy-lib-javadoc">
Expand Down
9 changes: 9 additions & 0 deletions jOOQ-release/release/template/RELEASENOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ http://www.jooq.org/notes.php
For a text version, see
http://www.jooq.org/inc/RELEASENOTES.txt

Version 3.4.4 - October 15, 2014
================================================================================

This is a patch release with some useful fixes for the 3.4 branch

Bug fixes
---------
#3687 - Regression in handling of Oracle ARRAY types

Version 3.4.3 - October 14, 2014
================================================================================

Expand Down
2 changes: 1 addition & 1 deletion jOOQ-release/release/template/maven-install.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set VERSION=3.4.3
set VERSION=3.4.4

if exist jOOQ-javadoc\jooq-%VERSION%-javadoc.jar (
set JAVADOC_JOOQ=-Djavadoc=jOOQ-javadoc\jooq-%VERSION%-javadoc.jar
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-release/release/template/maven-install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
VERSION=3.4.3
VERSION=3.4.4

if [ -f jOOQ-javadoc/jooq-$VERSION-javadoc.jar ]; then
JAVADOC_JOOQ=-Djavadoc=jOOQ-javadoc/jooq-$VERSION-javadoc.jar
Expand Down
4 changes: 2 additions & 2 deletions jOOQ-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<groupId>org.jooq</groupId>
Expand Down Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen-maven</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
<executions>
<execution>
<id>exec1</id>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
</parent>

<groupId>org.jooq</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jOOQ/src/main/java/org/jooq/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ 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.4.3";
public static final String VERSION = "3.4.4";

/**
* The latest jOOQ full version.
* <p>
* This is the same as {@link #VERSION}, but it may include release
* candidate and other suffixes.
*/
public static final String FULL_VERSION = "3.4.3";
public static final String FULL_VERSION = "3.4.4";

/**
* The current jooq-runtime XSD file name.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.jooq</groupId>
<artifactId>jooq-parent</artifactId>
<version>3.4.3</version>
<version>3.4.4</version>
<packaging>pom</packaging>

<name>jOOQ Parent</name>
Expand Down Expand Up @@ -40,7 +40,7 @@
</licenses>

<properties>
<jooq.version>3.4.3</jooq.version>
<jooq.version>3.4.4</jooq.version>
</properties>

<scm>
Expand Down

0 comments on commit ed52b9a

Please sign in to comment.