[maven-scm-plugin] prepare release 1.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115730 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-07-08 15:49:03 +00:00
parent d64b8620eb
commit 87c9037675
2 changed files with 8 additions and 5 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-changes-plugin</id>
<name>Maven Changes Plugin</name>
<currentVersion>1.5-SNAPSHOT</currentVersion>
<currentVersion>1.5</currentVersion>
<shortDescription>Produce changes report</shortDescription>
<url>http://maven.apache.org/reference/plugins/changes/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGES</issueTrackingUrl>
@ -49,6 +49,11 @@
<name>1.5</name>
<tag>HEAD</tag>
</version>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_CHANGES_1_5</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -24,10 +24,8 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.5-SNAPSHOT" date="in CVS">
<action dev="vmassol" type="add">
Add generation of RSS feed for current version changes
</action>
<release version="1.5" date="2004-07-08">
<action dev="vmassol" type="add">Add generation of RSS feed for current version changes</action>
</release>
<release version="1.4" date="2004-05-15">
<action dev="aheritier" type="fix" issue="MPCHANGES-8" due-to="Bertrand Florat">"title" attribute added to images. Correction of links in "Release History".</action>