The Apache Maven team is pleased to announce the release of the Maven
Fluido Skin, version 2.0.0-M11.
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>2.0.0-M11</version>
</skin>
Import: This release requires Maven Site Plugin 4.0.0-M11/Doxia
Sitetools 2.0.0-M12 to run
Release Notes - Maven Fluido Skin - Version 2.0.0-M11
** Bug
* [MSKINS-250] - bannerLeft/Right have external link decoration
when consisting only out of image
** Improvement
* [MSKINS-251] - Make image class optional
** Dependency upgrade
* [MSKINS-252] - Upgrade to Parent 43
Enjoy,
-The Apache Maven team