You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by ol...@apache.org on 2008/08/12 17:14:54 UTC

svn commit: r685179 - /maven/scm/trunk/pom.xml

Author: olamy
Date: Tue Aug 12 08:14:54 2008
New Revision: 685179

URL: http://svn.apache.org/viewvc?rev=685179&view=rev
Log:
versionned site deployment

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=685179&r1=685178&r2=685179&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Tue Aug 12 08:14:54 2008
@@ -206,7 +206,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/scm/projects/</url>
+      <url>scp://people.apache.org/www/maven.apache.org/scm-${pom.version}/projects/</url>
     </site>
   </distributionManagement>
   <reporting>