Author: sebb
Date: Wed Sep  7 22:26:28 2011
New Revision: 1166450

URL: http://svn.apache.org/viewvc?rev=1166450&view=rev
Log:
Note change of RAT plugin details

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1166450&r1=1166449&r2=1166450&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Sep  7 22:26:28 2011
@@ -37,6 +37,17 @@
   </ciManagement>
 
   <!--
+    Starting with version 22, the RAT plugin has changed Maven group and id, 
so any existing configuration
+    needs to be updated.
+    To fix component POMs, please change any occurrences of:
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+    to the new values:
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+  -->
+
+  <!--
     This section *must* be overwritten by subprojects. It is only to allow
     a release of the commons-parent POM.
   -->


Reply via email to