Maven Reporting Implementation 2.0.4.2 Released

View: New views
1 Messages — Rating Filter:   Alert me  

Maven Reporting Implementation 2.0.4.2 Released

by Dennis Lundberg-2 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

The Maven team is pleased to announce the release of the Maven Reporting
Implementation, version 2.0.4.2

This shared component contains abstract classes to manage report generation.

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

You should specify the version in your project's dependency configuration:

<dependency>
 <groupId>org.apache.maven.reporting</groupId>
 <artifactId>maven-reporting-impl</artifactId>
 <version>2.0.4.2</version>
</dependency>


Release Notes - Maven Shared Components - Version maven-reporting-impl
2.0.4.2


** Improvement
    * [MSHARED-108] - Add an ASF-compliant source release assembly


** Task
    * [MSHARED-106] - Update to Doxia 1.0

Enjoy,

-The Maven team