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-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new f1790e4  [MPOM-323] Upgrade fluido skin to 1.11.0
f1790e4 is described below

commit f1790e455abdba4d781257a192e9e9ec74cd7f06
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Fri Jun 10 22:56:43 2022 +0200

    [MPOM-323] Upgrade fluido skin to 1.11.0
---
 src/site-docs/site.xml | 34 +++++++++++++---------------------
 1 file changed, 13 insertions(+), 21 deletions(-)

diff --git a/src/site-docs/site.xml b/src/site-docs/site.xml
index 4cd49d5..2153941 100644
--- a/src/site-docs/site.xml
+++ b/src/site-docs/site.xml
@@ -36,9 +36,21 @@ under the License.
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.10.0</version>
+    <version>1.11.0</version>
   </skin>
 
+  <custom>
+    <matomo>
+      <siteId>3</siteId>
+      <url>https://analytics.apache.org/</url>
+      <options>
+        <disableCookies/>
+        <trackPageView/>
+        <enableLinkTracking/>
+      </options>
+    </matomo>
+  </custom>
+
   <edit>${project.scm.url}</edit>
 
   <publishDate position="right" />
@@ -53,26 +65,6 @@ under the License.
       <item name="ASF"    href="https://maven.apache.org/pom/asf/index.html"; />
     </breadcrumbs>
 
-    <head>
-      <![CDATA[<!-- Matomo -->
-<script>
-  var _paq = window._paq = window._paq || [];
-  /* tracker methods like "setCustomDimension" should be called before 
"trackPageView" */
-  /* We explicitly disable cookie tracking to avoid privacy issues */
-  _paq.push(['disableCookies']);
-  _paq.push(['trackPageView']);
-  _paq.push(['enableLinkTracking']);
-  (function() {
-    var u="//analytics.apache.org/";
-    _paq.push(['setTrackerUrl', u+'matomo.php']);
-    _paq.push(['setSiteId', '3']);
-    var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];
-    g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
-  })();
-</script>
-<!-- End Matomo Code -->]]>
-    </head>
-
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->

Reply via email to