Apache Maven Changes Plugin Version 2.11 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Changes Plugin, Version 2.11.
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-changes-plugin</artifactId>
4 <version>2.11</version>
5</plugin>
Release Notes - Apache Maven Changes Version 2.11
Sub-task:
- MCHANGES-269 - Move anchor location in changes.xml to header
Bugs:
- MCHANGES-307 - Check for whitespace on fixVersionIds and statusIds
- MCHANGES-334 - RestJiraDownloader doesn't honor proxy settings
- MCHANGES-336 - Enum value for type "remove" is missing
- MCHANGES-337 - Improve language style in model and report generator
Improvements:
- MCHANGES-338 - Remove redundant anchors set on headings
- MCHANGES-341 - Externalize JIRA server timeout values to the configuration section
- MCHANGES-343 - Update maven-reporting-impl to 2.3
Task:
- MCHANGES-342 - Removed dependency plexus-container-default:1.0-alpha-9-stable-1
Enjoy,
-The Apache Maven team