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

svn commit: r423344 - in /tapestry/tapestry-site/trunk: maven-skin/pom.xml pom.xml

Author: jkuhnert
Date: Tue Jul 18 19:37:31 2006
New Revision: 423344

URL: http://svn.apache.org/viewvc?rev=423344&view=rev
Log:
Updated deployment target for new m2 repo layout on people.apache.org

Modified:
    tapestry/tapestry-site/trunk/maven-skin/pom.xml
    tapestry/tapestry-site/trunk/pom.xml

Modified: tapestry/tapestry-site/trunk/maven-skin/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/maven-skin/pom.xml?rev=423344&r1=423343&r2=423344&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/maven-skin/pom.xml (original)
+++ tapestry/tapestry-site/trunk/maven-skin/pom.xml Tue Jul 18 19:37:31 2006
@@ -13,4 +13,4 @@
         <artifactId>tapestry-site</artifactId>
         <version>4.1.0-SNAPSHOT</version>
     </parent>
-</project>
\ No newline at end of file
+</project>

Modified: tapestry/tapestry-site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/pom.xml?rev=423344&r1=423343&r2=423344&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/pom.xml (original)
+++ tapestry/tapestry-site/trunk/pom.xml Tue Jul 18 19:37:31 2006
@@ -122,11 +122,11 @@
         </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>