You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2016/10/28 20:50:13 UTC

svn commit: r1767075 - /bval/trunk/pom.xml

Author: mbenson
Date: Fri Oct 28 20:50:12 2016
New Revision: 1767075

URL: http://svn.apache.org/viewvc?rev=1767075&view=rev
Log:
change to sftp protocol

Modified:
    bval/trunk/pom.xml

Modified: bval/trunk/pom.xml
URL: http://svn.apache.org/viewvc/bval/trunk/pom.xml?rev=1767075&r1=1767074&r2=1767075&view=diff
==============================================================================
--- bval/trunk/pom.xml (original)
+++ bval/trunk/pom.xml Fri Oct 28 20:50:12 2016
@@ -40,7 +40,7 @@
     <description>Apache BVal parent pom</description>
 
     <properties>
-        <site.deploy.url>scp://people.apache.org/home/${user.name}/public_html/bval/${project.version}/staging-site</site.deploy.url>
+        <site.deploy.url>sftp://people.apache.org/home/${user.name}/public_html/bval/${project.version}/staging-site</site.deploy.url>
         <commons.weaver.version>1.3</commons.weaver.version>
         <privilizer.policy>DYNAMIC</privilizer.policy>
     </properties>