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 2017/06/19 11:18:34 UTC

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

Author: michaelo
Date: Mon Jun 19 11:18:34 2017
New Revision: 1799179

URL: http://svn.apache.org/viewvc?rev=1799179&view=rev
Log:
Bump version to 3.1.0-SNAPSHOT for the upcoming changes

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=1799179&r1=1799178&r2=1799179&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Mon Jun 19 11:18:34 2017
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-assembly-plugin</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Assembly Plugin</name>