[hibernate-commits] Hibernate SVN: r14967 - in commons-annotations/trunk: src/java/org/hibernate/annotations/common and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jul 23 09:24:38 EDT 2008


Author: hardy.ferentschik
Date: 2008-07-23 09:24:38 -0400 (Wed, 23 Jul 2008)
New Revision: 14967

Modified:
   commons-annotations/trunk/build.xml
   commons-annotations/trunk/changelog.txt
   commons-annotations/trunk/readme.txt
   commons-annotations/trunk/src/java/org/hibernate/annotations/common/Version.java
Log:
Release commons-annotations 3.1.0.CR2

Modified: commons-annotations/trunk/build.xml
===================================================================
--- commons-annotations/trunk/build.xml	2008-07-23 12:12:24 UTC (rev 14966)
+++ commons-annotations/trunk/build.xml	2008-07-23 13:24:38 UTC (rev 14967)
@@ -9,7 +9,7 @@
 	<!-- Name of project and version, used to create filenames -->
 	<property name="Name" value="Hibernate Commons Annotations"/>
 	<property name="name" value="hibernate-commons-annotations"/>
-	<property name="version" value="3.1.0.CR1"/>
+	<property name="version" value="3.1.0.CR2"/>
 	<property name="javadoc.packagenames" value="org.hibernate.commons.annotations.*"/>
 	<property name="copy.test" value="true"/>
 	<property name="javac.source" value="1.5"/>

Modified: commons-annotations/trunk/changelog.txt
===================================================================
--- commons-annotations/trunk/changelog.txt	2008-07-23 12:12:24 UTC (rev 14966)
+++ commons-annotations/trunk/changelog.txt	2008-07-23 13:24:38 UTC (rev 14967)
@@ -1,6 +1,13 @@
 Hibernate Annotations Changelog
 ===============================
 
+3.1.0.CR2 (23-07-2008)
+----------------------
+
+** Bug
+    * [HCANN-4] - NullPointerException in JavaXCollectionType
+
+
 3.1.0.CR1 (27-05-2008)
 ----------------------
 

Modified: commons-annotations/trunk/readme.txt
===================================================================
--- commons-annotations/trunk/readme.txt	2008-07-23 12:12:24 UTC (rev 14966)
+++ commons-annotations/trunk/readme.txt	2008-07-23 13:24:38 UTC (rev 14967)
@@ -1,6 +1,6 @@
 Hibernate Commons Annotations
 ==================================================
-Version: 3.1.0.CR1, 27.05.2008
+Version: 3.1.0.CR2, 23.07.2008
 
 Description
 -----------

Modified: commons-annotations/trunk/src/java/org/hibernate/annotations/common/Version.java
===================================================================
--- commons-annotations/trunk/src/java/org/hibernate/annotations/common/Version.java	2008-07-23 12:12:24 UTC (rev 14966)
+++ commons-annotations/trunk/src/java/org/hibernate/annotations/common/Version.java	2008-07-23 13:24:38 UTC (rev 14967)
@@ -7,7 +7,7 @@
  * @author Emmanuel Bernard
  */
 public class Version {
-	public static final String VERSION = "3.1.0.CR1";
+	public static final String VERSION = "3.1.0.CR2";
 	private static Logger log = LoggerFactory.getLogger( Version.class );
 
 	static {




More information about the hibernate-commits mailing list