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/06/30 11:11:16 UTC

svn commit: r789630 - /jackrabbit/commons/classloader/trunk/pom.xml

Author: jukka
Date: Tue Jun 30 09:11:16 2009
New Revision: 789630

URL: http://svn.apache.org/viewvc?rev=789630&view=rev
Log:
classloader: Update to parent POM version 3 and adjust build settings accordingly

Modified:
    jackrabbit/commons/classloader/trunk/pom.xml

Modified: jackrabbit/commons/classloader/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/classloader/trunk/pom.xml?rev=789630&r1=789629&r2=789630&view=diff
==============================================================================
--- jackrabbit/commons/classloader/trunk/pom.xml (original)
+++ jackrabbit/commons/classloader/trunk/pom.xml Tue Jun 30 09:11:16 2009
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>parent</artifactId>
-    <version>2</version>
+    <version>3</version>
   </parent>
 
   <artifactId>jackrabbit-classloader</artifactId>
@@ -117,8 +117,8 @@
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>rat-maven-plugin</artifactId>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
             <exclude>src/test/resources/*.txt</exclude>