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/09/26 13:05:09 UTC

svn commit: r1705411 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

Author: khmarbaise
Date: Sat Sep 26 11:05:09 2015
New Revision: 1705411

URL: http://svn.apache.org/viewvc?rev=1705411&view=rev
Log:
Bump version to 3.0.0

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

Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=1705411&r1=1705410&r2=1705411&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Sat Sep 26 11:05:09 2015
@@ -21,7 +21,7 @@
   </parent>
 
   <artifactId>maven-clean-plugin</artifactId>
-  <version>2.6.2-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Clean Plugin</name>