Next release will be 1.4.1 (only minor changes)

Add a link to the issue tracking system (if defined).

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@529076 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-15 21:43:15 +00:00
parent 2bb3da521a
commit 075a824826
3 changed files with 10 additions and 3 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-announcement-plugin</id>
<name>Maven Announcement Plugin</name>
<currentVersion>1.5-SNAPSHOT</currentVersion>
<currentVersion>1.4.1-SNAPSHOT</currentVersion>
<description>The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the announcement text.</description>
<shortDescription>Produce release announcement</shortDescription>
<versions>

View File

@ -122,6 +122,12 @@ For a manual installation, you can download the plugin here:
${maven.announcement.distributionUrl}/${pom.artifactId}-${versionVariable}.jar
</j:whitespace>
</u:available>
<j:if test="${!empty(pom.issueTrackingUrl)}">
<j:whitespace trim="false">
Issues, bugs, and feature requests for ${pom.name} should be submitted to the following issue tracking system:
${pom.issueTrackingUrl}
</j:whitespace>
</j:if>
<j:whitespace trim="false">
Have fun!

View File

@ -23,7 +23,8 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.5-SNAPSHOT" date="In SVN">
<release version="1.4.1-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="add">Add a link to the issue tracking system (if defined).</action>
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1</action>
</release>
<release version="1.4" date="2005-12-12">