Skip to content

Commit d908672

Browse files
Update apache rat in ApproveSDK script
1 parent f1fac8f commit d908672

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ApproveSDK.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454

5555
<property name="src.rat.report" value="${basedir}/rat-report-src.txt"/>
5656
<property name="bin.rat.report" value="${basedir}/rat-report-bin.txt"/>
57-
<property name="apache.rat.jar" value="apache-rat-0.11.jar" />
58-
<property name="apache.rat.tasks.jar" value="apache-rat-tasks-0.11.jar" />
59-
<property name="apache.rat.url" value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11" />
60-
<property name="apache.rat.tasks.url" value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11" />
57+
<property name="apache.rat.jar" value="apache-rat-0.12.jar" />
58+
<property name="apache.rat.tasks.jar" value="apache-rat-tasks-0.12.jar" />
59+
<property name="apache.rat.url" value="http://central.maven.org/maven2/org/apache/rat/apache-rat/0.12" />
60+
<property name="apache.rat.tasks.url" value="http://central.maven.org/maven2/org/apache/rat/apache-rat-tasks/0.12" />
6161

6262
<property file="${basedir}/approvesdk.properties"/>
6363

0 commit comments

Comments
 (0)