[maven-scm-plugin] prepare release 1.9.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@388956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-03-26 20:23:51 +00:00
parent d6d50c4861
commit f4b0d2694c
2 changed files with 10 additions and 3 deletions

View File

@ -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>
@ -71,6 +71,11 @@
<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>
<contributor>

View File

@ -24,8 +24,10 @@
<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-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>