[maven-scm-plugin] prepare release 1.7.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@124498 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-01-07 13:54:27 +00:00
parent 6b264976b8
commit daf6a1bc33
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-SNAPSHOT</currentVersion>
<currentVersion>1.7.2</currentVersion>
<shortDescription>Produce SCM changelog reports.</shortDescription>
<url>http://maven.apache.org/reference/plugins/changelog/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGELOG</issueTrackingUrl>
@ -59,6 +59,11 @@
<name>1.7.1</name>
<tag>MAVEN_CHANGELOG_1_7_1</tag>
</version>
<version>
<id>1.7.2</id>
<name>1.7.2</name>
<tag>changelog-1.7.2</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -25,7 +25,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.8-SNAPSHOT" date="in CVS">
<release version="1.7.2" date="2005-01-08">
<action dev="brett" type="fix" issue="MPCHANGES-29" due-to="Matthew Daniel">Fix subversion revision passing on Windows</action>
<action dev="felipeal" type="fix" issue="MPCHANGELOG-48" due-to="Erwin van der Koogh">Handles new CVS date format (introduced by cvs 1.12).</action>
<action dev="evenisse" type="fix" issue="MPCHANGELOG-45" due-to="Jim Crossley">Perforce Repository URL should include project.</action>