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 2006/06/22 19:36:59 UTC

svn commit: r416427 - /tapestry/tapestry-site/trunk/pom.xml

Author: hlship
Date: Thu Jun 22 10:36:59 2006
New Revision: 416427

URL: http://svn.apache.org/viewvc?rev=416427&view=rev
Log:
Change repository hostnames to be just "apache.org".

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

Modified: tapestry/tapestry-site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/pom.xml?rev=416427&r1=416426&r2=416427&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/pom.xml (original)
+++ tapestry/tapestry-site/trunk/pom.xml Thu Jun 22 10:36:59 2006
@@ -115,15 +115,15 @@
     <distributionManagement>
         <site>
             <id>tapestry</id>
-            <url>scpexe://minotaur.apache.org/www/tapestry.apache.org/</url>
+            <url>scpexe://apache.org/www/tapestry.apache.org/</url>
         </site>
         <repository>
             <id>tapestry-repo</id>
-            <url>scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
+            <url>scp://apache.org/www/www.apache.org/dist/maven-repository</url>
         </repository>
         <snapshotRepository>
             <id>tapestry-snapshot-repo</id>
-            <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+            <url>scp://apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
         </snapshotRepository>
     </distributionManagement>