You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/09/16 09:09:02 UTC

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

Author: brett
Date: Fri Sep 16 00:08:59 2005
New Revision: 289405

URL: http://svn.apache.org/viewcvs?rev=289405&view=rev
Log:
rollback release, I was missing the tag base

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

Modified: maven/components/trunk/maven-plugins/maven-clean-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-clean-plugin/pom.xml?rev=289405&r1=289404&r2=289405&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-clean-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-clean-plugin/pom.xml Fri Sep 16 00:08:59 2005
@@ -1,4 +1,5 @@
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
@@ -8,6 +9,6 @@
   <artifactId>maven-clean-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Clean Plugin</name>
-  <version>2.0-beta-1</version>
+  <version>2.0-beta-1-SNAPSHOT</version>
   <inceptionYear>2001</inceptionYear>
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org