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 2012/08/25 19:56:04 UTC

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

Author: hboutemy
Date: Sat Aug 25 17:56:04 2012
New Revision: 1377332

URL: http://svn.apache.org/viewvc?rev=1377332&view=rev
Log:
removed configuration already inherited

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=1377332&r1=1377331&r2=1377332&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sat Aug 25 17:56:04 2012
@@ -208,7 +208,6 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-annotations</artifactId>
-      <version>1.5.5</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>