Author: wsmoak Date: Mon Oct 9 11:12:06 2006 New Revision: 454447 URL: http://svn.apache.org/viewvc?view=rev&rev=454447 Log: Set the snapshot repository URL. This can be removed once struts-master v4 is released.
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=454447&r1=454446&r2=454447 ============================================================================== --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Mon Oct 9 11:12:06 2006 @@ -69,6 +69,12 @@ <name>Apache Maven Repository (Snapshots and Test Builds)</name> <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url> </repository> + <snapshotRepository> + <id>apache.snapshots</id> + <uniqueVersion>false</uniqueVersion> + <name>Apache Maven Repository (Snapshots and Test Builds)</name> + <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url> + </snapshotRepository> <site> <id>apache-site</id> <url>scp://people.apache.org/www/struts.apache.org/2.x/</url>