You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/10/12 11:27:11 UTC

[maven-site] branch master updated: Upgrade Fluido Skin from 1.7 to 1.8

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

slachiewicz 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 894f8ae  Upgrade Fluido Skin from 1.7 to 1.8
894f8ae is described below

commit 894f8ae76603501506b29671aed8145f8323e790
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Oct 12 13:24:52 2019 +0200

    Upgrade Fluido Skin from 1.7 to 1.8
    
    - by default anonymize client IP for Google Analytics
---
 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 ce30627..ad4af37 100644
--- a/content/apt/skins/index.apt
+++ b/content/apt/skins/index.apt
@@ -78,7 +78,7 @@ Available Skins
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.7</version>
+    <version>1.8</version>
   </skin>
   ...
 </project>
diff --git a/pom.xml b/pom.xml
index 2d64a34..9ff1817 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <versions2x>2.2.1,2.2.0,2.1.0,2.0.11,2.0.10,2.0.9,2.0.8,2.0.7,2.0.6,2.0.5,2.0.4,2.0.3,2.0.2,2.0.1,2.0</versions2x>
     <versions3x>3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
     <site.output>${project.build.directory}/site</site.output>
-    <fluidoVersion>1.7</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm -->
+    <fluidoVersion>1.8</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm -->
     <doxiaVersion>1.9</doxiaVersion>
     <doxiaToolsVersion>1.9.1</doxiaToolsVersion>
   </properties>