You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2012/11/24 19:22:46 UTC

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

Author: bimargulies
Date: Sat Nov 24 18:22:45 2012
New Revision: 1413230

URL: http://svn.apache.org/viewvc?rev=1413230&view=rev
Log:
(no JIRA): update pom version to 3.0-SNAPSHOT to prep for fixing fight with
incremental use of JAR plugin.

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=1413230&r1=1413229&r2=1413230&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Sat Nov 24 18:22:45 2012
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-shade-plugin</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>3.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven Shade Plugin</name>