You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/02/24 14:07:33 UTC

svn commit: r747365 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: jukka
Date: Tue Feb 24 13:07:33 2009
New Revision: 747365

URL: http://svn.apache.org/viewvc?rev=747365&view=rev
Log:
JCR-1937: Automatic license header checking

Use the last official release of rat-maven-plugin.

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=747365&r1=747364&r2=747365&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Tue Feb 24 13:07:33 2009
@@ -136,9 +136,9 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.rat</groupId>
+        <groupId>org.codehaus.mojo</groupId>
         <artifactId>rat-maven-plugin</artifactId>
-        <version>0.6-SNAPSHOT</version>
+        <version>1.0-alpha-3</version>
         <executions>
           <execution>
             <phase>verify</phase>