Author: olamy Date: Thu Sep 8 12:21:56 2011 New Revision: 1166651 URL: http://svn.apache.org/viewvc?rev=1166651&view=rev Log: use a versionned site deployment path
Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1166651&r1=1166650&r2=1166651&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Thu Sep 8 12:21:56 2011 @@ -320,7 +320,7 @@ <distributionManagement> <site> <id>apache.website</id> - <url>scp://people.apache.org/www/tomcat.apache.org/maven-plugin</url> + <url>scp://people.apache.org/www/tomcat.apache.org/maven-plugin-${project.version}</url> </site> </distributionManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org