This is an automated email from the ASF dual-hosted git repository. jaikiran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
commit 28eb66db030f2a1eaa9a31d641ce987ac77b7afd Author: Jaikiran Pai <[email protected]> AuthorDate: Sat Nov 2 18:24:17 2019 +0530 Upgrade ivy.api.reference version to 2.5.0 Contributed-by: Gintautas Grigelionis Pull request: https://github.com/apache/ant-ivy/pull/90/ --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index 72d4600..cbc3226 100644 --- a/build.properties +++ b/build.properties @@ -47,7 +47,7 @@ rat.report.dir=${reports.dir}/rat ivy.minimum.javaversion=1.8 debug.mode=on ivy.install.version=1.4.1 -ivy.api.reference=2.4.0 +ivy.api.reference=2.5.0 #status=integration
