The Apache Maven team is pleased to announce the release of the Apache
Maven Changelog Plugin, version 3.0.0-M1

The Maven Changelog Plugin generates reports regarding the recent
changes in your Software Configuration Management or SCM.
These reports include the changelog report, developer activity report
and the file activity report.

https://maven.apache.org/plugins/maven-changelog-plugin/

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

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>

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

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

Release Notes - Maven Changelog Plugin - Version 3.0.0-M1

** Bug
* [MCHANGELOG-141] - Failure to generate changelog.xml with mercurial
- need to upgrade to 1.9.4 version of Maven SCM
* [MCHANGELOG-157] - Project reports' layout is broken when rendered
with the new doxia 2.x-maven-site-plugin

** New Feature
* [MCHANGELOG-119] - Add option to disable displaying file and file
revision information on report

** Improvement
* [MCHANGELOG-79] - Add support for "tag" type report of Subversion
* [MCHANGELOG-128] - Remove the unused commentFormat parameter from
changelog mojo
* [MCHANGELOG-138] - Upgrade to newest Maven SCM
* [MCHANGELOG-143] - Upgrade maven-plugins to version 30
* [MCHANGELOG-153] - make build Reproducible

** Dependency upgrade
* [MCHANGELOG-146] - Upgrade mave-surefire/failsafe-plugin 2.21.0
* [MCHANGELOG-147] - Upgrade maven-plugins parent to version 32
* [MCHANGELOG-149] - Upgrade maven-plugins pom to version 34
* [MCHANGELOG-150] - Upgrade JUnit to 4.13
* [MCHANGELOG-151] - Migrate plugin to Maven 3.6.3
* [MCHANGELOG-152] - upgrade Doxia Sitetools to 1.9.2+ to remove
dependency on Struts
* [MCHANGELOG-154] - Update parent pom to 43
* [MCHANGELOG-155] - Require Java 8

Enjoy,

-The Apache Maven team

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

Reply via email to