You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2012/08/31 08:47:40 UTC

[ANN] Maven Fluido skin 1.3.0 Released

The Maven team is pleased to announce the release of the Maven Fluido
Skin, version 1.3.0

The Apache Maven Fluido Skin is an Apache Maven site skin built on top
of Twitter's bootstrap.

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

You should specify the version in site.xml:

<project>
...
  <skin>
    <groupId>org.apache.maven.skins</groupId>
    <artifactId>maven-fluido-skin</artifactId>
    <version>1.3.0</version>
  </skin>
...
</project>

Release Notes - Maven Skins - Version fluido-1.3.0

** Improvement
    * [MSKINS-56] - Incoherent doctype and content
    * [MSKINS-57] - '<?xml version="1.0" encoding="UTF-8"?>' in generated head
    * [MSKINS-59] - Submenu support on dropdowns
    * [MSKINS-61] - Add version to the produced css/js
    * [MSKINS-63] - Improve the sidebar layout

** Bug
    * [MSKINS-64] - Social buttons are not aligned when rendered in the sidebar
    * [MSKINS-66] - sidebar and content class configurable

** Task
    * [MSKINS-58] - upgrade to bootstrap 2.1.0
    * [MSKINS-60] - Include Glyphicons in the fluido distribution package
    * [MSKINS-62] - Update JQuery to 1.8.0

Have Fun!
--
The Maven team