You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/07/16 11:10:32 UTC

svn commit: r677205 - /maven/components/trunk/pom.xml

Author: brett
Date: Wed Jul 16 02:10:31 2008
New Revision: 677205

URL: http://svn.apache.org/viewvc?rev=677205&view=rev
Log:
remove unused shade plugin reference

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=677205&r1=677204&r2=677205&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Wed Jul 16 02:10:31 2008
@@ -208,11 +208,6 @@
           <version>2.3</version>
         </plugin>
         <plugin>
-          <artifactId>shade-maven-plugin</artifactId>
-          <groupId>org.codehaus.mojo</groupId>
-          <version>1.0-alpha-12</version>
-        </plugin>
-        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
           <version>2.2-beta-2</version>