Author: cziegeler
Date: Mon May 18 12:39:07 2009
New Revision: 775923

URL: http://svn.apache.org/viewvc?rev=775923&view=rev
Log:
PORTALS-17 : Use Apache rat plugin.

Modified:
    portals/portals-pom/trunk/pom.xml

Modified: portals/portals-pom/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/portals-pom/trunk/pom.xml?rev=775923&r1=775922&r2=775923&view=diff
==============================================================================
--- portals/portals-pom/trunk/pom.xml (original)
+++ portals/portals-pom/trunk/pom.xml Mon May 18 12:39:07 2009
@@ -60,9 +60,9 @@
           <version>1.0-alpha-1</version>
         </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>0.6</version>
         </plugin>
         <!-- basic assembly configuration to create a source archive -->
         <!-- run the assembly plugin in project root poms, like this: -->
@@ -149,8 +149,8 @@
       <build>
         <plugins>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>rat-maven-plugin</artifactId>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
             <configuration>
               <excludes>
                 <!--  Used by maven-remote-resources-plugin -->


Reply via email to