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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Aug 14 13:25:13 EDT 2009


Author: epbernard
Date: 2009-08-14 13:25:13 -0400 (Fri, 14 Aug 2009)
New Revision: 17303

Modified:
   core/trunk/annotations/pom.xml
Log:
use BV 1.0.CR4 and HV 4.0.0.Beta3

Modified: core/trunk/annotations/pom.xml
===================================================================
--- core/trunk/annotations/pom.xml	2009-08-14 13:10:49 UTC (rev 17302)
+++ core/trunk/annotations/pom.xml	2009-08-14 17:25:13 UTC (rev 17303)
@@ -76,13 +76,13 @@
         <dependency>
             <groupId>javax.validation</groupId>
             <artifactId>validation-api</artifactId>
-            <version>1.0.CR3-SNAPSHOT</version>
+            <version>1.0.CR4</version>
             <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-validator</artifactId>
-            <version>4.0.0.Beta3-SNAPSHOT</version>
+            <version>4.0.0.Beta3</version>
             <scope>test</scope>
         </dependency>
     </dependencies>



More information about the hibernate-commits mailing list