You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Benson Margulies <bi...@apache.org> on 2012/04/30 22:42:02 UTC

[ANN] maven-changes--plugin 2.7

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

Creates a release history for inclusion into the site and assists in
generating an announcement mail.

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.7</version>
</plugin>


Release Notes - Maven Changes Report Plugin - Version 2.7

Bug
* [MCHANGES-262] Using custom issue types mapping (MCHANGES-245)
throws a llegalArgumentException
* [MCHANGES-261] Mail sender specification pointlessly difficult
* [MCHANGES-237] The goal jira-report always results in HTTP 400 error
when accessing https://*.jira.com

Improvement
* [MCHANGES-279] ability to skip for Jira is offlince
* [MCHANGES-264] [PATCH] Migration from obsolete plexus-maven-plugin
to plexus-containers-component-metadata
* [MCHANGES-213] Update Velocity 1.7

New Feature
* [MCHANGES-275] versionPrefix configurable by expression
'changes.versionPrefix'
* [MCHANGES-272] Please add an option to the 'changes-check' goal to
allow skipping release date checks of snapshot versions.
* [MCHANGES-76] Add an option to hava an aggregated Changes Report


Enjoy,

-The Maven team