[hibernate-commits] Hibernate SVN: r14982 - annotations/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jul 29 10:36:29 EDT 2008


Author: hardy.ferentschik
Date: 2008-07-29 10:36:29 -0400 (Tue, 29 Jul 2008)
New Revision: 14982

Modified:
   annotations/trunk/pom.xml
Log:
Updated the version of commons-annotations.

Modified: annotations/trunk/pom.xml
===================================================================
--- annotations/trunk/pom.xml	2008-07-29 14:35:54 UTC (rev 14981)
+++ annotations/trunk/pom.xml	2008-07-29 14:36:29 UTC (rev 14982)
@@ -30,7 +30,7 @@
         <dependency>
 			<groupId>org.hibernate</groupId>
 			<artifactId>hibernate-commons-annotations</artifactId>
-			<version>3.1.0.CR1</version>
+			<version>3.1.0.CR2</version>
 		</dependency>
         <dependency>
 			<groupId>org.hibernate</groupId>




More information about the hibernate-commits mailing list