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/01/15 15:22:04 UTC

[ANN] Maven Fluido Skin 2.0.0-M2 released

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

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


Release Notes - Maven Fluido Skin - Version 2.0.0-M2

** 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>
     * [MSKINS-207] - Fix CSS class replacement with change caused in 
DOXIA-674

** New Feature
     * [MSKINS-202] - Support Maven report standalone mode

** Improvement
     * [MSKINS-206] - Apply CSS margins to tables as well

** Task
     * [MSKINS-200] - Remove deprecated Piwik integration
     * [MSKINS-201] - Replace deprecated 
DecorationModel#getGoogleAnalyticsAccountId() with custom value

** Dependency upgrade
     * [MSKINS-199] - Upgrade to Doxia Sitetools to 2.0.0-M4


Enjoy,

-The Apache Maven team