change to sftp protocol
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/eb83aefd Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/eb83aefd Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/eb83aefd Branch: refs/heads/master Commit: eb83aefd72b2c0e6156343301f9b2d4206fcf1a3 Parents: d880c6b Author: Matt Benson <[email protected]> Authored: Fri Oct 28 20:50:12 2016 +0000 Committer: Matt Benson <[email protected]> Committed: Fri Oct 28 20:50:12 2016 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/eb83aefd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 39ce3e3..f94b911 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
