[hibernate-commits] Hibernate SVN: r17928 - 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
Thu Nov 5 07:04:27 EST 2009


Author: stliu
Date: 2009-11-05 07:04:26 -0500 (Thu, 05 Nov 2009)
New Revision: 17928

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/readme.txt
   annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java
Log:
JBPAPP-3065 update annotations's version to 3.3.1.GA.CP02

Modified: annotations/branches/v3_3_1_GA_CP/build.xml
===================================================================
--- annotations/branches/v3_3_1_GA_CP/build.xml	2009-11-05 09:51:52 UTC (rev 17927)
+++ annotations/branches/v3_3_1_GA_CP/build.xml	2009-11-05 12:04:26 UTC (rev 17928)
@@ -17,7 +17,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.CP01"/>
+	<property name="version" value="3.3.1.GA.CP02"/>
 	<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	2009-11-05 09:51:52 UTC (rev 17927)
+++ annotations/branches/v3_3_1_GA_CP/changelog.txt	2009-11-05 12:04:26 UTC (rev 17928)
@@ -1,6 +1,19 @@
 Hibernate Annotations Changelog
 ===============================
 
+3.3.1.GA.CP02
+---------------------
+
+** Bug
+	* [JBPAPP-1061 / ANN-764] - Tests using sequences are run on databases which doesn't supports sequences
+	* [JBPAPP-1068 / HHH-4500] - Annotations - MSSQL, Oracle - Mapping inconsistency
+	* [JBPAPP-1125 / HHH-4397] - ANN - Oracle - Dialect does not support identity key generation
+	* [JBPAPP-1587] - Sybase - Annotations - unit tests using LOBs fail
+	* [JBPAPP-1679] - Modify Annotations, Entity Manager, and Search to work with the same property settings as Core
+	* [JBPAPP-2901 / HHH-4415] - TestCase could check for superclass of Dialect before skipping it
+	* [JBPAPP-3058] - Annotations - JoinColumnOverrideTest fails due to "could not instantiate id generator"
+	* [JBPAPP-3060 / ANN-748] - @JoinColumn overrides scale and percision in ManyToOne map..
+
 3.3.1.GA.CP01
 ---------------------
 

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	2009-11-05 09:51:52 UTC (rev 17927)
+++ annotations/branches/v3_3_1_GA_CP/doc/reference/en/master.xml	2009-11-05 12:04:26 UTC (rev 17928)
@@ -12,7 +12,7 @@
 
     <subtitle>Reference Guide</subtitle>
 
-    <releaseinfo>3.3.1.GA.CP01</releaseinfo>
+    <releaseinfo>3.3.1.GA.CP02</releaseinfo>
 
     <mediaobject>
       <imageobject>

Modified: annotations/branches/v3_3_1_GA_CP/readme.txt
===================================================================
--- annotations/branches/v3_3_1_GA_CP/readme.txt	2009-11-05 09:51:52 UTC (rev 17927)
+++ annotations/branches/v3_3_1_GA_CP/readme.txt	2009-11-05 12:04:26 UTC (rev 17928)
@@ -1,6 +1,6 @@
 Hibernate Annotations
 ==================================================
-Version: 3.3.1.GA.CP01
+Version: 3.3.1.GA.CP02
 
 THIS RELEASE OF HIBERNATE ANNOTATIONS REQUIRES HIBERNATE CORE 3.2.0.GA (and above)
 

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	2009-11-05 09:51:52 UTC (rev 17927)
+++ annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java	2009-11-05 12:04:26 UTC (rev 17928)
@@ -8,7 +8,7 @@
  * @author Emmanuel Bernard
  */
 public class Version {
-	public static final String VERSION = "3.3.1.GA.CP01";
+	public static final String VERSION = "3.3.1.GA.CP02";
 	private static Log log = LogFactory.getLog( Version.class );
 
 	static {



More information about the hibernate-commits mailing list