You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/09/17 05:32:12 UTC

svn commit: r447007 - /jakarta/commons/proper/vfs/trunk/pom.xml

Author: bayard
Date: Sat Sep 16 20:32:11 2006
New Revision: 447007

URL: http://svn.apache.org/viewvc?view=rev&rev=447007
Log:
Fixing urls to snapshot repositories

Modified:
    jakarta/commons/proper/vfs/trunk/pom.xml

Modified: jakarta/commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/pom.xml?view=diff&rev=447007&r1=447006&r2=447007
==============================================================================
--- jakarta/commons/proper/vfs/trunk/pom.xml (original)
+++ jakarta/commons/proper/vfs/trunk/pom.xml Sat Sep 16 20:32:11 2006
@@ -171,7 +171,7 @@
     <repository>
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/maven-snapshot-repository</url>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
       <releases>
         <enabled>false</enabled>
       </releases>
@@ -179,7 +179,7 @@
     <repository>
       <id>apache.m1</id>
       <name>Apache Maven 1 Repository</name>
-      <url>http://people.apache.org/repository</url>
+      <url>http://people.apache.org/repo/m1-snapshot-repository/</url>
       <layout>legacy</layout>
     </repository>
   </repositories>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org