You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/09/17 15:27:48 UTC

svn commit: r998121 - /openjpa/branches/2.0.x/openjpa-integration/validation/pom.xml

Author: dwoods
Date: Fri Sep 17 13:27:48 2010
New Revision: 998121

URL: http://svn.apache.org/viewvc?rev=998121&view=rev
Log:
upgrade to Hibernate 4.0.2.GA as the optional Bean Validation provider for integration tests

Modified:
    openjpa/branches/2.0.x/openjpa-integration/validation/pom.xml

Modified: openjpa/branches/2.0.x/openjpa-integration/validation/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-integration/validation/pom.xml?rev=998121&r1=998120&r2=998121&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-integration/validation/pom.xml (original)
+++ openjpa/branches/2.0.x/openjpa-integration/validation/pom.xml Fri Sep 17 13:27:48 2010
@@ -121,7 +121,7 @@
                 <dependency>
                     <groupId>org.hibernate</groupId>
                     <artifactId>hibernate-validator</artifactId>
-                    <version>4.0.0.GA</version>
+                    <version>4.0.2.GA</version>
                     <scope>test</scope>
                     <exclusions>
                         <!-- force usage of the geronimo-jpa_2.0_spec -->
@@ -152,8 +152,8 @@
             <repositories>
                 <repository>
                     <id>repository.jboss.org</id>
-                    <name>JBoss Repository</name>
-                    <url>http://repository.jboss.org/maven2</url>
+                    <name>JBoss Nexus Repository</name>
+                    <url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
                     <layout>default</layout>
                     <snapshots>
                         <enabled>false</enabled>