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/29 21:30:28 UTC

svn commit: r373351 - in /maven/maven-1/plugins/trunk/changelog: project.xml xdocs/changes.xml

Author: ltheussl
Date: Sun Jan 29 12:30:25 2006
New Revision: 373351

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

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

Modified: maven/maven-1/plugins/trunk/changelog/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/project.xml?rev=373351&r1=373350&r2=373351&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/project.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/project.xml Sun Jan 29 12:30:25 2006
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -16,13 +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-changelog-plugin</id>
   <name>Maven Changelog Plugin</name>
-  <currentVersion>1.9-SNAPSHOT</currentVersion>
+  <currentVersion>1.9</currentVersion>
   <description>The Changelog plugin generates reports about recent changes to the SCM repository.</description>
   <shortDescription>Produce SCM changelog reports.</shortDescription>
   <url>http://maven.apache.org/maven-1.x/reference/plugins/changelog/</url>
@@ -73,6 +73,11 @@
       <id>1.8.2</id>
       <name>1.8.2</name>
       <tag>maven-changelog-plugin-1.8.2</tag>
+    </version>
+    <version>
+      <id>1.9</id>
+      <name>1.9</name>
+      <tag>MAVEN_CHANGELOG_1_9</tag>
     </version>
   </versions>
   <contributors>

Modified: maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml?rev=373351&r1=373350&r2=373351&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Sun Jan 29 12:30:25 2006
@@ -24,22 +24,29 @@
     <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
   </properties>
   <body>
-    <release version="1.9-SNAPSHOT" date="in SVN">
-      <action dev="ltheussl" type="add">New '<code>lastRelease</code>' option for <code>maven.changelog.date</code>.</action>
+    <release version="1.9" date="2006-01-29">
+      <action dev="ltheussl" type="add">New '
+        <code>lastRelease</code>' option for
+        <code>maven.changelog.date</code>.
+      </action>
       <action dev="ltheussl" type="fix" issue="MPCHANGELOG-81" due-to="Dennis Lundberg">Some valid scm urls are not allowed.</action>
       <action dev="ltheussl" type="fix" issue="MPCHANGELOG-72" due-to="Pascal Larin">Auto select factory from connection doesn't work if provider name length different from 3.</action>
       <action dev="ltheussl" type="add" issue="MPCHANGELOG-80" due-to="Christoph Jerolimov">Add MKS SI support.</action>
-      <action dev="ltheussl" type="fix" issue="MPCHANGELOG-69">Changelog returns 0 entries on Windows with CVS (not CVSNT). New property <code>maven.changelog.quoteDate</code>.</action>
-      <action dev="ltheussl" type="fix" issue="MPCHANGELOG-74">Changelog plugin creates wrong links for Subversion repositories. New property <code>maven.changelog.svn.baseurl</code>.</action>
-      <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : 
+      <action dev="ltheussl" type="fix" issue="MPCHANGELOG-69">Changelog returns 0 entries on Windows with CVS (not CVSNT). New property
+        <code>maven.changelog.quoteDate</code>.
+      </action>
+      <action dev="ltheussl" type="fix" issue="MPCHANGELOG-74">Changelog plugin creates wrong links for Subversion repositories. New property
+        <code>maven.changelog.svn.baseurl</code>.
+      </action>
+      <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
         <ul>
-          <li>ant v1.5.3-1 -> v1.6.5</li>
-          <li>commons-jelly-tags-xml v1.0 -> v1.1</li>
-          <li>commons-logging v1.0.3 -> v1.0.4</li>
-          <li>maven v1.0 -> v1.0.2</li>
-          <li>maven-model v3.0.0 -> v3.0.1</li>
-          <li>xercesImpl v 2.4.0 -> v2.6.2</li>
-          <li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
+          <li>ant v1.5.3-1 -&gt; v1.6.5</li>
+          <li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>
+          <li>commons-logging v1.0.3 -&gt; v1.0.4</li>
+          <li>maven v1.0 -&gt; v1.0.2</li>
+          <li>maven-model v3.0.0 -&gt; v3.0.1</li>
+          <li>xercesImpl v 2.4.0 -&gt; v2.6.2</li>
+          <li>xml-apis v 1.0.b2 -&gt; xmlParserAPIs v2.6.2</li>
         </ul>
       </action>
       <action dev="ltheussl" type="fix" issue="MPCHANGELOG-70" due-to="Arnaud Bailly">Incorrect parsing of SVN log files when username contains spaces.</action>