Repository: ant-ivyde Updated Branches: refs/heads/master f16c20ba4 -> 41d155cb7
Configure Ivy version in build.properties Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/a6da5918 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/a6da5918 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/a6da5918 Branch: refs/heads/master Commit: a6da591891b64ad7cf1acb29b7a7caac30d51148 Parents: f16c20b Author: Jaikiran Pai <[email protected]> Authored: Wed Jun 13 09:33:19 2018 +0530 Committer: Jaikiran Pai <[email protected]> Committed: Wed Jun 13 09:33:19 2018 +0530 ---------------------------------------------------------------------- build.properties | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/a6da5918/build.properties ---------------------------------------------------------------------- diff --git a/build.properties b/build.properties index 771a3a9..30179f5 100644 --- a/build.properties +++ b/build.properties @@ -25,6 +25,9 @@ eclipse.consoleLog=false # Comment out to fail builds if Checkstyle fails ignore.checkstyle= +# Ivy version to use to build this project +ivy.version=2.5.0-rc1 + # URL of the mirror to use when trying to install Ivy from an official release mirror.url=http://archive.apache.org/dist/
