You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2008/08/06 02:14:46 UTC

svn commit: r683055 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: aheritier
Date: Tue Aug  5 17:14:46 2008
New Revision: 683055

URL: http://svn.apache.org/viewvc?rev=683055&view=rev
Log:
Remove plugins versions already defined in parent

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=683055&r1=683054&r2=683055&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Tue Aug  5 17:14:46 2008
@@ -66,7 +66,6 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-maven-plugin</artifactId>
-        <version>1.3.5</version>
         <executions>
           <execution>
             <id>create-component-descriptor</id>
@@ -99,7 +98,6 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-18</version>
         <configuration>
           <version>${mdoVersion}</version>
         </configuration>
@@ -138,7 +136,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.4.2</version>
         <executions>
           <!-- FIXME: Disable execution, makes IT preparation using maven-component-it-plugin fail (see target/test-build-logs/setup.build.log) -->
           <execution>
@@ -156,7 +153,6 @@
       <plugins>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.3.1</version>
           <configuration>
             <excludes>
               <exclude>**/BasicAbstractAssemblyMojoFeaturesTest*</exclude>
@@ -215,7 +211,6 @@
         <plugins>
           <plugin>
             <artifactId>maven-clean-plugin</artifactId>
-            <version>2.1</version>
             <configuration>
               <filesets>
                 <fileset>
@@ -270,7 +265,6 @@
           </plugin>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.1</version>
             <executions>
               <execution>
                 <id>setup-integration-test-parent</id>