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

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


Release Notes - Apache Maven Changes Plugin - Version 2.10

Bug
* [MCHANGES-329] RestJiraDownloader does not handle components, type, updated 
or version
* [MCHANGES-326] announcement-mail does not respect templateEncoding
* [MCHANGES-324] Plugin logs into JIRA, but doesn't seem to make the status 
request with the session
* [MCHANGES-323] Incompatible Jira Issue Management URL suggested in 
documentation
* [MCHANGES-280] announcement-mail broken when using the announcementFile 
parameter
* [MCHANGES-266] It is not possible to disable the reports in submodules

Improvement
* [MCHANGES-328] Allow setting useJql parameter from the command line
* [MCHANGES-303] Add an option to enable tls
* [MCHANGES-282] New parameter releaseDateLocale in changes-check goal

New Feature
* [MCHANGES-292] announcement-generate goal doesn't respect useJql parameter

Task
* [MCHANGES-332] Update to maven-reporting-impl 2.2
* [MCHANGES-331] Update to Doxia 1.4 and Doxia Sitetools 1.4


Enjoy,

-The Maven team

Reply via email to