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/01/25 18:38:05 UTC

svn commit: r902891 - /openjpa/branches/2.0.0-beta/pom.xml

Author: dwoods
Date: Mon Jan 25 17:38:04 2010
New Revision: 902891

URL: http://svn.apache.org/viewvc?rev=902891&view=rev
Log:
OPENJPA-1468 Upgrade to final Bean Validation spec API from Geronimo

Modified:
    openjpa/branches/2.0.0-beta/pom.xml

Modified: openjpa/branches/2.0.0-beta/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/pom.xml?rev=902891&r1=902890&r2=902891&view=diff
==============================================================================
--- openjpa/branches/2.0.0-beta/pom.xml (original)
+++ openjpa/branches/2.0.0-beta/pom.xml Mon Jan 25 17:38:04 2010
@@ -612,7 +612,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-validation_1.0_spec</artifactId>
-                <version>1.0-SNAPSHOT</version>
+                <version>1.0</version>
             </dependency>            
             <dependency>
                 <groupId>org.apache.derby</groupId>
@@ -1025,4 +1025,23 @@
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta</developerConnection>
         <url>http://svn.apache.org/repos/asf/openjpa/tags/2.0.0-beta</url>
     </scm>
+
+    <!-- added so the build can find geronimo-validation_1.0_spec-1.0 -->
+    <repositories>
+        <repository>
+            <id>apache.nexus.staging</id>
+            <name>Apache Staging Repository</name>
+            <layout>default</layout>
+            <url>https://repository.apache.org/content/repositories/staging/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+                <updatePolicy>always</updatePolicy>
+                <checksumPolicy>warn</checksumPolicy>
+            </releases>
+        </repository>
+    </repositories>
+
 </project>