Update apache rat in ApproveSDK script
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/d9086721 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/d9086721 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/d9086721 Branch: refs/heads/master Commit: d90867218312b97113ce7c50c5232f6e5ceee9be Parents: f1fac8f Author: Piotr Zarzycki <piotrzarzyck...@gmail.com> Authored: Sun Nov 12 22:40:53 2017 +0100 Committer: Piotr Zarzycki <piotrzarzyck...@gmail.com> Committed: Sun Nov 12 22:40:53 2017 +0100 ---------------------------------------------------------------------- ApproveSDK.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/d9086721/ApproveSDK.xml ---------------------------------------------------------------------- diff --git a/ApproveSDK.xml b/ApproveSDK.xml index bce723e..903655d 100644 --- a/ApproveSDK.xml +++ b/ApproveSDK.xml @@ -54,10 +54,10 @@ <property name="src.rat.report" value="${basedir}/rat-report-src.txt"/> <property name="bin.rat.report" value="${basedir}/rat-report-bin.txt"/> - <property name="apache.rat.jar" value="apache-rat-0.11.jar" /> - <property name="apache.rat.tasks.jar" value="apache-rat-tasks-0.11.jar" /> - <property name="apache.rat.url" value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11" /> - <property name="apache.rat.tasks.url" value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11" /> + <property name="apache.rat.jar" value="apache-rat-0.12.jar" /> + <property name="apache.rat.tasks.jar" value="apache-rat-tasks-0.12.jar" /> + <property name="apache.rat.url" value="http://central.maven.org/maven2/org/apache/rat/apache-rat/0.12" /> + <property name="apache.rat.tasks.url" value="http://central.maven.org/maven2/org/apache/rat/apache-rat-tasks/0.12" /> <property file="${basedir}/approvesdk.properties"/>