You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2009/12/10 17:52:16 UTC

[ANN] Maven Changes Plugin 2.3 Released

The Maven team is pleased to announce the release of the Maven Changes
Plugin, version 2.3

This plugin is used to inform your users of the changes that have
occurred between different releases of your project. The plugin can
extract these changes, either from a changes.xml file or from the JIRA
issue management system, and present them as a report. You also have the
option of creating a release announcement and even sending this via
email to your users.

http://maven.apache.org/plugins/maven-changes-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-changes-plugin</artifactId>
 <version>2.3</version>
</plugin>

Release Notes - Maven 2.x Changes Plugin - Version 2.3


** Bug
    * [MCHANGES-135] - JIRA links on changes report are broken
    * [MCHANGES-138] - Exception thrown when issueManagement section of
pom is missing
    * [MCHANGES-151] - A patch about the date parsing and html encoding
for maven-changes-plugin-trac
    * [MCHANGES-186] - Issue links for JIRA are broken when using the
%URL% token
    * [MCHANGES-187] - If jiraMerge=true then releases that are only in
JIRA will not be included in the announcement
    * [MCHANGES-189] - There are presentation problems in the
changes-report if an issue in changes.xml contains characters like < and >


** New Feature
    * [MCHANGES-145] - Make it possible to run the announcement goals
only once for a multi-module project


Enjoy,

-The Maven team


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org