You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2014/02/27 12:21:12 UTC

svn commit: r1572531 - /incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml

Author: brett
Date: Thu Feb 27 12:21:12 2014
New Revision: 1572531

URL: http://svn.apache.org/r1572531
Log:
use actual snapshot repository

Modified:
    incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml?rev=1572531&r1=1572530&r2=1572531&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml Thu Feb 27 12:21:12 2014
@@ -177,12 +177,11 @@
       </properties>
     </profile>
   </profiles>
-  <!-- Required to build where it was built in a different local repository, but
-       still assumes you're going to use a repository manager to mirror it -->
+  <!-- Required to build where it was built in a different local repository -->
   <repositories>
     <repository>
       <id>npanday.snapshots</id>
-      <url>http://repo1.maven.org/maven2</url>
+      <url>https://archiva-repository.apache.org/archiva/repository/snapshots</url>
       <snapshots>
         <enabled>true</enabled>
       </snapshots>
@@ -191,7 +190,7 @@
   <pluginRepositories>
     <pluginRepository>
       <id>npanday.snapshots</id>
-      <url>http://repo1.maven.org/maven2</url>
+      <url>https://archiva-repository.apache.org/archiva/repository/snapshots</url>
       <snapshots>
         <enabled>true</enabled>
       </snapshots>