[hibernate-commits] Hibernate SVN: r18929 - in annotations/branches/v3_3_1_GA_CP: doc/reference/en and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Mar 5 13:16:28 EST 2010


Author: stliu
Date: 2010-03-05 13:16:28 -0500 (Fri, 05 Mar 2010)
New Revision: 18929

Modified:
   annotations/branches/v3_3_1_GA_CP/build.xml
   annotations/branches/v3_3_1_GA_CP/changelog.txt
   annotations/branches/v3_3_1_GA_CP/doc/reference/en/master.xml
   annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java
Log:
JBPAPP-3844 upgrade ann to 3.3.1.GA.CP03

Modified: annotations/branches/v3_3_1_GA_CP/build.xml
===================================================================
--- annotations/branches/v3_3_1_GA_CP/build.xml	2010-03-05 18:08:08 UTC (rev 18928)
+++ annotations/branches/v3_3_1_GA_CP/build.xml	2010-03-05 18:16:28 UTC (rev 18929)
@@ -16,7 +16,7 @@
 	<!-- Name of project and version, used to create filenames -->
 	<property name="Name" value="Hibernate Annotations"/>
 	<property name="name" value="hibernate-annotations"/>
-	<property name="version" value="3.3.1.GA.CP02"/>
+	<property name="version" value="3.3.1.GA.CP03"/>
 	<property name="javadoc.packagenames" value="org.hibernate.*"/>
 	<property name="jdbc.dir" value="jdbc"/>
 	<property name="copy.test" value="true"/>

Modified: annotations/branches/v3_3_1_GA_CP/changelog.txt
===================================================================
--- annotations/branches/v3_3_1_GA_CP/changelog.txt	2010-03-05 18:08:08 UTC (rev 18928)
+++ annotations/branches/v3_3_1_GA_CP/changelog.txt	2010-03-05 18:16:28 UTC (rev 18929)
@@ -1,6 +1,18 @@
 Hibernate Annotations Changelog
 ===============================
+3.3.1.GA.CP03
+---------------------
 
+** Bug
+	* [JBPAPP-2082 / ANN841] - Bidirectional indexed collection mapped incorrectly for IndexedCollectionTest
+	* [JBPAPP-3057] - DB2 - Assertion Failed in EntityTest.testColumn
+	* [JBPAPP-3068] - in MySQL, BLOBS should specify a length/number of bytes for fields in index
+	* [JBPAPP-3384 / HHH-4257] - map key type no longer inferred correctly, throws exception at runtime
+	* [JBPAPP-3565 / HHH-4851] - OneToOneSecondPass Metadata is mistakenly interpreted
+	* [JBPAPP-3799 / HHH-4773] - unit tests fail cos db2 doesn't allow primary key column nullable
+** Task
+	* [JBPAPP-3837] - clean up build script of annotations
+	
 3.3.1.GA.CP02
 ---------------------
 

Modified: annotations/branches/v3_3_1_GA_CP/doc/reference/en/master.xml
===================================================================
--- annotations/branches/v3_3_1_GA_CP/doc/reference/en/master.xml	2010-03-05 18:08:08 UTC (rev 18928)
+++ annotations/branches/v3_3_1_GA_CP/doc/reference/en/master.xml	2010-03-05 18:16:28 UTC (rev 18929)
@@ -12,7 +12,7 @@
 
     <subtitle>Reference Guide</subtitle>
 
-    <releaseinfo>3.3.1.GA.CP02</releaseinfo>
+    <releaseinfo>3.3.1.GA.CP03</releaseinfo>
 
     <mediaobject>
       <imageobject>

Modified: annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java
===================================================================
--- annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java	2010-03-05 18:08:08 UTC (rev 18928)
+++ annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java	2010-03-05 18:16:28 UTC (rev 18929)
@@ -8,7 +8,7 @@
  * @author Emmanuel Bernard
  */
 public class Version {
-	public static final String VERSION = "3.3.1.GA.CP02";
+	public static final String VERSION = "3.3.1.GA.CP03";
 	private static Log log = LogFactory.getLog( Version.class );
 
 	static {



More information about the hibernate-commits mailing list