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 22:38:48 UTC

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

Author: olamy
Date: Tue Aug 12 13:38:48 2008
New Revision: 685306

URL: http://svn.apache.org/viewvc?rev=685306&view=rev
Log:
use scpexe as the others

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=685306&r1=685305&r2=685306&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Tue Aug 12 13:38:48 2008
@@ -97,7 +97,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/scm-${pom.version}/projects/</url>
+      <url>scpexe://people.apache.org/www/maven.apache.org/scm-${pom.version}/projects/</url>
     </site>
   </distributionManagement>