You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2009/05/20 22:59:36 UTC

svn commit: r776852 - /incubator/sling/trunk/parent/pom.xml

Author: fmeschbe
Date: Wed May 20 20:59:36 2009
New Revision: 776852

URL: http://svn.apache.org/viewvc?rev=776852&view=rev
Log:
SLING-980 use repository.a.o for snapshot resolution instead of people.a.o

Modified:
    incubator/sling/trunk/parent/pom.xml

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=776852&r1=776851&r2=776852&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Wed May 20 20:59:36 2009
@@ -609,9 +609,8 @@
     <pluginRepositories>
         <pluginRepository>
             <id>apache.snapshots</id>
-            <url>
-                http://people.apache.org/repo/m2-snapshot-repository
-            </url>
+            <name>Apache Snapshot Repository</name>
+            <url>http://repository.apache.org/snapshots</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
@@ -646,9 +645,8 @@
         </repository>
         <repository>
             <id>apache.snapshots</id>
-            <url>
-                http://people.apache.org/repo/m2-snapshot-repository
-            </url>
+            <name>Apache Snapshot Repository</name>
+            <url>http://repository.apache.org/snapshots</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>