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 2009/07/20 23:07:25 UTC

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

Author: dwoods
Date: Mon Jul 20 21:07:25 2009
New Revision: 796011

URL: http://svn.apache.org/viewvc?rev=796011&view=rev
Log:
OPENJPA-1170 We can pickup the agimatec-validation artifacts from the public Sonatype OSS Repo now.

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=796011&r1=796010&r2=796011&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/validation/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/validation/pom.xml Mon Jul 20 21:07:25 2009
@@ -109,11 +109,9 @@
             </dependencies>
             <repositories>
                 <repository>
-                    <!-- have to use a commiters home dir for the Agimatec
-                         artifacts until released in a public repo -->
-                    <id>dwoods.people.apache.org</id>
-                    <name>dwoods Staging Repo</name>
-                    <url>http://people.apache.org/~dwoods/staging-repo</url>
+                    <id>agimatec-snapshots</id>
+                    <name>Sonatype OSS Repository</name>
+                    <url>http://oss.sonatype.org/content/repositories/agimatec-snapshots</url>
                     <layout>default</layout>
                     <snapshots>
                         <enabled>true</enabled>