You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2015/11/15 19:21:36 UTC

svn commit: r1714485 - /maven/plugins/trunk/maven-jar-plugin/pom.xml

Author: khmarbaise
Date: Sun Nov 15 18:21:36 2015
New Revision: 1714485

URL: http://svn.apache.org/viewvc?rev=1714485&view=rev
Log:
[MJAR-202] Bump version to 3.0.0-SNAPSHOT

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

Modified: maven/plugins/trunk/maven-jar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?rev=1714485&r1=1714484&r2=1714485&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jar-plugin/pom.xml Sun Nov 15 18:21:36 2015
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-jar-plugin</artifactId>
-  <version>2.7-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven JAR Plugin</name>