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/20 05:37:43 UTC

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

Author: jdcasey
Date: Sun Feb 19 20:37:43 2006
New Revision: 379022

URL: http://svn.apache.org/viewcvs?rev=379022&view=rev
Log:
[maven-release-plugin] prepare release maven-clean-plugin-2.1

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=379022&r1=379021&r2=379022&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Sun Feb 19 20:37:43 2006
@@ -1,4 +1,4 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?><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,9 +8,8 @@
   <artifactId>maven-clean-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Clean Plugin</name>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <inceptionYear>2001</inceptionYear>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
@@ -18,4 +17,4 @@
       <version>1.0</version>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file