Author: pbenedict
Date: Tue Dec 9 00:16:01 2008
New Revision: 724636
URL: http://svn.apache.org/viewvc?rev=724636&view=rev
Log:
Fixing snapshot repository location
Modified:
struts/site/pom.xml
Modified: struts/site/pom.xml
URL:
http://svn.apache.org/viewvc/struts/site/pom.xml?rev=724636&r1=724635&r2=724636&view=diff
==============================================================================
--- struts/site/pom.xml (original)
+++ struts/site/pom.xml Tue Dec 9 00:16:01 2008
@@ -52,7 +52,7 @@
<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/maven-snapshot-repository/</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>