[maven-scm-plugin] prepare release 1.9.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@535778 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-05-07 08:17:18 +00:00
parent 12b21a8057
commit 29c545d6ab
2 changed files with 118 additions and 111 deletions

View File

@ -23,7 +23,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.2-SNAPSHOT</currentVersion> <currentVersion>1.9.2</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>
@ -77,6 +77,11 @@
<name>1.9.1</name> <name>1.9.1</name>
<tag>MAVEN_CHANGELOG_1_9_1</tag> <tag>MAVEN_CHANGELOG_1_9_1</tag>
</version> </version>
<version>
<id>1.9.2</id>
<name>1.9.2</name>
<tag>MAVEN_CHANGELOG_1_9_2</tag>
</version>
</versions> </versions>
<contributors> <contributors>
<contributor> <contributor>

View File

@ -25,10 +25,12 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <body>
<release version="1.9.2-SNAPSHOT" date="In SVN"> <release version="1.9.2" date="2007-05-07">
<action dev="ltheussl" type="fix" issue="MPCHANGELOG-89">Plugin fails with anonymous access and empty password in scm url.</action> <action dev="ltheussl" type="fix" issue="MPCHANGELOG-89">Plugin fails with anonymous access and empty password in scm url.</action>
<action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2.</action> <action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2.</action>
<action dev="ltheussl" type="add">New property <code>maven.changelog.useDeveloperConnection</code>.</action> <action dev="ltheussl" type="add">New property
<code>maven.changelog.useDeveloperConnection</code>.
</action>
<action dev="ltheussl" type="add" issue="MPCHANGELOG-86" due-to="Christoph Jerolimov">Support time period in MKS changelog parser.</action> <action dev="ltheussl" type="add" issue="MPCHANGELOG-86" due-to="Christoph Jerolimov">Support time period in MKS changelog parser.</action>
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action> <action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
<action dev="aheritier" type="update">Upgrade to Junit 3.8.2.</action> <action dev="aheritier" type="update">Upgrade to Junit 3.8.2.</action>