Repository: ant Updated Branches: refs/heads/master d92b5275c -> 0724e3a23
update Ivy Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/0724e3a2 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/0724e3a2 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/0724e3a2 Branch: refs/heads/master Commit: 0724e3a2331dbf38badc56dd32394fe688a942bb Parents: d92b527 Author: Jan Matèrne <[email protected]> Authored: Thu Aug 14 13:41:58 2014 +0200 Committer: Jan Matèrne <[email protected]> Committed: Thu Aug 14 13:41:58 2014 +0200 ---------------------------------------------------------------------- check.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/0724e3a2/check.xml ---------------------------------------------------------------------- diff --git a/check.xml b/check.xml index fef30c7..5509522 100644 --- a/check.xml +++ b/check.xml @@ -79,7 +79,7 @@ <target name="init-ivy"> - <property name="ivy.version" value="2.2.0"/> + <property name="ivy.version" value="2.4.0-rc1"/> <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="${build.dir}/ivy"/> <property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar"/> @@ -192,7 +192,6 @@ </xslt> </target> - <target name="rat" description="--> Runs the ReleaseAuditingTool" depends="init-ivy"> <ivy:cachepath organisation="org.apache.rat" module="apache-rat-tasks" revision="${rat.version}" inline="true" conf="default" pathid="rat.classpath" transitive="true"/>
