Update rat version in releasecandidate.xml file

Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/d242fd9d
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/d242fd9d
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/d242fd9d

Branch: refs/heads/master
Commit: d242fd9d20415eef26474dbbc5cfc846c8ec9d5d
Parents: 7cc34f9
Author: Piotr Zarzycki <piotrzarzyck...@gmail.com>
Authored: Tue Nov 7 22:56:59 2017 +0100
Committer: Piotr Zarzycki <piotrzarzyck...@gmail.com>
Committed: Tue Nov 7 22:56:59 2017 +0100

----------------------------------------------------------------------
 releasecandidate.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/d242fd9d/releasecandidate.xml
----------------------------------------------------------------------
diff --git a/releasecandidate.xml b/releasecandidate.xml
index 7597846..c2d43f8 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" />
@@ -192,7 +193,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">

Reply via email to