The Apache Maven team is pleased to announce the release of the Maven Changes Plugin version 2.12.

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


Release Notes - Maven Changes Plugin - Version 2.12

** Bug
    * [MCHANGES-346] - Update plexus-interpolation for thread safety issues
* [MCHANGES-354] - The plugin should fail to execute if the changes.xml file cannot be parsed * [MCHANGES-358] - Remove dependency resolution ResolutionScope.TEST from AnnouncementMojo
    * [MCHANGES-361] - GitHub issue ids don't appear in announcement.vm
    * [MCHANGES-364] - DueTo is always empty
* [MCHANGES-368] - Report page has unneccessary indentations when having empty releases

** Improvement
    * [MCHANGES-305] - Provide support for private Github repos
    * [MCHANGES-345] - Upgrade maven-filtering to 1.2
    * [MCHANGES-347] - Upgrade maven-filtering to 1.3
    * [MCHANGES-355] - Upgrade plexus-utils to 3.0.22
    * [MCHANGES-356] - Upgrade org.eclipse.egit.github.core to 2.1.5
    * [MCHANGES-363] - Add support for opened issues in announcement Mojo


Enjoy,

-The Apache Maven team

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

Reply via email to