You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2018/01/17 22:01:55 UTC

svn commit: r1821425 - /creadur/whisker/trunk/pom.xml

Author: pottlinger
Date: Wed Jan 17 22:01:55 2018
New Revision: 1821425

URL: http://svn.apache.org/viewvc?rev=1821425&view=rev
Log:
INFRA-15791: Update to latest RAT 

while preparing travis badge

Modified:
    creadur/whisker/trunk/pom.xml

Modified: creadur/whisker/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1821425&r1=1821424&r2=1821425&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Wed Jan 17 22:01:55 2018
@@ -253,9 +253,10 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.11</version>
+          <version>0.12</version>
           <configuration>
             <excludes>
+              <exclude>README.md</exclude>
               <exclude>.travis.yml</exclude>
               <exclude>src/site/resources/*.dia</exclude>
             </excludes>