[hibernate-commits] Hibernate SVN: r17603 - beanvalidation/tck/trunk.

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


Author: hardy.ferentschik
Date: 2009-10-01 04:04:45 -0400 (Thu, 01 Oct 2009)
New Revision: 17603

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

Modified: beanvalidation/tck/trunk/pom.xml
===================================================================
--- beanvalidation/tck/trunk/pom.xml	2009-10-01 07:44:06 UTC (rev 17602)
+++ beanvalidation/tck/trunk/pom.xml	2009-10-01 08:04:45 UTC (rev 17603)
@@ -44,7 +44,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.jboss.test-audit</groupId>



More information about the hibernate-commits mailing list