Skip to content

Commit 5a5e3eb

Browse files
committed
Use newer version of Ivy in example
Contributed-by: Gintautas Grigelionis Pull request: #90
1 parent b5f8c9d commit 5a5e3eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

asciidoc/install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you want to use Ivy only in your Ant build scripts, and have an internet conn
5454
[source,xml]
5555
----
5656
<project xmlns:ivy="antlib:org.apache.ivy.ant">
57-
<property name="ivy.install.version" value="2.1.0-rc2"/>
57+
<property name="ivy.install.version" value="2.5.0"/>
5858
<condition property="ivy.home" value="${env.IVY_HOME}">
5959
<isset property="env.IVY_HOME"/>
6060
</condition>

asciidoc/samples/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

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

src/example/go-ivy/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

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

0 commit comments

Comments
 (0)