The Apache Maven team is pleased to announce the release of the 
Apache Maven Shared Component: Maven Reporting Implementation 3.0.0

https://maven.apache.org/shared/maven-reporting-impl/

You should specify the version in your project:
 
<dependency>
  <groupId>org.apache.maven.reporting</groupId>
  <artifactId>maven-reporting-impl</artifactId>
  <version>3.0.0</version>
</dependency>

You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/shared/maven-reporting-impl/download.cgi
 
Release Notes Maven Reporting Impl 3.0.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12332979

Bugs:

 * [MSHARED-392] - AbstractMavenReportRenderer#applyPattern(String) chokes on 
some specific input and produces useless segments
 * [MSHARED-489] - AbstractMavenReportRenderer#linkPatternedText ignores name 
if href is invalid
 * [MSHARED-608] - Remove index.html-adding block in 
AbstractMavenReportRenderer#getValidHref()

Improvements:

 * [MSHARED-430] - Update JDK requirement to 1.6 / upgrade Maven Core 
dependencies to 3.0
 * [MSHARED-582] - Upgrade maven-shared-components parent to version 30
 * [MSHARED-583] - Make three digit version number
 * [MSHARED-642] - Upgrade to maven-shared-utils 3.2.0

Tasks:

 * [MSHARED-606] - Upgrade to Commons Validator 1.5.1
 * [MSHARED-609] - Partially revert MSHARED-429
 * [MSHARED-611] - Drop any href validation and pass as-is
 * [MSHARED-612] - Upgrade to Doxia 1.7
 * [MSHARED-613] - Upgrade to Doxia Sitetools 1.7.4
 * [MSHARED-614] - Upgrade to Maven Shared Utils 3.1.0

Wish:

 * [MSHARED-488] - Make input source file encoding default to platform encoding

Enjos,
 
-The Apache Maven team

Karl Heinz Marbaise

Reply via email to