You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/01/08 07:12:56 UTC

svn commit: r366992 - in /maven/maven-1/plugins/trunk/clean: project.xml xdocs/changes.xml

Author: ltheussl
Date: Sat Jan  7 22:12:55 2006
New Revision: 366992

URL: http://svn.apache.org/viewcvs?rev=366992&view=rev
Log:
[maven-scm-plugin] prepare release 1.4

Modified:
    maven/maven-1/plugins/trunk/clean/project.xml
    maven/maven-1/plugins/trunk/clean/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/clean/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clean/project.xml?rev=366992&r1=366991&r2=366992&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clean/project.xml (original)
+++ maven/maven-1/plugins/trunk/clean/project.xml Sat Jan  7 22:12:55 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!-- 
 /*
@@ -17,14 +17,12 @@
  * limitations under the License.
  */
  -->
-
-<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
   <extend>../plugin-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-clean-plugin</id>
   <name>Maven Clean Plugin</name>
-  <currentVersion>1.4-SNAPSHOT</currentVersion>
+  <currentVersion>1.4</currentVersion>
   <description/>
   <shortDescription>Clean plugin for Maven</shortDescription>
   <url>http://maven.apache.org/maven-1.x/reference/plugins/clean/</url>
@@ -50,6 +48,11 @@
       <id>1.3</id>
       <name>1.3</name>
       <tag>MAVEN_CLEAN_1_3</tag>
+    </version>
+    <version>
+      <id>1.4</id>
+      <name>1.4</name>
+      <tag>MAVEN_CLEAN_1_4</tag>
     </version>
   </versions>
   <developers/>

Modified: maven/maven-1/plugins/trunk/clean/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clean/xdocs/changes.xml?rev=366992&r1=366991&r2=366992&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clean/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clean/xdocs/changes.xml Sat Jan  7 22:12:55 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!-- 
 /*
@@ -17,14 +17,13 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Changes</title>
     <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
   </properties>
   <body>
-    <release version="1.4-SNAPSHOT" date="In SVN">
+    <release version="1.4" date="2006-01-07">
       <action dev="evenisse" type="fix" issue="MPCLEAN-5">Fix doco.</action>
     </release>
     <release version="1.3" date="2004-06-19">