Author: wsmoak
Date: Sat Sep 9 13:51:55 2006
New Revision: 441854
URL: http://svn.apache.org/viewvc?view=rev&rev=441854
Log:
Removed the Maven 1 repo and corrected URLs cvs.a.o -> people.a.o.
Note that the distribution repository id changed to 'apache.snapshots'.
You may need to adjust the <server> section in your settings.xml.
WW-1305
Modified:
struts/struts2/trunk/pom.xml
Modified: struts/struts2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?view=diff&rev=441854&r1=441853&r2=441854
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Sat Sep 9 13:51:55 2006
@@ -65,9 +65,9 @@
<ciManagement/>
<distributionManagement>
<repository>
- <id>apache-maven-test-builds</id>
- <name>Apache Maven Repository (Test Builds)</name>
-
<url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+ <id>apache.snapshots</id>
+ <name>Apache Maven Repository (Snapshots and Test Builds)</name>
+
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</repository>
<site>
<id>apache-site</id>
@@ -278,23 +278,9 @@
<url>http://snapshots.maven.codehaus.org/maven2</url>
</repository>
<repository>
- <id>apache</id>
- <name>apache</name>
- <layout>legacy</layout>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- <checksumPolicy>ignore</checksumPolicy>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- <url>http://cvs.apache.org/repository</url>
- </repository>
- <repository>
<id>apache.snapshots</id>
<name>Apache Maven Repository (Snapshots and Test Builds)</name>
- <url>http://cvs.apache.org/maven-snapshot-repository</url>
+ <url>http://people.apache.org/repo/m2-snapshot-repository</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>