Repository: ant-ivyde
Updated Branches:
  refs/heads/master 424216e3c -> 957b1141a


update Ivy version, fix message


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/b88ff1c8
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/b88ff1c8
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/b88ff1c8

Branch: refs/heads/master
Commit: b88ff1c8c7152356a1c2e235ce2886d2edc82ddf
Parents: 424216e
Author: Jan Matèrne <j...@apache.org>
Authored: Wed May 24 11:11:14 2017 +0200
Committer: Jan Matèrne <j...@apache.org>
Committed: Wed May 24 11:11:14 2017 +0200

----------------------------------------------------------------------
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/b88ff1c8/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 7e23b5f..4676e2c 100644
--- a/build.xml
+++ b/build.xml
@@ -49,7 +49,7 @@
     <property name="rat.dir" value="${work.dir}/rat" />
 
     <target name="init-ivy">
-        <property name="ivy.version"  value="2.2.0-rc1"/>
+        <property name="ivy.version"  value="2.4.0"/>
         <property name="ivy.jar.url"  
value="http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar"/>
         <property name="ivy.jar.dir"  value="${work.dir}"/>
         <property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar"/>
@@ -342,7 +342,7 @@ You have to specify the Ivy to install with one of the 
following property:
     </target>
 
     <target name="check-ivy-installed" depends="list-installed-ivy">
-        <fail message="No Ivy is installed. Please run 'ant install-ivy 
first'." unless="ivy.installed" />
+        <fail message="No Ivy is installed. Please run 'ant install-ivy' 
first." unless="ivy.installed" />
     </target>
 
     <!-- 

Reply via email to