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/09/02 16:44:56 UTC

svn commit: r1379986 - /maven/plugins/trunk/maven-shade-plugin/pom.xml

Author: hboutemy
Date: Sun Sep  2 14:44:55 2012
New Revision: 1379986

URL: http://svn.apache.org/viewvc?rev=1379986&view=rev
Log:
o removed version inherited from parent
o marked plexus annotations as provided (same as plugin annotations)

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

Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=1379986&r1=1379985&r2=1379986&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Sun Sep  2 14:44:55 2012
@@ -140,7 +140,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-annotations</artifactId>
-      <version>1.5.5</version>
+      <scope>provided</scope>
     </dependency>
 
     <dependency>