[maven-scm-plugin] prepare release 1.8.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@180250 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2005-06-06 07:39:42 +00:00
parent a311018193
commit 3dc97cb222
2 changed files with 7 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-changelog-plugin</id>
<name>Maven Changelog Plugin</name>
<currentVersion>1.8.1-SNAPSHOT</currentVersion>
<currentVersion>1.8.1</currentVersion>
<shortDescription>Produce SCM changelog reports.</shortDescription>
<url>http://maven.apache.org/reference/plugins/changelog/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGELOG</issueTrackingUrl>
@@ -69,6 +69,11 @@
<name>1.8</name>
<tag>maven-changelog-plugin-1.8</tag>
</version>
<version>
<id>1.8.1</id>
<name>1.8.1</name>
<tag>maven-changelog-plugin-1.8.1</tag>
</version>
</versions>
<contributors>
<contributor>

View File

@@ -25,7 +25,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.8.1-SNAPSHOT" date="in SVN">
<release version="1.8.1" date="2005-06-06">
<action dev="brett" type="fix" issue="MPCHANGELOG-23">Determine default factory from connection - no need to configure for SCMs other than CVS.</action>
<action dev="brett" type="add" issue="MPCHANGELOG-49" due-to="Freddy Mallet">Add VSS support</action>
<action dev="brett" type="fix" issue="MPCHANGELOG-25" due-to="Neil Palmer">Corrected link for viewcvs configured with muliple cvs repository.</action>