You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/06/28 16:31:38 UTC

svn commit: r1140640 - in /maven/core-integration-testing/trunk/core-it-suite: pom.xml src/test/resources/mng-0294/user-settings.xml src/test/resources/mng-4401/settings-template.xml

Author: olamy
Date: Tue Jun 28 14:31:38 2011
New Revision: 1140640

URL: http://svn.apache.org/viewvc?rev=1140640&view=rev
Log:
use publics infra

Modified:
    maven/core-integration-testing/trunk/core-it-suite/pom.xml
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-0294/user-settings.xml
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4401/settings-template.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/pom.xml?rev=1140640&r1=1140639&r2=1140640&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/pom.xml Tue Jun 28 14:31:38 2011
@@ -70,7 +70,7 @@ under the License.
     <!-- The (possibly instrumented copy of the) Maven distribution we actually use for the tests. -->
     <preparedMavenHome>${mavenHome}</preparedMavenHome>
     <!-- default properties used to filter the global settings -->
-    <maven.it.central>http://repository.sonatype.org/content/repositories/public</maven.it.central>
+    <maven.it.central>http://repo1.maven.org/maven2</maven.it.central>
     <proxy.active>false</proxy.active>
     <proxy.host>localhost</proxy.host>
     <proxy.port>80</proxy.port>

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-0294/user-settings.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-0294/user-settings.xml?rev=1140640&r1=1140639&r2=1140640&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-0294/user-settings.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-0294/user-settings.xml Tue Jun 28 14:31:38 2011
@@ -31,7 +31,7 @@ under the License.
         <repository>
           <id>central</id>
           <name>Apache Maven Integration Testing Repository</name>
-          <url>http://repository.sonatype.org/content/repositories/public</url>
+          <url>http://mirrors.ibiblio.org/pub/mirrors/maven/</url>
           <releases>
             <enabled>true</enabled>
           </releases>
@@ -44,7 +44,7 @@ under the License.
         <pluginRepository>
           <id>central</id>
           <name>Apache Maven Integration Testing Repository</name>
-          <url>http://repository.sonatype.org/content/repositories/public</url>
+          <url>http://mirrors.ibiblio.org/pub/mirrors/maven/</url>
           <releases>
             <enabled>true</enabled>
           </releases>

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4401/settings-template.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4401/settings-template.xml?rev=1140640&r1=1140639&r2=1140640&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4401/settings-template.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4401/settings-template.xml Tue Jun 28 14:31:38 2011
@@ -29,7 +29,7 @@ under the License.
     <mirror>
       <id>central</id>
       <mirrorOf>maven.it</mirrorOf>
-      <url>http://repository.sonatype.org/content/repositories/public</url>
+      <url>http://mirrors.ibiblio.org/pub/mirrors/maven/</url>
     </mirror>
   </mirrors>
   <profiles>