Repository: flex-falcon Updated Branches: refs/heads/develop bf746d0b9 -> 0c394f175
upgrade rat in release script Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ef3baaaf Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ef3baaaf Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ef3baaaf Branch: refs/heads/develop Commit: ef3baaaff42247f9233c5a45e32445cb916e5778 Parents: bf746d0 Author: Alex Harui <[email protected]> Authored: Sun Apr 3 22:01:34 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Sun Apr 3 22:01:34 2016 -0700 ---------------------------------------------------------------------- releasecandidate.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ef3baaaf/releasecandidate.xml ---------------------------------------------------------------------- diff --git a/releasecandidate.xml b/releasecandidate.xml index 2044b02..f87d2f4 100644 --- a/releasecandidate.xml +++ b/releasecandidate.xml @@ -49,9 +49,10 @@ </condition> <property name="rat.report" value="${basedir}/rat-report.txt"/> - <property name="apache.rat.jar" value="apache-rat-0.8.jar" /> - <property name="apache.rat.tasks.jar" value="apache-rat-tasks-0.8.jar" /> - <property name="apache.rat.url" value="http://people.apache.org/~aharui/rat" /> + <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 file="${basedir}/local.properties" /> <property file="${basedir}/build.properties" /> @@ -177,7 +178,7 @@ <get src="${apache.rat.url}/${apache.rat.jar}" dest="${env.ANT_HOME}/lib/${apache.rat.jar}" /> </target> <target name="install-rat.tasks.jar" unless="apache.rat.tasks.found"> - <get src="${apache.rat.url}/${apache.rat.tasks.jar}" dest="${env.ANT_HOME}/lib/${apache.rat.tasks.jar}" /> + <get src="${apache.rat.tasks.url}/${apache.rat.tasks.jar}" dest="${env.ANT_HOME}/lib/${apache.rat.tasks.jar}" /> </target> <target name="rat-taskdef" description="Rat taskdef">
