Repository: ant-ivy Updated Branches: refs/heads/master 79bcc8c3a -> b1ec369a2
use http url, since the ssl handshake fails Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/b1ec369a Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/b1ec369a Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/b1ec369a Branch: refs/heads/master Commit: b1ec369a21bb0e61ea46da3b059190ea5b7d0bca Parents: 79bcc8c Author: Nicolas LaleveÌe <[email protected]> Authored: Sun Jun 25 13:06:54 2017 +0200 Committer: Nicolas LaleveÌe <[email protected]> Committed: Sun Jun 25 13:06:54 2017 +0200 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/b1ec369a/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 4c2b198..5f35c06 100644 --- a/build.xml +++ b/build.xml @@ -603,7 +603,7 @@ value="${findbugs.download.name}.zip" description="The filename of the ZIP."/> <property name="findbugs.download.url" - value="https://sourceforge.net/projects/findbugs/files/findbugs/${findbugs.version}/${findbugs.download.file}/download" + value="http://downloads.sourceforge.net/project/findbugs/findbugs/${findbugs.version}/findbugs-${findbugs.version}.zip" description="The download adress at a mirror of Sourceforge."/> <property name="findbugs.download.to" value="${build.dir}/.downloads"
