You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2011/09/08 14:21:56 UTC

svn commit: r1166651 - /tomcat/maven-plugin/trunk/pom.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org