[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:
parent
d6d50c4861
commit
f4b0d2694c
@ -22,7 +22,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-changelog-plugin</id>
|
<id>maven-changelog-plugin</id>
|
||||||
<name>Maven Changelog Plugin</name>
|
<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>
|
<description>The Changelog plugin generates reports about recent changes to the SCM repository.</description>
|
||||||
<shortDescription>Produce SCM changelog reports.</shortDescription>
|
<shortDescription>Produce SCM changelog reports.</shortDescription>
|
||||||
<versions>
|
<versions>
|
||||||
@ -71,6 +71,11 @@
|
|||||||
<name>1.9</name>
|
<name>1.9</name>
|
||||||
<tag>MAVEN_CHANGELOG_1_9</tag>
|
<tag>MAVEN_CHANGELOG_1_9</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.9.1</id>
|
||||||
|
<name>1.9.1</name>
|
||||||
|
<tag>MAVEN_CHANGELOG_1_9_1</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<contributors>
|
<contributors>
|
||||||
<contributor>
|
<contributor>
|
||||||
|
|||||||
@ -24,8 +24,10 @@
|
|||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.9.1-SNAPSHOT" date="in SVN">
|
<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-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-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>
|
<action dev="ltheussl" type="fix" issue="MPCHANGELOG-75">Replace netbeans's cvslib-3.6 by cvsclient-20051129.</action>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user