PR: MPCHANGELOG-75
Replace netbeans's cvslib-3.6 by cvsclient-20051129. Fixes date parsing errors using CVS. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@386380 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -24,6 +24,9 @@
|
||||
<author email="evenisse@ifrance.com">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
|
||||
|
||||
Reference in New Issue
Block a user