Skip to content

Commit

Permalink
RATIS-73. Update apache-rat-plugin to version 0.12. Contributed by Ka…
Browse files Browse the repository at this point in the history
…rl Heinz Marbaise.
  • Loading branch information
Jing9 committed Apr 13, 2017
1 parent 0af9735 commit 06fd2e4
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
<maven-xolstice-plugin.version>0.5.0</maven-xolstice-plugin.version>

<apache-rat-plugin.version>0.10</apache-rat-plugin.version>
<!--
! Can be removed if changing to ASF parent version 19
-->
<apache-rat-plugin.version>0.12</apache-rat-plugin.version>
<build-helper-maven-plugin.version>1.9</build-helper-maven-plugin.version>
<exec-maven-plugin.version>1.3.1</exec-maven-plugin.version>
<findbugs.version>3.0.0</findbugs.version>
Expand Down Expand Up @@ -525,17 +528,6 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>${apache-rat-plugin.version}</version>
<configuration>
<excludes>
<exclude>.gitattributes</exclude>
<exclude>.gitignore</exclude>
<exclude>.git/**</exclude>
<exclude>**/*.swp</exclude>
<exclude>**/*.iml</exclude>
<exclude>.idea/**</exclude>
<exclude>**/target/**</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 06fd2e4

Please sign in to comment.