Author: wsmoak
Date: Wed Jan 24 10:00:20 2007
New Revision: 499504
URL: http://svn.apache.org/viewvc?view=rev&rev=499504
Log:
Fix the site url so it won't overwrite the Struts 2 site.
Modified:
struts/maven/trunk/struts-annotations/pom.xml
Modified: struts/maven/trunk/struts-annotations/pom.xml
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts-annotations/pom.xml?view=diff&rev=499504&r1=499503&r2=499504
==============================================================================
--- struts/maven/trunk/struts-annotations/pom.xml (original)
+++ struts/maven/trunk/struts-annotations/pom.xml Wed Jan 24 10:00:20 2007
@@ -113,7 +113,7 @@
<distributionManagement>
<site>
<id>apache-site</id>
- <url>scp://people.apache.org/www/struts.apache.org/2.x/</url>
+
<url>scp://people.apache.org/www/struts.apache.org/struts-annotations/</url>
</site>
</distributionManagement>