You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/05/22 09:48:47 UTC

[maven-site] branch master updated: Maven Fluido Skin 1.11.0 released

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

hboutemy 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 7e107d71 Maven Fluido Skin 1.11.0 released
7e107d71 is described below

commit 7e107d71ce346ec9101a6b2315530df05867ce52
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun May 22 11:48:42 2022 +0200

    Maven Fluido Skin 1.11.0 released
---
 content/apt/skins/index.apt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/apt/skins/index.apt b/content/apt/skins/index.apt
index 78c0ab61..e1c16bbc 100644
--- a/content/apt/skins/index.apt
+++ b/content/apt/skins/index.apt
@@ -33,14 +33,14 @@ Available Skins
   The following table lists skins that are available for you to use in your
   Maven generated site.
 
-* Supported By The Maven Project
+* Maintained By The Maven Project
 
 *-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+
 || <<Skin>>                                                         || <<Version>> || Site Plugin Version || <<Description>> || <<Source Repository>> || <<Issue Tracking>>
 *-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+
 | {{{/skins/maven-default-skin/} <<<Maven Default Skin>>>}}         | 1.3          | [3.5,)               | You get this skin if you don't specify any skin or template. | {{{http://gitbox.apache.org/repos/asf/maven-default-skin/}GitBox}}/{{{https://github.com/apache/maven-default-skin/}GitHub}} | {{{https://issues.apache.org/jira/issues/?jql=project = MSKINS AND status != Closed AND component = "Default Skin"}JIRA}}
 *-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+
-| {{{/skins/maven-fluido-skin/} <<<Maven Fluido Skin>>>}}           | 1.10.0       | [3.7,)               | Skin based on Bootstrap CSS. | {{{http://gitbox.apache.org/repos/asf/maven-fluido-skin/}GitBox}} / {{{https://github.com/apache/maven-fluido-skin/}GitHub}} | {{{https://issues.apache.org/jira/issues/?jql=project = MSKINS AND status != Closed AND component = "Fluido+Skin"}JIRA}}
+| {{{/skins/maven-fluido-skin/} <<<Maven Fluido Skin>>>}}           | 1.11.0       | [3.7,)               | Skin based on Bootstrap CSS. | {{{http://gitbox.apache.org/repos/asf/maven-fluido-skin/}GitBox}} / {{{https://github.com/apache/maven-fluido-skin/}GitHub}} | {{{https://issues.apache.org/jira/issues/?jql=project = MSKINS AND status != Closed AND component = "Fluido+Skin"}JIRA}}
 *-------------------------------------------------------------------+--------------+----------------------+------------------+------------------------+--------------------+
 
 ** Retired
@@ -68,7 +68,7 @@ Available Skins
 * Instructions
 
   To use one of these skins in your project, you use the <<<skin>>> element of the
-  {{{https://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html}site descriptor}}.
+  {{{/plugins/maven-site-plugin/examples/sitedescriptor.html}site descriptor}}.
   This is a regular artifact or dependency-like element. For example, to use the
   Maven Fluido Skin, you would include the this in your <<<site.xml>>> file:
 
@@ -78,7 +78,7 @@ Available Skins
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.8</version>
+    <version>1.11.0</version>
   </skin>
   ...
 </project>