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>
|