[maven-scm-plugin] prepare release 1.7.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115804 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2004-07-12 21:17:33 +00:00
parent 83791b5b87
commit e70bfbbda7
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.7.1-SNAPSHOT</currentVersion>
<currentVersion>1.7.1</currentVersion>
<description/>
<shortDescription>Produce SCM changelog reports</shortDescription>
<url>http://maven.apache.org/reference/plugins/changelog/</url>
@@ -55,6 +55,11 @@
<name>1.7</name>
<tag>MAVEN_CHANGELOG_1_7</tag>
</version>
<version>
<id>1.7.1</id>
<name>1.7.1</name>
<tag>MAVEN_CHANGELOG_1_7_1</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -25,7 +25,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.7.1-SNAPSHOT" date="in CVS">
<release version="1.7.1" date="2004-07-12">
<action dev="dion" type="fix" issue="MPCHANGELOG-36" due-to="Matt Read">changelog.xml author tag in Clearcase contains developer.id.</action>
<action dev="dion" type="fix" issue="MPCHANGELOG-34" due-to="Saito Kazuo">Plugin does not find the password for the CVSROOT in .cvspass if the CVSROOT in .cvspass is preceded by a "/1".</action>
</release>