use reflow version just released and working with recent version maven-site-plugin

Signed-off-by: Olivier Lamy <olamy@apache.org>
diff --git a/pom.xml b/pom.xml
index 09c9296..1da9fd7 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 a7e1d5a..aea3f3a 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 a36e3a1..1ed5e1f 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/"/>