Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

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

hibernate-commits

2008-07-23


Author LoginPost Reply
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)
@@(protected) @@
 <!-- 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)
@@(protected) @@
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)
@@(protected) @@
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)
@@(protected) @@
* @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 {

_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.