You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2006/07/28 19:58:36 UTC

svn commit: r426620 - /tapestry/tapestry-test/trunk/pom.xml

Author: jkuhnert
Date: Fri Jul 28 10:58:35 2006
New Revision: 426620

URL: http://svn.apache.org/viewvc?rev=426620&view=rev
Log:
Updating pom for release

Modified:
    tapestry/tapestry-test/trunk/pom.xml

Modified: tapestry/tapestry-test/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-test/trunk/pom.xml?rev=426620&r1=426619&r2=426620&view=diff
==============================================================================
--- tapestry/tapestry-test/trunk/pom.xml (original)
+++ tapestry/tapestry-test/trunk/pom.xml Fri Jul 28 10:58:35 2006
@@ -225,18 +225,18 @@
         </site>
         <repository>
             <id>tapestry-repo</id>
-            <url>scp://apache.org/www/www.apache.org/dist/maven-repository</url>
+            <url>scp://apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
         </repository>
         <snapshotRepository>
             <id>tapestry-snapshot-repo</id>
-            <url>scp://apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+            <url>scp://apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
         </snapshotRepository>
     </distributionManagement>
 
     <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>tapestry.javaforge</id>
@@ -247,7 +247,7 @@
     <pluginRepositories>
         <pluginRepository>
             <id>apache.snapshots</id>
-            <url>http://people.apache.org/maven-snapshot-repository</url>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
         </pluginRepository>
         <pluginRepository>
             <id>tapestry.javaforge</id>