[hibernate-commits] Hibernate SVN: r18949 - core/trunk/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Mar 10 03:21:47 EST 2010


Author: epbernard
Date: 2010-03-10 03:21:46 -0500 (Wed, 10 Mar 2010)
New Revision: 18949

Modified:
   core/trunk/parent/pom.xml
Log:
HHH-4990 Move to commons-annotations 3.2.0.Final

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2010-03-09 21:02:15 UTC (rev 18948)
+++ core/trunk/parent/pom.xml	2010-03-10 08:21:46 UTC (rev 18949)
@@ -504,7 +504,7 @@
             <dependency>
                 <groupId>org.hibernate</groupId>
                 <artifactId>hibernate-commons-annotations</artifactId>
-                <version>3.2.0.Beta1</version>
+                <version>3.2.0.Final</version>
             </dependency>
             <!--  set the optional Bean Validation and Hibernate Validator to be used throughout the project  -->
             <dependency>



More information about the hibernate-commits mailing list