Apache Maven Changes Plugin Version 2.12 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Changes Plugin, Version 2.12.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-changes-plugin</artifactId>
4 <version>2.12</version>
5</plugin>
Release Notes - Apache Maven Changes Version 2.12.
Bugs:
- 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
Improvements:
- 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