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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new b09f94a8f use reflow version just released and working with recent 
version maven-site-plugin
b09f94a8f is described below

commit b09f94a8ffa0a89fe1ba4d2ad67b4cda9b3e04fe
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Apr 25 18:02:49 2022 +1000

    use reflow version just released and working with recent version 
maven-site-plugin
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 pom.xml                   |  2 +-
 website/pom.xml           |  4 ++--
 website/src/site/site.xml | 39 ++++++++++++++-------------------------
 3 files changed, 17 insertions(+), 28 deletions(-)

diff --git a/pom.xml b/pom.xml
index 09c92962d..1da9fd70d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -641,7 +641,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.8.2</version>
+        <version>3.11.0</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
diff --git a/website/pom.xml b/website/pom.xml
index a7e1d5afd..aea3f3a32 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -78,9 +78,9 @@
         <version>3.11.0</version>
         <dependencies>
           <dependency>
-            <groupId>lt.velykis.maven.skins</groupId>
+            <groupId>io.github.olamy.maven.skins</groupId>
             <artifactId>reflow-velocity-tools</artifactId>
-            <version>1.1.1</version>
+            <version>2.0.0</version>
           </dependency>
         </dependencies>
       </plugin>
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index a36e3a1d1..1ed5e1f9e 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -30,35 +30,24 @@
   <publishDate position="none"/>
   <version position="none"/>
 
-<!--  <skin>-->
-<!--    <groupId>lt.velykis.maven.skins</groupId>-->
-<!--    <artifactId>reflow-maven-skin</artifactId>-->
-<!--    <version>1.1.1</version>-->
-<!--  </skin>-->
-
   <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.11.0-SNAPSHOT</version>
+    <groupId>io.github.olamy.maven.skins</groupId>
+    <artifactId>reflow-maven-skin</artifactId>
+    <version>2.0.0</version>
   </skin>
 
+<!--  <skin>-->
+<!--    <groupId>org.apache.maven.skins</groupId>-->
+<!--    <artifactId>maven-fluido-skin</artifactId>-->
+<!--    <version>1.11.0-SNAPSHOT</version>-->
+<!--  </skin>-->
+
   <body>
-    <head><![CDATA[
-      <script type="text/javascript">
-
-        var _gaq = _gaq || [];
-        _gaq.push(['_setAccount', 'UA-3211522-12']);
-        _gaq.push(['_trackPageview']);
-
-        (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-        })();
-
-      </script>
-    ]]>
-    </head>
+
+
+
+    <googleAnalyticsAccountId>UA-3211522-12</googleAnalyticsAccountId>
+
 
     <breadcrumbs position="left">
       <item name="Apache Helix" href="http://helix.apache.org/"/>

Reply via email to