Author: ltheussl
Date: Sun Mar 26 12:23:51 2006
New Revision: 388956

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

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=388956&r1=388955&r2=388956&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/project.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/project.xml Sun Mar 26 12:23:51 2006
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-changelog-plugin</id>
   <name>Maven Changelog Plugin</name>
-  <currentVersion>1.9.1-SNAPSHOT</currentVersion>
+  <currentVersion>1.9.1</currentVersion>
   <description>The Changelog plugin generates reports about recent changes to 
the SCM repository.</description>
   <shortDescription>Produce SCM changelog reports.</shortDescription>
   <versions>
@@ -70,6 +70,11 @@
       <id>1.9</id>
       <name>1.9</name>
       <tag>MAVEN_CHANGELOG_1_9</tag>
+    </version>
+    <version>
+      <id>1.9.1</id>
+      <name>1.9.1</name>
+      <tag>MAVEN_CHANGELOG_1_9_1</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=388956&r1=388955&r2=388956&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Sun Mar 26 12:23:51 
2006
@@ -24,8 +24,10 @@
     <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
   </properties>
   <body>
-    <release version="1.9.1-SNAPSHOT" date="in SVN">
-      <action dev="ltheussl" type="fix" issue="MPCHANGELOG-82">Don't construct 
links to files if <code>repository.url</code> is absent.</action>
+    <release version="1.9.1" date="2006-03-26">
+      <action dev="ltheussl" type="fix" issue="MPCHANGELOG-82">Don't construct 
links to files if
+        <code>repository.url</code>is absent.
+      </action>
       <action dev="ltheussl" type="fix" 
issue="MPCHANGELOG-83">NullPointerException if developer's id is 
missing.</action>
       <action dev="ltheussl" type="fix" issue="MPCHANGELOG-75">Replace 
netbeans's cvslib-3.6 by cvsclient-20051129.</action>
     </release>


Reply via email to