Use newer version of Ivy in example

Contributed-by: Gintautas Grigelionis
Pull request: https://github.com/apache/ant-ivy/pull/90
This commit is contained in:
Jaikiran Pai 2019-11-02 18:20:08 +05:30
parent b5f8c9d7e5
commit 5a5e3eb084
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ If you want to use Ivy only in your Ant build scripts, and have an internet conn
[source,xml]
----
<project xmlns:ivy="antlib:org.apache.ivy.ant">
<property name="ivy.install.version" value="2.1.0-rc2"/>
<property name="ivy.install.version" value="2.5.0"/>
<condition property="ivy.home" value="${env.IVY_HOME}">
<isset property="env.IVY_HOME"/>
</condition>

View File

@ -38,7 +38,7 @@
<!-- here is the version of Ivy we will use. change this property to try a newer
version if you want -->
<property name="ivy.install.version" value="2.4.0"/>
<property name="ivy.install.version" value="2.5.0"/>
<property name="ivy.jar.dir" value="${basedir}/ivy"/>
<property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar"/>

View File

@ -38,7 +38,7 @@
<!-- here is the version of ivy we will use. change this property to try a newer
version if you want -->
<property name="ivy.install.version" value="2.0.0-beta1"/>
<property name="ivy.install.version" value="2.5.0"/>
<property name="ivy.jar.dir" value="${basedir}/ivy"/>
<property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar"/>