You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/02/05 22:48:34 UTC

svn commit: r1067532 - /maven/plugin-tools/trunk/pom.xml

Author: dennisl
Date: Sat Feb  5 21:48:33 2011
New Revision: 1067532

URL: http://svn.apache.org/viewvc?rev=1067532&view=rev
Log:
o Upgrade to maven-parent 18.

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

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1067532&r1=1067531&r2=1067532&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sat Feb  5 21:48:33 2011
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>16</version>
+    <version>18</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -217,13 +217,7 @@
     <pluginManagement>
       <plugins>
         <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.1</version>
           <configuration>
             <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools/${project.artifactId}-${project.version}</stagingSiteURL>
           </configuration>