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/02/26 17:38:33 UTC

svn commit: r916746 - /openjpa/trunk/openjpa-integration/validation/pom.xml

Author: dwoods
Date: Fri Feb 26 16:38:33 2010
New Revision: 916746

URL: http://svn.apache.org/viewvc?rev=916746&view=rev
Log:
upgrade to latest released agimatec-validation artifacts

Modified:
    openjpa/trunk/openjpa-integration/validation/pom.xml

Modified: openjpa/trunk/openjpa-integration/validation/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/validation/pom.xml?rev=916746&r1=916745&r2=916746&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/validation/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/validation/pom.xml Fri Feb 26 16:38:33 2010
@@ -73,7 +73,7 @@
                 <dependency>
                     <groupId>com.agimatec</groupId>
                     <artifactId>agimatec-jsr303</artifactId>
-                    <version>0.9.6-SNAPSHOT</version>
+                    <version>0.9.6</version>
                     <scope>test</scope>
                     <exclusions>
                         <!-- force usage of the geronimo-validation_1.0_spec -->
@@ -91,7 +91,7 @@
                 <dependency>
                     <groupId>com.agimatec</groupId>
                     <artifactId>agimatec-validation</artifactId>
-                    <version>0.9.6-SNAPSHOT</version>
+                    <version>0.9.6</version>
                     <scope>test</scope>
                 </dependency>
                 <dependency>