The Apache Maven team is pleased to announce the release of the Maven
Fluido Skin, version 2.0.0-M9.
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-M9</version>
</skin>
Import: This release requires Maven Site Plugin 4.0.0-M10/Doxia
Sitetools 2.0.0-M12 to run
Release Notes - Maven Fluido Skin - Version 2.0.0-M9
** Bug
* [MSKINS-239] - Remove support for defunct Flattr site
* [MSKINS-245] - Maven Site 4 will break code highlight of site
generated by Markdown
** Dependency upgrade
* [MSKINS-243] - Update to Skin Parent POM 41
* [MSKINS-246] - Upgrade plugins and components (in ITs)
* [MSKINS-247] - Upgrade to Parent 42
Enjoy,
-The Apache Maven team