Repository: ant Updated Branches: refs/heads/master bb572da3b -> 9b3a93095
Sync tool versions with Ivy/IvyDE Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/9b3a9309 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/9b3a9309 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/9b3a9309 Branch: refs/heads/master Commit: 9b3a93095fb8a325a88ebddb71cd4f643c53da6e Parents: bb572da Author: Gintas Grigelionis <[email protected]> Authored: Fri Jun 8 10:56:00 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Fri Jun 8 10:56:35 2018 +0200 ---------------------------------------------------------------------- check.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/9b3a9309/check.xml ---------------------------------------------------------------------- diff --git a/check.xml b/check.xml index b5a6586..4bf79d2 100644 --- a/check.xml +++ b/check.xml @@ -86,7 +86,7 @@ value="${rat.report.dir}/report.html" description="RAT-Report file"/> <property name="rat.version" - value="0.11" + value="0.12" description="Which Version of RAT to use"/> <!-- Simian --> @@ -126,7 +126,7 @@ Skip running Checkstyle. </echo> <sequential unless:set="antlr.present"> - <ivy:cachepath organisation="com.puppycrawl.tools" module="checkstyle" revision="6.18" + <ivy:cachepath organisation="com.puppycrawl.tools" module="checkstyle" revision="6.19" inline="true" conf="default" pathid="checkstyle.classpath" transitive="true"/> <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpathref="checkstyle.classpath" /> <mkdir dir="${checkstyle.reportdir}"/> @@ -227,7 +227,7 @@ </target> <target name="findbugs" description="--> checks Ant codebase with Findbugs" depends="init-ivy,build" xmlns:fb="http://findbugs.sourceforge.net/"> - <ivy:cachepath organisation="com.google.code.findbugs" module="findbugs-ant" revision="3.0.0" + <ivy:cachepath organisation="com.google.code.findbugs" module="findbugs-ant" revision="3.0.1" inline="true" conf="default" pathid="findbugs.real.classpath" transitive="true"/> <!-- Load the Findbugs AntTasks --> <taskdef uri="http://findbugs.sourceforge.net/" resource="edu/umd/cs/findbugs/anttask/tasks.properties" classpathref="findbugs.real.classpath" />
