Repository: ant-ivyde Updated Branches: refs/heads/master 957b1141a -> 73c1e4836
use http since https doesn't seem to work Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/73c1e483 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/73c1e483 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/73c1e483 Branch: refs/heads/master Commit: 73c1e48366aa27f014dcc8cde856d7f1fc71781b Parents: 957b114 Author: Nicolas LaleveÌe <[email protected]> Authored: Sun Jun 25 14:11:22 2017 +0200 Committer: Nicolas LaleveÌe <[email protected]> Committed: Sun Jun 25 14:11:22 2017 +0200 ---------------------------------------------------------------------- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/73c1e483/build.properties ---------------------------------------------------------------------- diff --git a/build.properties b/build.properties index 135698c..203ec9c 100644 --- a/build.properties +++ b/build.properties @@ -49,4 +49,4 @@ hudson.download.zest.dropdir=tools/gef/downloads/drops/3.6.2/R201102251600 hudson.download.zest.md5=b7b6f7f07c876ebebdf987e0b3b758e1 #hudson.ivy.version=2.4.0-rc1 -hudson.ivy.jar.url=https://builds.apache.org/job/Ivy/lastSuccessfulBuild/artifact/build/artifact/jars/ivy.jar +hudson.ivy.jar.url=http://builds.apache.org/job/Ivy/lastSuccessfulBuild/artifact/build/artifact/jars/ivy.jar
