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 2009/09/22 00:42:33 UTC

svn commit: r817451 - in /maven/plugin-tools/trunk: maven-plugin-tools-model/pom.xml pom.xml

Author: hboutemy
Date: Mon Sep 21 22:42:33 2009
New Revision: 817451

URL: http://svn.apache.org/viewvc?rev=817451&view=rev
Log:
updated parent pom

Modified:
    maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml?rev=817451&r1=817450&r2=817451&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml Mon Sep 21 22:42:33 2009
@@ -62,7 +62,6 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-21</version>
         <configuration>
           <models>
             <model>src/main/mdo/plugin-metadata.mdo</model>

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=817451&r1=817450&r2=817451&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Mon Sep 21 22:42:33 2009
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>11</version>
+    <version>13</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -176,7 +176,7 @@
         <artifactId>maven-plugin-descriptor</artifactId>
         <version>2.0.6</version>
       </dependency>
-      
+
       <!-- plexus -->
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
@@ -213,17 +213,12 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.4</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.4.3</version>
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.0-beta-7</version>
+          <version>2.0.1</version>
           <configuration>
             <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools/${project.artifactId}-${project.version}</stagingSiteURL>
           </configuration>