You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Vincent Siveton <vs...@apache.org> on 2009/01/13 00:30:47 UTC

[ANN] Maven Stylus Skin 1.1 Released

The Maven team is pleased to announce the release of the Maven Site
Skin, version 1.1
http://maven.apache.org/skins/maven-stylus-skin

You should specify the version in your site.xml:

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

Release Notes - Maven Skins - Version stylus-1.1

** Task
    * [MSKINS-5] - Adds a privacy policy link as required by the board

Enjoy,

-The Maven team