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/03/01 04:51:18 UTC

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

Author: hboutemy
Date: Tue Mar  1 03:51:17 2011
New Revision: 1075640

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

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=1075640&r1=1075639&r2=1075640&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Tue Mar  1 03:51:17 2011
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>18</version>
+    <version>19</version>
   </parent>
 
   <artifactId>maven-site-plugin</artifactId>
@@ -372,11 +372,6 @@ under the License.
             <target>1.5</target>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>2.0.1</version>
-        </plugin>
       </plugins>
     </pluginManagement>
   </build>