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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Mar 9 10:40:16 EST 2010


Author: epbernard
Date: 2010-03-09 10:40:15 -0500 (Tue, 09 Mar 2010)
New Revision: 18942

Modified:
   commons-annotations/trunk/changelog.txt
   commons-annotations/trunk/src/main/java/org/hibernate/annotations/common/Version.java
Log:
Prepare release

Modified: commons-annotations/trunk/changelog.txt
===================================================================
--- commons-annotations/trunk/changelog.txt	2010-03-09 14:50:32 UTC (rev 18941)
+++ commons-annotations/trunk/changelog.txt	2010-03-09 15:40:15 UTC (rev 18942)
@@ -1,6 +1,12 @@
 Hibernate Annotations Changelog
 ===============================
 
+3.2.0.GA (9-03-2010)
+--------------------
+
+** New Feature
+    * [HCANN-5] - Decouple the reflection work from the metadata overriding facility
+
 3.1.0.GA (20-08-2008)
 ----------------------
 

Modified: commons-annotations/trunk/src/main/java/org/hibernate/annotations/common/Version.java
===================================================================
--- commons-annotations/trunk/src/main/java/org/hibernate/annotations/common/Version.java	2010-03-09 14:50:32 UTC (rev 18941)
+++ commons-annotations/trunk/src/main/java/org/hibernate/annotations/common/Version.java	2010-03-09 15:40:15 UTC (rev 18942)
@@ -30,7 +30,7 @@
  * @author Emmanuel Bernard
  */
 public class Version {
-	public static final String VERSION = "3.2.0-SNAPSHOT";
+	public static final String VERSION = "3.2.0.Final";
 	private static Logger log = LoggerFactory.getLogger( Version.class );
 
 	static {



More information about the hibernate-commits mailing list