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/10/16 06:04:16 UTC

svn commit: r705135 - /maven/components/branches/maven-2.0.x/apache-maven/pom.xml

Author: brett
Date: Wed Oct 15 21:04:16 2008
New Revision: 705135

URL: http://svn.apache.org/viewvc?rev=705135&view=rev
Log:
use last shade plugin release

Modified:
    maven/components/branches/maven-2.0.x/apache-maven/pom.xml

Modified: maven/components/branches/maven-2.0.x/apache-maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/apache-maven/pom.xml?rev=705135&r1=705134&r2=705135&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/apache-maven/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/apache-maven/pom.xml Wed Oct 15 21:04:16 2008
@@ -43,7 +43,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.1</version>
         <executions>
           <execution>
             <phase>package</phase>