Author: sebb
Date: Fri Dec  5 19:04:11 2014
New Revision: 1643398

URL: http://svn.apache.org/r1643398
Log:
Move to Apache RAT

Modified:
    commons/proper/jxpath/trunk/pom.xml

Modified: commons/proper/jxpath/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=1643398&r1=1643397&r2=1643398&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Fri Dec  5 19:04:11 2014
@@ -260,9 +260,9 @@ under the License.
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>rat-maven-plugin</artifactId>
-        <version>1.0-alpha-3</version>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>${commons.rat.version}</version>
         <configuration>
           <excludes>
             <exclude>src/java/org/apache/commons/jxpath/ri/parser/*</exclude>


Reply via email to