Author: tv
Date: Wed Aug 10 18:13:46 2011
New Revision: 1156291
URL: http://svn.apache.org/viewvc?rev=1156291&view=rev
Log:
Fix deployment protocol
Modified:
commons/proper/jcs/trunk/pom.xml
Modified: commons/proper/jcs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1156291&r1=1156290&r2=1156291&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Wed Aug 10 18:13:46 2011
@@ -245,7 +245,7 @@
<site>
<id>stagingSite</id>
<name>Apache Staging Website</name>
- <url>scp://people.apache.org/www/commons.apache.org/jcs/</url>
+
<url>${jcs.deployment.protocol}://people.apache.org/www/commons.apache.org/jcs/</url>
</site>
</distributionManagement>
@@ -603,7 +603,7 @@
Make the deployment protocol pluggable. This allows to switch to
other protocols like scpexe, which some users prefer over scp.
-->
- <jcs.deployment.protocol>scp</jcs.deployment.protocol>
+ <jcs.deployment.protocol>scpexe</jcs.deployment.protocol>
<commons.componentid>jcs</commons.componentid>
<commons.release.version>1.5</commons.release.version>