You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/09/07 22:40:49 UTC

[48/50] git commit: [flex-falcon] [refs/heads/master] - fix up rc script

fix up rc 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/e592939b
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/e592939b
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/e592939b

Branch: refs/heads/master
Commit: e592939b3ceea83afe22472052a7e7a311c8a072
Parents: 6190f15
Author: Alex Harui <ah...@apache.org>
Authored: Mon Sep 5 06:48:31 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Sep 5 06:48:31 2016 -0700

----------------------------------------------------------------------
 releasecandidate.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e592939b/releasecandidate.xml
----------------------------------------------------------------------
diff --git a/releasecandidate.xml b/releasecandidate.xml
index ad7cf62..fdcf587 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -50,9 +50,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" />