You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2010/11/25 19:37:29 UTC

[ANN] Maven Doxia Tools shared component 1.3 Released

The Maven team is pleased to announce the release of the Maven Doxia
Tools shared component, version 1.3

This component assists in using Doxia for site generation and report
creation.

http://maven.apache.org/shared/maven-doxia-tools/

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

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-doxia-tools</artifactId>
  <version>1.3</version>
</dependency>


Release Notes - Maven Shared Components - Version maven-doxia-tools 1.3

** Improvement
    * [MSHARED-158] - add GAV to information message "Parent project
loaded from repository"
    * [MSHARED-164] - Avoid needless resolution of local parent POM if
relativePath is empty

** Task
    * [MSHARED-156] - update maven-reporting-api dependency to 3.0
(decoupled from Maven Core)
    * [MSHARED-157] - upgrade source to java 5
    * [MSHARED-170] - Update to Doxia 1.1.4


Enjoy,

-The Maven team