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

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 an issue management system (Jira, Trac and GitHub supported), and presents them as a report. You also have the option of creating a release announcement and even sending it via email to your users.

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

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-changes-plugin/download.cgi

Release Notes - Maven Changes Plugin - Version 2.12.1

** Bug
    * [MCHANGES-373] - It is not possible to use "filter" parameter

** Improvement
    * [MCHANGES-370] - Upgrade maven-plugins to version 30
* [MCHANGES-375] - Add stop between issue text and " Fixes issue-number" * [MCHANGES-376] - Improve log messages on issue management misconfiguration


Enjoy,

-The Apache Maven team

Reply via email to