You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Hervé Boutemy <hb...@apache.org> on 2010/03/22 22:08:24 UTC

[ANN] Maven Skins parent version 5 and Maven Stylus Skin version 1.2 Released

The Maven team is pleased to announce the release of Maven Skins parent 
version 5 and Maven Stylus Skin version 1.2.

http://maven.apache.org/skins/maven-stylus-skin/

You should specify the version in your project's site.xml configuration:

<project>
  ...
  <skin>
    <groupId>org.apache.maven.skins</groupId>
    <artifactId>maven-stylus-skin</artifactId>
    <version>1.2</version>
  </skin>
  ...
</project>

Release Notes - Maven Stylus Skin - Version 1.2

** Improvement
    * [MSKINS-6] - add background color change on table row hover

** Task
    * [MSKINS-8] - Merge Doxia 1.1.2 changes

Enjoy,

-The Maven team