Author: mrdon Date: Sat Jul 1 20:25:39 2006 New Revision: 418546 URL: http://svn.apache.org/viewvc?rev=418546&view=rev Log: Fixing site links WW-1367
Modified: struts/struts2/trunk/core/pom.xml struts/struts2/trunk/extras/pom.xml Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=418546&r1=418545&r2=418546&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Sat Jul 1 20:25:39 2006 @@ -15,7 +15,7 @@ <distributionManagement> <site> <id>apache-site</id> - <url>scp://people.apache.org/www/struts.apache.org/struts2/struts-core</url> + <url>scp://people.apache.org/www/struts.apache.org/2.0/struts-core</url> </site> </distributionManagement> Modified: struts/struts2/trunk/extras/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/extras/pom.xml?rev=418546&r1=418545&r2=418546&view=diff ============================================================================== --- struts/struts2/trunk/extras/pom.xml (original) +++ struts/struts2/trunk/extras/pom.xml Sat Jul 1 20:25:39 2006 @@ -15,7 +15,7 @@ <distributionManagement> <site> <id>apache-site</id> - <url>scp://people.apache.org/www/struts.apache.org/struts2/struts-extras</url> + <url>scp://people.apache.org/www/struts.apache.org/2.0/struts-extras</url> </site> </distributionManagement>