You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2015/12/31 16:46:18 UTC

svn commit: r1722447 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: michaelo
Date: Thu Dec 31 15:46:17 2015
New Revision: 1722447

URL: http://svn.apache.org/viewvc?rev=1722447&view=rev
Log:
Use a two digit version for a new major/minor as we always do for all plugins

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1722447&r1=1722446&r2=1722447&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Thu Dec 31 15:46:17 2015
@@ -31,7 +31,7 @@ under the License.
   </parent>
 
   <artifactId>maven-assembly-plugin</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>3.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Assembly Plugin</name>