Skip to content

Commit d242fd9

Browse files
Update rat version in releasecandidate.xml file
1 parent 7cc34f9 commit d242fd9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

releasecandidate.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@
4949
</condition>
5050

5151
<property name="rat.report" value="${basedir}/rat-report.txt"/>
52-
<property name="apache.rat.jar" value="apache-rat-0.8.jar" />
53-
<property name="apache.rat.tasks.jar" value="apache-rat-tasks-0.8.jar" />
54-
<property name="apache.rat.url" value="http://people.apache.org/~aharui/rat" />
52+
<property name="apache.rat.jar" value="apache-rat-0.11.jar" />
53+
<property name="apache.rat.tasks.jar" value="apache-rat-tasks-0.11.jar" />
54+
<property name="apache.rat.url" value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11" />
55+
<property name="apache.rat.tasks.url" value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11"/>
5556

5657
<property file="${basedir}/local.properties" />
5758
<property file="${basedir}/build.properties" />
@@ -192,7 +193,7 @@
192193
<get src="${apache.rat.url}/${apache.rat.jar}" dest="${env.ANT_HOME}/lib/${apache.rat.jar}" />
193194
</target>
194195
<target name="install-rat.tasks.jar" unless="apache.rat.tasks.found">
195-
<get src="${apache.rat.url}/${apache.rat.tasks.jar}" dest="${env.ANT_HOME}/lib/${apache.rat.tasks.jar}" />
196+
<get src="${apache.rat.tasks.url}/${apache.rat.tasks.jar}" dest="${env.ANT_HOME}/lib/${apache.rat.tasks.jar}" />
196197
</target>
197198

198199
<target name="rat-taskdef" description="Rat taskdef">

0 commit comments

Comments
 (0)