This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 266736a8 Fix default Fluido Skin version
266736a8 is described below

commit 266736a8964e6df7029d984aa5489c4449bc1226
Author: Gerd Aschemann <g...@aschemann.net>
AuthorDate: Sat Mar 15 12:12:15 2025 +0100

    Fix default Fluido Skin version
    
    The latest version of Fluido Skin is 2.1.0.
    The old version in the Site leads to build warnings
    (even tagged as errors in the Maven output).
    
    This was found in the course of 
support-and-change/maven-support-and-change#77
---
 content/apt/skins/index.apt | 2 +-
 pom.xml                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/apt/skins/index.apt b/content/apt/skins/index.apt
index 21d6ebfb..d921a738 100644
--- a/content/apt/skins/index.apt
+++ b/content/apt/skins/index.apt
@@ -41,7 +41,7 @@ Available Skins
 
*-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+
 || <<Skin>>                                                         || 
<<Version>> || Site Plugin Version || <<Description>> || <<Source Repository>> 
|| <<Issue Tracking>>
 
*-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+
-| {{{/skins/maven-fluido-skin/} <<<Maven Fluido Skin>>>}}           | 2.0.1    
    | [3.21.0,)            | Skin based on Bootstrap CSS. | 
{{{http://gitbox.apache.org/repos/asf/maven-fluido-skin.git}Git}} / 
{{{https://github.com/apache/maven-fluido-skin/}GitHub}} | 
{{{https://github.com/apache/maven-fluido-skin/issues}GitHub Issues}}
+| {{{/skins/maven-fluido-skin/} <<<Maven Fluido Skin>>>}}           | 2.1.0    
    | [3.21.0,)            | Skin based on Bootstrap CSS. | 
{{{http://gitbox.apache.org/repos/asf/maven-fluido-skin.git}Git}} / 
{{{https://github.com/apache/maven-fluido-skin/}GitHub}} | 
{{{https://github.com/apache/maven-fluido-skin/issues}GitHub Issues}}
 
*-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+
 | {{{/skins/maven-fluido-skin/} <<<Maven Fluido Skin>>>}}           | 1.12.0   
    | [3.10.0,3.20.0)      | Skin based on Bootstrap CSS. | 
{{{http://gitbox.apache.org/repos/asf/maven-fluido-skin.git/}Git}} / 
{{{https://github.com/apache/maven-fluido-skin/}GitHub}} | 
{{{https://github.com/apache/maven-fluido-skin/issues}GitHub Issues}}
 
*-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+
diff --git a/pom.xml b/pom.xml
index 6b652cbc..292928f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
     <javaVersion>17</javaVersion>
     <siteDirectory>${project.basedir}/content</siteDirectory>
     <!-- used by src/xdoc/errors/404.xml.vm as well -->
-    <version.maven-fluido-skin>2.0.1</version.maven-fluido-skin>
+    <version.maven-fluido-skin>2.1.0</version.maven-fluido-skin>
     <version.plantuml-maven-plugin>0.4</version.plantuml-maven-plugin>
     <!-- required by plantuml-m-p 0.3 -->
     <minimalJavaBuildVersion>17</minimalJavaBuildVersion>

Reply via email to