[hibernate-commits] Hibernate SVN: r17604 - validator/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Oct 1 04:14:40 EDT 2009


Author: hardy.ferentschik
Date: 2009-10-01 04:14:40 -0400 (Thu, 01 Oct 2009)
New Revision: 17604

Modified:
   validator/trunk/pom.xml
Log:
updated the bv api version

Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml	2009-10-01 08:04:45 UTC (rev 17603)
+++ validator/trunk/pom.xml	2009-10-01 08:14:40 UTC (rev 17604)
@@ -47,7 +47,7 @@
             <dependency>
                 <groupId>javax.validation</groupId>
                 <artifactId>validation-api</artifactId>
-                <version>1.0.CR6-SNAPSHOT</version>
+                <version>1.0.0.GA</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>



More information about the hibernate-commits mailing list