You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/03/08 18:01:55 UTC

svn commit: r516100 - /tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml

Author: hlship
Date: Thu Mar  8 09:01:53 2007
New Revision: 516100

URL: http://svn.apache.org/viewvc?view=rev&rev=516100
Log:
Update the generated POM to include necessary snapshot and plugin repositories.

Modified:
    tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml

Modified: tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml?view=diff&rev=516100&r1=516099&r2=516100
==============================================================================
--- tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml (original)
+++ tapestry/tapestry5/quickstart/trunk/src/main/resources/archetype-resources/pom.xml Thu Mar  8 09:01:53 2007
@@ -98,7 +98,7 @@
   <repositories>
     <repository>
       <id>apache.snapshots</id>
-      <url> http://people.apache.org/maven-snapshot-repository </url>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
     </repository>
     <repository>
       <id>codehaus.snapshots</id>
@@ -115,7 +115,7 @@
   <pluginRepositories>
     <pluginRepository>
       <id>apache.snapshots</id>
-      <url> http://people.apache.org/repo/m2-snapshot-repository </url>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
     </pluginRepository>
     <!-- A necessary version of the surefire plugin, 2.8-SNAPSHOT, lives here. -->
     <pluginRepository>