Author: wsmoak Date: Sun Jul 27 19:37:07 2008 New Revision: 680226 URL: http://svn.apache.org/viewvc?rev=680226&view=rev Log: Avoid overwriting the 2.x website where we publish 2.1.x snapshot docs.
Modified: struts/struts2/branches/STRUTS_2_0_X/pom.xml Modified: struts/struts2/branches/STRUTS_2_0_X/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/pom.xml?rev=680226&r1=680225&r2=680226&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Sun Jul 27 19:37:07 2008 @@ -53,7 +53,7 @@ </snapshotRepository> <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/2.0.x/</url> </site> </distributionManagement> @@ -410,4 +410,4 @@ </pluginRepositories> -</project> \ No newline at end of file +</project>