Author: jmcconnell Date: Tue Jun 20 08:54:14 2006 New Revision: 415715 URL: http://svn.apache.org/viewvc?rev=415715&view=rev Log: fixed snapshot repo url
Modified: maven/archetype/branches/archetype-1.0.x/pom.xml Modified: maven/archetype/branches/archetype-1.0.x/pom.xml URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/pom.xml?rev=415715&r1=415714&r2=415715&view=diff ============================================================================== --- maven/archetype/branches/archetype-1.0.x/pom.xml (original) +++ maven/archetype/branches/archetype-1.0.x/pom.xml Tue Jun 20 08:54:14 2006 @@ -69,7 +69,7 @@ <snapshotRepository> <id>maven-snapshots</id> <name>Maven Central Development Repository</name> - <url>dav:https://dav.codehaus.org/snapshots.repository/mojo/</url> + <url>dav:https://dav.codehaus.org/snapshots.repository/maven2</url> </snapshotRepository> </distributionManagement> </project>