You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2006/02/16 19:50:23 UTC

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

Author: jdcasey
Date: Thu Feb 16 10:50:16 2006
New Revision: 378335

URL: http://svn.apache.org/viewcvs?rev=378335&view=rev
Log:
Changed snapshot version to 2.1-SNAPSHOT.

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

Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=378335&r1=378334&r2=378335&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Thu Feb 16 10:50:16 2006
@@ -8,7 +8,7 @@
   <artifactId>maven-clean-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Clean Plugin</name>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.1-SNAPSHOT</version>
   <inceptionYear>2001</inceptionYear>
 
   <dependencies>