The Apache Maven team is pleased to announce the release of the Maven
Fluido Skin, version 1.11.2.
https://maven.apache.org/skins/maven-fluido-skin/
You should specify the version in your project's site configuration:
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.11.2</version>
</skin>
Release Notes - Maven Fluido Skin - Version 1.11.2
** Bug
* [MSKINS-197] - CSS never applied to <p> and <dt> in section elements
* [MSKINS-198] - Don't apply font size for <code /> in heading elements
* [MSKINS-204] - Make MSKINS-76 ITs more tolerant
* [MSKINS-205] - CSS shall only apply to <p> and <dt> if they are
immediate children of <section>
** Improvement
* [MSKINS-206] - Apply CSS margins to tables as well
** Task
* [MSKINS-208] - Limit usage of skin to Doxia (Sitetools) 1.x only
Enjoy,
-The Apache Maven team