You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/06/25 23:49:22 UTC

svn commit: r1139630 - in /maven/pom/trunk: asf/pom.xml maven/pom.xml

Author: hboutemy
Date: Sat Jun 25 21:49:22 2011
New Revision: 1139630

URL: http://svn.apache.org/viewvc?rev=1139630&view=rev
Log:
[MPOM-16] moved modello and plexus plugins from ASF-wide parent pom to Maven parent

Modified:
    maven/pom/trunk/asf/pom.xml
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1139630&r1=1139629&r2=1139630&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Sat Jun 25 21:49:22 2011
@@ -247,16 +247,6 @@ under the License.
           <artifactId>clirr-maven-plugin</artifactId>
           <version>2.3</version>
         </plugin>
-        <plugin>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-maven-plugin</artifactId>
-          <version>1.3.8</version>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.modello</groupId>
-          <artifactId>modello-maven-plugin</artifactId>
-          <version>1.4.1</version>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1139630&r1=1139629&r2=1139630&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Jun 25 21:49:22 2011
@@ -634,8 +634,14 @@ under the License.
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-maven-plugin</artifactId>
+          <version>1.3.8</version>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
+          <version>1.4.1</version>
           <configuration>
             <useJava5>true</useJava5>
           </configuration>