Author: hlship
Date: Thu Mar 29 17:37:09 2007
New Revision: 523892
URL: http://svn.apache.org/viewvc?view=rev&rev=523892
Log:
Fix the snapshot deployment URL.
Modified:
tapestry/tapestry5/tapestry-project/trunk/pom.xml
Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?view=diff&rev=523892&r1=523891&r2=523892
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Thu Mar 29 17:37:09 2007
@@ -270,11 +270,11 @@
</site>
<repository>
<id>tapestry</id>
-
<url>scpexe://people.apache.org/~hlship/public_html/tapestry-ibiblio-rsynch-repository</url>
+
<url>scpexe://people.apache.org/home/hlship/public_html/tapestry-ibiblio-rsynch-repository</url>
</repository>
<snapshotRepository>
<id>tapestry</id>
-
<url>scpexe://people.apache.org/~hlship/public_html/tapestry-snapshot-repository</url>
+
<url>scpexe://people.apache.org/home/hlship/public_html/tapestry-snapshot-repository</url>
</snapshotRepository>
</distributionManagement>