Author: ltheussl
Date: Thu Mar 16 09:01:57 2006
New Revision: 386380

URL: http://svn.apache.org/viewcvs?rev=386380&view=rev
Log:
PR: MPCHANGELOG-75
Replace netbeans's cvslib-3.6 by cvsclient-20051129.
Fixes date parsing errors using CVS.

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=386380&r1=386379&r2=386380&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/project.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/project.xml Thu Mar 16 09:01:57 2006
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-changelog-plugin</id>
   <name>Maven Changelog Plugin</name>
-  <currentVersion>1.9</currentVersion>
+  <currentVersion>1.9.1-SNAPSHOT</currentVersion>
   <description>The Changelog plugin generates reports about recent changes to 
the SCM repository.</description>
   <shortDescription>Produce SCM changelog reports.</shortDescription>
   <versions>
@@ -185,9 +185,9 @@
       <version>3.8.1</version>
     </dependency>
     <dependency>
-      <groupId>netbeans</groupId>
-      <artifactId>cvslib</artifactId>
-      <version>3.6</version>
+      <groupId>org.netbeans.lib</groupId>
+      <artifactId>cvsclient</artifactId>
+      <version>20051129</version>
     </dependency>
     <dependency>
       <groupId>regexp</groupId>

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=386380&r1=386379&r2=386380&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Thu Mar 16 09:01:57 
2006
@@ -24,6 +24,9 @@
     <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-75">Replace 
netbeans's cvslib-3.6 by cvsclient-20051129.</action>
+    </release>
     <release version="1.9" date="2006-01-29">
       <action dev="ltheussl" type="add">New '
         <code>lastRelease</code>' option for


Reply via email to