You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2008/04/17 23:58:18 UTC

svn commit: r649299 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

Author: olamy
Date: Thu Apr 17 14:58:17 2008
New Revision: 649299

URL: http://svn.apache.org/viewvc?rev=649299&view=rev
Log:
upgrade to last parent remove redudant plugin declaration

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

Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=649299&r1=649298&r2=649299&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Thu Apr 17 14:58:17 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>10</version>
+    <version>11</version>
   </parent>
 
   <artifactId>maven-clean-plugin</artifactId>
@@ -81,19 +81,6 @@
       <name>Jesse McConnell</name>
     </contributor>
   </contributors>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <version>2.0.4</version>
-      </plugin>
-    </plugins>
-  </build>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin</connection>