You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/10 23:03:17 UTC

svn commit: r1144961 - /maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml

Author: hboutemy
Date: Sun Jul 10 21:03:16 2011
New Revision: 1144961

URL: http://svn.apache.org/viewvc?rev=1144961&view=rev
Log:
updated repositories locations

Modified:
    maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml?rev=1144961&r1=1144960&r2=1144961&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/core-it-plugins/pom.xml Sun Jul 10 21:03:16 2011
@@ -84,8 +84,8 @@ under the License.
   <distributionManagement>
     <repository>
       <id>maven.it</id>
-      <name>Apache Maven Integration Testing Repository</name>
-      <url>http://repository.sonatype.org/content/repositories/maven-it-plugins</url>
+      <name>Apache Maven IT Repository</name>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
     </repository>
     <snapshotRepository>
       <id>maven.it</id>
@@ -95,7 +95,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <distMgmtSnapshotsName>Apache Maven Integration Testing Snapshot Repository</distMgmtSnapshotsName>
-    <distMgmtSnapshotsUrl>http://repository.sonatype.org/content/repositories/maven-it-plugin-snapshots</distMgmtSnapshotsUrl>
+    <distMgmtSnapshotsName>Apache Maven IT Snapshot Repository</distMgmtSnapshotsName>
+    <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
   </properties>
 </project>