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 2010/05/24 22:14:46 UTC

svn commit: r947784 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: dennisl
Date: Mon May 24 20:14:46 2010
New Revision: 947784

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

Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=947784&r1=947783&r2=947784&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Mon May 24 20:14:46 2010
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>16</version>
+    <version>18</version>
   </parent>
 
   <artifactId>maven-site-plugin</artifactId>
@@ -369,10 +369,6 @@ under the License.
   <reporting>
     <plugins>
       <plugin>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.5</version>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>2.1.2</version>