[hibernate-commits] Hibernate SVN: r18532 - annotations/branches/v3_4_0_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jan 13 02:55:06 EST 2010


Author: stliu
Date: 2010-01-13 02:55:06 -0500 (Wed, 13 Jan 2010)
New Revision: 18532

Modified:
   annotations/branches/v3_4_0_GA_CP/changelog.txt
   annotations/branches/v3_4_0_GA_CP/pom.xml
   annotations/branches/v3_4_0_GA_CP/readme.txt
Log:
JBPAPP-3396 update the version in the pom.xml and readme.txt, changelog and something else

Modified: annotations/branches/v3_4_0_GA_CP/changelog.txt
===================================================================
--- annotations/branches/v3_4_0_GA_CP/changelog.txt	2010-01-13 07:53:38 UTC (rev 18531)
+++ annotations/branches/v3_4_0_GA_CP/changelog.txt	2010-01-13 07:55:06 UTC (rev 18532)
@@ -1,6 +1,26 @@
 Hibernate Annotations Changelog
 ===============================
 
+3.4.0.GA_CP01 (13-01-2010)
+** Bug
+	* [JBPAPP-1061] - ANN-764 - Tests using sequences are run on databases which doesn't supports sequences
+    * [JBPAPP-1068] - Annotations - MSSQL, Oracle - Mapping inconsistency
+    * [JBPAPP-1073] - Annotations - Oracle - "size" is reserved in Oracle
+    * [JBPAPP-1124] - ANN-779 - Oracle - Identifier is too long
+    * [JBPAPP-1125] - ANN - Oracle - Dialect does not support identity key generation
+    * [JBPAPP-1587] - Sybase - Annotations - unit tests using LOBs fail
+    * [JBPAPP-1852] - ANN-778 - Test hangs if an exception is thrown, due to unclosed transaction
+    * [JBPAPP-1878] - ANN-817 - 8-bit characters in string values cause unit test failures
+    * [JBPAPP-1879] - ANN-818 - @DiscriminatorFormula for an integer column with default discriminator type causes failure for DB2/Sybase
+    * [JBPAPP-2082] - ANN-841 - Bidirectional indexed collection mapped incorrectly for IndexedCollectionTest
+    * [JBPAPP-3327] - org.hibernate.test.annotations.EntityTest.testColumn() is incorrect
+    * [JBPAPP-3384] - HHH-4257 map key type no longer inferred correctly, throws exception at runtime
+** Task
+	* [JBPAPP-2923] - CLONE -Modify Annotations, Entity Manager, and Search to work with the same property settings as Core
+    * [JBPAPP-3217] - enable test case on others db
+    * [JBPAPP-3150] - change the build tool of Hibernate Annotations(eap 5 cp branch)
+
+
 3.4.0.GA (20-08-2008)
 ----------------------
 

Modified: annotations/branches/v3_4_0_GA_CP/pom.xml
===================================================================
--- annotations/branches/v3_4_0_GA_CP/pom.xml	2010-01-13 07:53:38 UTC (rev 18531)
+++ annotations/branches/v3_4_0_GA_CP/pom.xml	2010-01-13 07:55:06 UTC (rev 18532)
@@ -33,7 +33,7 @@
 	<groupId>org.hibernate</groupId>
 	<artifactId>hibernate-annotations</artifactId>
 	<packaging>jar</packaging>
-	<version>3.4.0.GA</version>
+	<version>3.4.0.GA_CP01</version>
 
 	<name>Hibernate Annotations</name>
 	<description>Annotations metadata for Hibernate</description>
@@ -103,7 +103,7 @@
 		<dependency>
 			<groupId>org.hibernate</groupId>
 			<artifactId>hibernate-core</artifactId>
-			<version>3.3.2.GA</version>
+			<version>3.3.2.GA_CP01</version>
 		</dependency>
 		<dependency>
 			<groupId>org.hibernate</groupId>

Modified: annotations/branches/v3_4_0_GA_CP/readme.txt
===================================================================
--- annotations/branches/v3_4_0_GA_CP/readme.txt	2010-01-13 07:53:38 UTC (rev 18531)
+++ annotations/branches/v3_4_0_GA_CP/readme.txt	2010-01-13 07:55:06 UTC (rev 18532)
@@ -1,8 +1,8 @@
 Hibernate Annotations
 ==================================================
-Version: @version@, @releasedate@
+Version: 3.4.0.GA_CP01, 2010.01.13
 
-THIS RELEASE OF HIBERNATE ANNOTATIONS REQUIRES HIBERNATE CORE 3.3 (and above)
+THIS RELEASE OF HIBERNATE ANNOTATIONS REQUIRES HIBERNATE CORE 3.3.2.GA_CP01 (and above)
 
 Description
 -----------



More information about the hibernate-commits mailing list