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/08/31 19:51:55 UTC

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

Author: bimargulies
Date: Fri Aug 31 17:51:55 2012
New Revision: 1379529

URL: http://svn.apache.org/viewvc?rev=1379529&view=rev
Log:
Set next version back where it belongs on 2.0.

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=1379529&r1=1379528&r2=1379529&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Fri Aug 31 17:51:55 2012
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-shade-plugin</artifactId>
-  <version>1.7.3-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven Shade Plugin</name>