The Apache Maven team is pleased to announce the release of the Maven
Project Info Reports Plugin version 3.7.0.
https://maven.apache.org/plugins/maven-project-info-reports-plugin/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.7.0</version>
</plugin>
Release Notes - Maven Project Info Reports Plugin - Version 3.7.0
** Dependency upgrade
* [MPIR-454] - Upgrade to Doxia 2.0.0 Milestone Stack
* [MPIR-467] - Upgrade to Parent 43
NOTE: Read the details on this release here:
https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack
Enjoy,
-The Apache Maven team