You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Michael Osipov <mi...@apache.org> on 2023/04/29 19:16:28 UTC

[ANN] Maven Fluido Skin 2.0.0-M6 released

The Apache Maven team is pleased to announce the release of the Maven 
Fluido Skin, version 2.0.0-M6.

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-M6</version>
</skin>

Import: This release requires Maven Site Plugin 4.0.0-M6/Doxia Sitetools 
2.0.0-M6 to run

Release Notes - Maven Fluido Skin - Version 2.0.0-M6

** Bug
     * [MSKINS-222] - Template does not properly escape reserved XML chars
     * [MSKINS-224] - Ampersand gets un-escaped in menu item

** Dependency upgrade
     * [MSKINS-216] - Fix issue with missing dependency to plexus-utils 
in minify-maven-plugin and Maven 3.9.x
     * [MSKINS-225] - Upgrade to Doxia Sitetools 2.0.0-M7
     * [MSKINS-227] - Upgrade to AnchorJS 4.3.1


Enjoy,

-The Apache Maven team