[maven-scm-plugin] prepare release 1.6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115541 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-06-25 16:55:44 +00:00
parent ea06fea40e
commit 783829c4ab
2 changed files with 7 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-changelog-plugin</id>
<name>Maven Changelog Plugin</name>
<currentVersion>1.6-SNAPSHOT</currentVersion>
<currentVersion>1.6</currentVersion>
<description/>
<shortDescription>Produce SCM changelog reports</shortDescription>
<url>http://maven.apache.org/reference/plugins/changelog/</url>
@@ -45,6 +45,11 @@
<name>1.5</name>
<tag>MAVEN_CHANGELOG_1_5</tag>
</version>
<version>
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_CHANGELOG_1_6</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -25,14 +25,12 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in CVS">
<release version="1.6" date="2004-06-25">
<action dev="brett" type="fix" issue="MPCHANGELOG-34" due-to="Rafael Santiago, Jr.">Prevent any NPE depending on certain repository definition conditions</action>
<action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
<action dev="evenisse" type="fix" issue="MPCHANGELOG-39">Fix date format with clearcase.</action>
<action dev="dion" type="update">Allow empty passwords in create-cvspass</action>
</release>
<release version="1.5" date="2004-05-16">
<action dev="dion" type="fix" due-to="Tim Shadel" issue="MPCHANGELOG-22">Parsing of windows user names (domain\user) was broken.</action>
<action dev="dion" type="fix" due-to="Archimedes Trajano">Bad documentation for goals</action>