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 2009/09/06 23:12:48 UTC

svn commit: r811889 - /maven/plugins/trunk/maven-changes-plugin/src/it/settings.xml

Author: olamy
Date: Sun Sep  6 21:12:48 2009
New Revision: 811889

URL: http://svn.apache.org/viewvc?rev=811889&view=rev
Log:
fix url.

Modified:
    maven/plugins/trunk/maven-changes-plugin/src/it/settings.xml

Modified: maven/plugins/trunk/maven-changes-plugin/src/it/settings.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/it/settings.xml?rev=811889&r1=811888&r2=811889&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/it/settings.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/it/settings.xml Sun Sep  6 21:12:48 2009
@@ -40,7 +40,7 @@
         <repository>
           <id>apache.snapshots</id>
           <name>Apache Snapshot Repository</name>
-          <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+          <url>http://repository.apache.org/content/groups/snapshots/</url>
           <releases>
             <enabled>false</enabled>
           </releases>