[ANN] Apache Maven Changelog Plugin 3.0.0-M2 Released
Slawomir Jaranowski <[email protected]> Sat, 23 May 2026 20:49:10 +0200
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Message-ID | <CAGjJkv0JEbXfk9z6iTyYx3F4s7t+tuR2S6w-hh+AGd_1Ww3LhA@mail.gmail.com> |
The Apache Maven team is pleased to announce the release of the Apache Maven Changelog Plugin, version 3.0.0-M2 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-M2</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-M2 https://github.com/apache/maven-changelog-plugin/releases/tag/maven-changelog-plugin-3.0.0-M2 Enjoy, -The Apache Maven team