Author: aheritier
Date: Mon Apr 30 04:52:34 2007
New Revision: 533712

URL: http://svn.apache.org/viewvc?view=rev&rev=533712
Log:
[maven-scm-plugin] prepare release 1.3

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

Modified: maven/maven-1/plugins/trunk/multichanges/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/multichanges/project.xml?view=diff&rev=533712&r1=533711&r2=533712
==============================================================================
--- maven/maven-1/plugins/trunk/multichanges/project.xml (original)
+++ maven/maven-1/plugins/trunk/multichanges/project.xml Mon Apr 30 04:52:34 
2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!-- 
 /*
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-multichanges-plugin</id>
   <name>Maven MultiChanges Plugin</name>
-  <currentVersion>1.3-SNAPSHOT</currentVersion>
+  <currentVersion>1.3</currentVersion>
   <shortDescription>Produce release dashboard for 
subprojects.</shortDescription>
   <description>Produce release dashboard for subprojects.</description>
   <versions>
@@ -41,6 +41,11 @@
       <id>1.2</id>
       <name>1.2</name>
       <tag>MAVEN_MULTICHANGES_1_2</tag>
+    </version>
+    <version>
+      <id>1.3</id>
+      <name>1.3</name>
+      <tag>maven-multichanges-plugin-1.3</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml?view=diff&rev=533712&r1=533711&r2=533712
==============================================================================
--- maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/multichanges/xdocs/changes.xml Mon Apr 30 
04:52:34 2007
@@ -18,27 +18,27 @@
  * limitations under the License.
  */
  -->
-<document>
-  <properties>
-    <title>Changes</title>
-    <author email="[EMAIL PROTECTED]">Vincent Massol</author>
-  </properties>
-  <body>
-    <release version="1.3-SNAPSHOT" date="In SVN">
-      <action dev="aheritier" type="add">New page to describe the next 
releases.</action>
-      <action dev="aheritier" type="add">New RSS feed for releases.</action>
-      <action dev="aheritier" type="update">New internal format to store 
information about releases.</action>
-      <action dev="aheritier" type="update">Remove usage of the deprecated 
dependency-handle tag.</action>
-    </release>
-    <release version="1.2" date="2006-01-07">
-      <action dev="ltheussl" type="update" issue="MPMULTICHANGES-2">Use 
multiproject properties by default.</action>
-      <action dev="aheritier" type="add" issue="MPMULTICHANGES-3" due-to="Jon 
Strayer">Add another column to the report that lists the value of 
currentVersion.</action>
-      <action dev="aheritier" type="fix" issue="MPMULTICHANGES-1">Links always 
used maven.multiproject.aggregateDir even if 
maven.multiproject.navigation=independent.</action>
-      <action dev="carlos" type="add">Linked project names and releases with 
download pages and announcements</action>
-    </release>
-    <release version="1.1" date="2004-05-15"/>
-    <release version="1.0" date="2004-03-10">
-      <action dev="vmassol" type="add">Initial creation.</action>
-    </release>
-  </body>
+<document> 
+  <properties> 
+    <title>Changes</title>  
+    <author email="[EMAIL PROTECTED]">Vincent Massol</author> 
+  </properties>  
+  <body> 
+    <release version="1.3" date="2007-04-30"> 
+      <action dev="aheritier" type="add">New page to describe the next 
releases.</action>  
+      <action dev="aheritier" type="add">New RSS feed for releases.</action>  
+      <action dev="aheritier" type="update">New internal format to store 
information about releases.</action>  
+      <action dev="aheritier" type="update">Remove usage of the deprecated 
dependency-handle tag.</action> 
+    </release>  
+    <release version="1.2" date="2006-01-07"> 
+      <action dev="ltheussl" type="update" issue="MPMULTICHANGES-2">Use 
multiproject properties by default.</action>  
+      <action dev="aheritier" type="add" issue="MPMULTICHANGES-3" due-to="Jon 
Strayer">Add another column to the report that lists the value of 
currentVersion.</action>  
+      <action dev="aheritier" type="fix" issue="MPMULTICHANGES-1">Links always 
used maven.multiproject.aggregateDir even if 
maven.multiproject.navigation=independent.</action>  
+      <action dev="carlos" type="add">Linked project names and releases with 
download pages and announcements</action> 
+    </release>  
+    <release version="1.1" date="2004-05-15"/>  
+    <release version="1.0" date="2004-03-10"> 
+      <action dev="vmassol" type="add">Initial creation.</action> 
+    </release> 
+  </body> 
 </document>


Reply via email to