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

michaelo pushed a commit to branch new-site-model
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit b9c5358e24d03c7731e80e5b5b199e5f816f42d1
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Tue Nov 5 10:17:17 2024 +0100

    [MSKINS-257] Use new site model in ITs
---
 src/it/mskins-10/src/site/site.xml                 |  6 ++--
 src/it/mskins-107/src/site/site.xml                |  6 ++--
 src/it/mskins-13/src/site/site.xml                 |  6 ++--
 src/it/mskins-14/src/site/site.xml                 |  6 ++--
 src/it/mskins-143_default/src/site/site.xml        |  6 ++--
 src/it/mskins-143_false/src/site/site.xml          |  6 ++--
 src/it/mskins-143_true/src/site/site.xml           |  6 ++--
 src/it/mskins-14_sitesearch/src/site/site.xml      |  6 ++--
 src/it/mskins-15/src/site/site.xml                 |  6 ++--
 src/it/mskins-16/src/site/site.xml                 | 22 +++++---------
 .../sidebar-fb-like-share/src/site/site.xml        |  8 ++---
 .../sidebar-fb-recommend-share/src/site/site.xml   |  8 ++---
 .../topbar-fb-like-share/src/site/site.xml         |  8 ++---
 .../topbar-fb-recommend-share/src/site/site.xml    |  8 ++---
 src/it/mskins-17/src/site/site.xml                 |  6 ++--
 src/it/mskins-174/src/site/site.xml                |  6 ++--
 .../mskins-177-apache-analytics/src/site/site.xml  |  6 ++--
 .../mskins-177-matomo-no-options/src/site/site.xml |  6 ++--
 src/it/mskins-21/src/site/site.xml                 |  6 ++--
 src/it/mskins-22/src/site/site.xml                 |  6 ++--
 src/it/mskins-222/src/site/site.xml                | 28 +++++++-----------
 .../src/site/site.xml                              |  6 ++--
 .../mskins-226-anchorjs-options/src/site/site.xml  |  6 ++--
 src/it/mskins-22_default/src/site/site.xml         |  6 ++--
 src/it/mskins-22_topbar/src/site/site.xml          |  6 ++--
 src/it/mskins-23/src/site/site.xml                 |  6 ++--
 src/it/mskins-24/src/site/site.xml                 |  6 ++--
 src/it/mskins-24_topbar/src/site/site.xml          |  6 ++--
 src/it/mskins-28/src/site/site.xml                 | 34 +++++++++++++++-------
 src/it/mskins-31/src/site/apt/site.xml             |  6 ++--
 src/it/mskins-31/src/site/site.xml                 |  6 ++--
 src/it/mskins-33/src/site/site.xml                 |  6 ++--
 src/it/mskins-33_topbar/src/site/site.xml          |  6 ++--
 src/it/mskins-41/src/site/site.xml                 |  6 ++--
 src/it/mskins-47/src/site/site.xml                 |  6 ++--
 src/it/mskins-72/src/site/site.xml                 |  6 ++--
 src/it/mskins-85/src/site/site.xml                 |  6 ++--
 src/it/sidebar/src/site/site.xml                   |  6 ++--
 src/it/topbar-inverse/src/site/site.xml            |  6 ++--
 src/it/topbar/src/site/site.xml                    |  6 ++--
 40 files changed, 155 insertions(+), 159 deletions(-)

diff --git a/src/it/mskins-10/src/site/site.xml 
b/src/it/mskins-10/src/site/site.xml
index 3660fe4..bee6bfc 100644
--- a/src/it/mskins-10/src/site/site.xml
+++ b/src/it/mskins-10/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -48,4 +48,4 @@
     
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-107/src/site/site.xml 
b/src/it/mskins-107/src/site/site.xml
index ac36fb8..477832d 100644
--- a/src/it/mskins-107/src/site/site.xml
+++ b/src/it/mskins-107/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -37,4 +37,4 @@
       <item name="Maven Fluido Skin ITs"  
href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html"; />
     </breadcrumbs>
   </body>
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-13/src/site/site.xml 
b/src/it/mskins-13/src/site/site.xml
index b2277c4..26d83f7 100644
--- a/src/it/mskins-13/src/site/site.xml
+++ b/src/it/mskins-13/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -50,4 +50,4 @@
     </menu>
   </body>
 
-</project>
+</site>
diff --git a/src/it/mskins-14/src/site/site.xml 
b/src/it/mskins-14/src/site/site.xml
index 85de369..5fc6bed 100644
--- a/src/it/mskins-14/src/site/site.xml
+++ b/src/it/mskins-14/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -43,4 +43,4 @@
       <item name="Maven Fluido Skin ITs"  
href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html"; />
     </breadcrumbs>
   </body>
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-143_default/src/site/site.xml 
b/src/it/mskins-143_default/src/site/site.xml
index 71c92cc..ed5d2de 100644
--- a/src/it/mskins-143_default/src/site/site.xml
+++ b/src/it/mskins-143_default/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -48,4 +48,4 @@
   </custom>
   <!-- END SNIPPET: skin-custom-config -->
 
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-143_false/src/site/site.xml 
b/src/it/mskins-143_false/src/site/site.xml
index e4f518e..c937ac5 100644
--- a/src/it/mskins-143_false/src/site/site.xml
+++ b/src/it/mskins-143_false/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -50,4 +50,4 @@
     </breadcrumbs>
   </body>
 
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-143_true/src/site/site.xml 
b/src/it/mskins-143_true/src/site/site.xml
index e7054dc..c83c3a9 100644
--- a/src/it/mskins-143_true/src/site/site.xml
+++ b/src/it/mskins-143_true/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -50,4 +50,4 @@
     </breadcrumbs>
   </body>
 
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-14_sitesearch/src/site/site.xml 
b/src/it/mskins-14_sitesearch/src/site/site.xml
index 02ba09a..44b1540 100644
--- a/src/it/mskins-14_sitesearch/src/site/site.xml
+++ b/src/it/mskins-14_sitesearch/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -45,4 +45,4 @@
       <item name="Maven Fluido Skin ITs"  
href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html"; />
     </breadcrumbs>
   </body>
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-15/src/site/site.xml 
b/src/it/mskins-15/src/site/site.xml
index 8f621d8..2dbccdc 100644
--- a/src/it/mskins-15/src/site/site.xml
+++ b/src/it/mskins-15/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -48,4 +48,4 @@
       <item name="Twitter Bootstrap" 
href="http://twitter.github.com/bootstrap/"/>
     </links>
   </body>
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-16/src/site/site.xml 
b/src/it/mskins-16/src/site/site.xml
index 5132b93..ffc8d69 100644
--- a/src/it/mskins-16/src/site/site.xml
+++ b/src/it/mskins-16/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -31,20 +31,12 @@
     <version>${skinVersion}</version>
   </skin>
 
-  <bannerLeft>
-    <href>http://www.apache.org</href>
-    <border>0</border>
-    <width>473px</width>
-    <height>93px</height>
-    <src>images/apache-maven-project-2.png</src>
+  <bannerLeft href="http://www.apache.org";>
+    <image src="images/apache-maven-project-2.png" width="473px" height="93px" 
style="border: 0" />
   </bannerLeft>
 
-  <bannerRight>
-    <href>http://maven.apache.org</href>
-    <border>1</border>
-    <width>473px</width>
-    <height>93px</height>
-    <src>images/apache-maven-project-2.png</src>
+  <bannerRight href="http://www.apache.org";>
+    <image src="images/apache-maven-project-2.png" width="473px" height="93px" 
style="border: 1" />
   </bannerRight>
 
   <body>
@@ -53,4 +45,4 @@
       <item name="Maven Fluido Skin ITs"  
href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html"; />
     </breadcrumbs>
   </body>
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-161/sidebar-fb-like-share/src/site/site.xml 
b/src/it/mskins-161/sidebar-fb-like-share/src/site/site.xml
index 384ce4b..c04f0f8 100644
--- a/src/it/mskins-161/sidebar-fb-like-share/src/site/site.xml
+++ b/src/it/mskins-161/sidebar-fb-like-share/src/site/site.xml
@@ -21,9 +21,9 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
-         name="${skinName}">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
+  name="${skinName}">
 
   <skin>
     <groupId>${skinGroupId}</groupId>
@@ -44,4 +44,4 @@
   <publishDate format="yyyy-MM-dd" position="right"/>
   <version position="right"/>
 
-</project>
+</site>
diff --git a/src/it/mskins-161/sidebar-fb-recommend-share/src/site/site.xml 
b/src/it/mskins-161/sidebar-fb-recommend-share/src/site/site.xml
index 5cd9959..85cc258 100644
--- a/src/it/mskins-161/sidebar-fb-recommend-share/src/site/site.xml
+++ b/src/it/mskins-161/sidebar-fb-recommend-share/src/site/site.xml
@@ -21,9 +21,9 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
-         name="${skinName}">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
+  name="${skinName}">
 
   <skin>
     <groupId>${skinGroupId}</groupId>
@@ -46,4 +46,4 @@
   <publishDate format="yyyy-MM-dd" position="right"/>
   <version position="right"/>
 
-</project>
+</site>
diff --git a/src/it/mskins-161/topbar-fb-like-share/src/site/site.xml 
b/src/it/mskins-161/topbar-fb-like-share/src/site/site.xml
index 4d253fd..d17af4a 100644
--- a/src/it/mskins-161/topbar-fb-like-share/src/site/site.xml
+++ b/src/it/mskins-161/topbar-fb-like-share/src/site/site.xml
@@ -21,9 +21,9 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
-         name="${skinName}">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
+  name="${skinName}">
 
   <skin>
     <groupId>${skinGroupId}</groupId>
@@ -46,4 +46,4 @@
   <publishDate format="yyyy-MM-dd" position="right"/>
   <version position="right"/>
 
-</project>
+</site>
diff --git a/src/it/mskins-161/topbar-fb-recommend-share/src/site/site.xml 
b/src/it/mskins-161/topbar-fb-recommend-share/src/site/site.xml
index 7872e1a..8e7ff1d 100644
--- a/src/it/mskins-161/topbar-fb-recommend-share/src/site/site.xml
+++ b/src/it/mskins-161/topbar-fb-recommend-share/src/site/site.xml
@@ -21,9 +21,9 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
-         name="${skinName}">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
+  name="${skinName}">
 
   <skin>
     <groupId>${skinGroupId}</groupId>
@@ -47,4 +47,4 @@
   <publishDate format="yyyy-MM-dd" position="right"/>
   <version position="right"/>
 
-</project>
+</site>
diff --git a/src/it/mskins-17/src/site/site.xml 
b/src/it/mskins-17/src/site/site.xml
index d3c994f..384b20a 100644
--- a/src/it/mskins-17/src/site/site.xml
+++ b/src/it/mskins-17/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -39,4 +39,4 @@
       <item name="Maven Fluido Skin ITs"  
href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html"; />
     </breadcrumbs>
   </body>
-</project>
+</site>
diff --git a/src/it/mskins-174/src/site/site.xml 
b/src/it/mskins-174/src/site/site.xml
index ee1ed51..577663c 100644
--- a/src/it/mskins-174/src/site/site.xml
+++ b/src/it/mskins-174/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <publishDate position="none" />
@@ -34,4 +34,4 @@
     <version>${skinVersion}</version>
   </skin>
 
-</project>
+</site>
diff --git a/src/it/mskins-177-apache-analytics/src/site/site.xml 
b/src/it/mskins-177-apache-analytics/src/site/site.xml
index e7269aa..2f44af7 100644
--- a/src/it/mskins-177-apache-analytics/src/site/site.xml
+++ b/src/it/mskins-177-apache-analytics/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -54,4 +54,4 @@
     <head/>
   </body>
 
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-177-matomo-no-options/src/site/site.xml 
b/src/it/mskins-177-matomo-no-options/src/site/site.xml
index bd8bee5..1129589 100644
--- a/src/it/mskins-177-matomo-no-options/src/site/site.xml
+++ b/src/it/mskins-177-matomo-no-options/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -48,4 +48,4 @@
     <head/>
   </body>
 
-</project>
+</site>
diff --git a/src/it/mskins-21/src/site/site.xml 
b/src/it/mskins-21/src/site/site.xml
index 266876d..29b241f 100644
--- a/src/it/mskins-21/src/site/site.xml
+++ b/src/it/mskins-21/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -49,4 +49,4 @@
 
   </body>
 
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-22/src/site/site.xml 
b/src/it/mskins-22/src/site/site.xml
index 3bc903b..15eec8a 100644
--- a/src/it/mskins-22/src/site/site.xml
+++ b/src/it/mskins-22/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -60,4 +60,4 @@
 
   </body>
 
-</project>
+</site>
diff --git a/src/it/mskins-222/src/site/site.xml 
b/src/it/mskins-222/src/site/site.xml
index bcc1f40..c85f4bd 100644
--- a/src/it/mskins-222/src/site/site.xml
+++ b/src/it/mskins-222/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -31,32 +31,24 @@
     <version>${skinVersion}</version>
   </skin>
 
-  <bannerLeft>
-    <name>Banner &quot;left&quot; &lt;name&gt;</name>
-    <alt>Banner &quot;left&quot; &lt;alt&gt;</alt>
-    <title>Banner &quot;left&quot; &lt;title&gt;</title>
-  </bannerLeft>
-  <bannerRight>
-    <name>Banner &quot;right&quot; &lt;name&gt;</name>
-    <alt>Banner &quot;right&quot; &lt;alt&gt;</alt>
-    <title>Banner &quot;right&quot; &lt;title&gt;</title>
-  </bannerRight>
+  <bannerLeft name="Banner &quot;left&quot; &lt;name&gt;" />
+  <bannerRight name="Banner &quot;right&quot; &lt;name&gt;" />
 
   <poweredBy>
-    <logo name="&lt;Powered by&gt; &quot;logo&quot; &apos;@name&apos;" 
alt="&lt;Powered by&gt; &quot;logo&quot; &apos;@alt&apos;" title="&lt;Powered 
by&gt; &quot;logo&quot; &apos;@title&apos;" />
+    <logo name="&lt;Powered by&gt; &quot;logo&quot; &apos;@name&apos;" />
   </poweredBy>
 
   <body>
     <links>
-      <item name="&lt;Links&gt; &quot;item&quot; &apos;@name&apos;" 
alt="&lt;Links&gt; &quot;item&quot; &apos;@alt&apos;" title="&lt;Links&gt; 
&quot;item&quot; &apos;@title&apos;" />
+      <item name="&lt;Links&gt; &quot;item&quot; &apos;@name&apos;" />
     </links>
     <breadcrumbs>
-      <item name="&lt;Breadcrumbs&gt; &quot;item&quot; &apos;@name&apos;" 
alt="&lt;Breadcrumbs&gt; &quot;item&quot; &apos;@alt&apos;" 
title="&lt;Breadcrumbs&gt; &quot;item&quot; &apos;@title&apos;" />
+      <item name="&lt;Breadcrumbs&gt; &quot;item&quot; &apos;@name&apos;" />
    </breadcrumbs>
 
-    <menu name="&lt;Menu&gt; &apos;@name&apos;" alt="&lt;Menu&gt; 
&apos;@alt&apos;" title="&lt;Menu&gt; &apos;@title&apos;">
-      <item name="&lt;Menu&gt; &quot;item&quot; &apos;@name&apos;" 
alt="&lt;Menu&gt; &quot;item&quot; &apos;@alt&apos;" title="&lt;Menu&gt; 
&quot;item&quot; &apos;@title&apos;" />
+    <menu name="&lt;Menu&gt; &apos;@name&apos;">
+      <item name="&lt;Menu&gt; &quot;item&quot; &apos;@name&apos;" />
     </menu>
   </body>
 
-</project>
+</site>
diff --git a/src/it/mskins-226-anchorjs-no-options/src/site/site.xml 
b/src/it/mskins-226-anchorjs-no-options/src/site/site.xml
index 9d23020..2b4384d 100644
--- a/src/it/mskins-226-anchorjs-no-options/src/site/site.xml
+++ b/src/it/mskins-226-anchorjs-no-options/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -47,4 +47,4 @@
     <head/>
   </body>
 
-</project>
+</site>
diff --git a/src/it/mskins-226-anchorjs-options/src/site/site.xml 
b/src/it/mskins-226-anchorjs-options/src/site/site.xml
index f50b607..2226736 100644
--- a/src/it/mskins-226-anchorjs-options/src/site/site.xml
+++ b/src/it/mskins-226-anchorjs-options/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -53,4 +53,4 @@
     <head/>
   </body>
 
-</project>
+</site>
diff --git a/src/it/mskins-22_default/src/site/site.xml 
b/src/it/mskins-22_default/src/site/site.xml
index 5f2aa43..0bfa7ef 100644
--- a/src/it/mskins-22_default/src/site/site.xml
+++ b/src/it/mskins-22_default/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -58,4 +58,4 @@
 
   </body>
 
-</project>
+</site>
diff --git a/src/it/mskins-22_topbar/src/site/site.xml 
b/src/it/mskins-22_topbar/src/site/site.xml
index 3b286db..7cbb58e 100644
--- a/src/it/mskins-22_topbar/src/site/site.xml
+++ b/src/it/mskins-22_topbar/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -62,4 +62,4 @@
 
   </body>
 
-</project>
+</site>
diff --git a/src/it/mskins-23/src/site/site.xml 
b/src/it/mskins-23/src/site/site.xml
index 5b92ca4..a0bf879 100644
--- a/src/it/mskins-23/src/site/site.xml
+++ b/src/it/mskins-23/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -56,4 +56,4 @@
 
   </body>
 
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-24/src/site/site.xml 
b/src/it/mskins-24/src/site/site.xml
index 63554af..e0ebd07 100644
--- a/src/it/mskins-24/src/site/site.xml
+++ b/src/it/mskins-24/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -60,4 +60,4 @@
 
   </body>
 
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-24_topbar/src/site/site.xml 
b/src/it/mskins-24_topbar/src/site/site.xml
index 670577f..a4d3b82 100644
--- a/src/it/mskins-24_topbar/src/site/site.xml
+++ b/src/it/mskins-24_topbar/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -62,4 +62,4 @@
 
   </body>
 
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/mskins-28/src/site/site.xml 
b/src/it/mskins-28/src/site/site.xml
index 6d79639..af64a88 100644
--- a/src/it/mskins-28/src/site/site.xml
+++ b/src/it/mskins-28/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -33,8 +33,8 @@
 
   <body>
     <breadcrumbs>
-      <item name="Apache Maven Fluido Skin"  
href="https://maven.apache.org/skins/maven-fluido-skin/index.html"; />
-      <item name="Maven Fluido Skin ITs"  
href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html"; />
+      <item name="Apache Maven Fluido Skin" 
href="https://maven.apache.org/skins/maven-fluido-skin/index.html"; />
+      <item name="Maven Fluido Skin ITs" 
href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html"; />
     </breadcrumbs>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -43,16 +43,28 @@
 
   <!-- START SNIPPET: skin-custom-config -->
   <poweredBy>
-    <logo name="First Logo" alt="First Logo" 
img="./images/logos/maven-feather.png" href="http://maven.apache.org/"/>
+    <logo name="First Logo" href="http://maven.apache.org/";>
+      <image src="./images/logos/maven-feather.png" alt="First Logo" />
+    </logo>
     <!-- Second logo is wider than the sidebar -->
-    <logo name="Second Logo" alt="Second Logo" width="500px" 
img="./images/logos/maven-feather.png" href="http://maven.apache.org/"/>
+    <logo name="Second Logo" href="http://maven.apache.org/";>
+      <image src="./images/logos/maven-feather.png" width="500px" alt="Second 
Logo" />
+    </logo>
     <!-- Third and forth logo fit next to eachother in the sidebar -->
-    <logo name="Third Logo" alt="Third Logo" 
img="./images/logos/maven-feather.png" href="http://maven.apache.org/"/>
-    <logo name="Fourth Logo" alt="Fourth Logo" 
img="./images/logos/maven-feather.png" href="http://maven.apache.org/"/>
-    <logo name="Fifth Logo" alt="Fifth Logo" 
img="./images/logos/maven-feather.png" href="http://maven.apache.org/"/>
-    <logo name="Sixth Logo" alt="Sixth Logo" 
img="./images/logos/maven-feather.png"/>
+    <logo name="Third Logo" href="http://maven.apache.org/";>
+      <image src="./images/logos/maven-feather.png" alt="Third Logo" />
+    </logo>
+    <logo name="Fourth Logo" href="http://maven.apache.org/";>
+      <image src="./images/logos/maven-feather.png" alt="Fourth Logo" />
+    </logo>
+    <logo name="Fifth Logo" href="http://maven.apache.org/";>
+      <image src="./images/logos/maven-feather.png" alt="Fifth Logo" />
+    </logo>
+    <logo name="Sixth Logo" href="http://maven.apache.org/";>
+      <image src="./images/logos/maven-feather.png" />
+    </logo>
     <logo name="Seventh Logo"/>
   </poweredBy>
   <!-- END SNIPPET: skin-custom-config -->
 
-</project>
+</site>
diff --git a/src/it/mskins-31/src/site/apt/site.xml 
b/src/it/mskins-31/src/site/apt/site.xml
index 244831f..4d7b22d 100644
--- a/src/it/mskins-31/src/site/apt/site.xml
+++ b/src/it/mskins-31/src/site/apt/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -34,4 +34,4 @@
   <publishDate format="yyyy-MM-dd" position="right" />
   <version position="right" />
 
-</project>
+</site>
diff --git a/src/it/mskins-31/src/site/site.xml 
b/src/it/mskins-31/src/site/site.xml
index d8174d3..477832d 100644
--- a/src/it/mskins-31/src/site/site.xml
+++ b/src/it/mskins-31/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -37,4 +37,4 @@
       <item name="Maven Fluido Skin ITs"  
href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html"; />
     </breadcrumbs>
   </body>
-</project>
+</site>
diff --git a/src/it/mskins-33/src/site/site.xml 
b/src/it/mskins-33/src/site/site.xml
index 132afa6..707f432 100644
--- a/src/it/mskins-33/src/site/site.xml
+++ b/src/it/mskins-33/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -48,4 +48,4 @@
       <item name="Maven Fluido Skin ITs"  
href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html"; />
     </breadcrumbs>
   </body>
-</project>
+</site>
diff --git a/src/it/mskins-33_topbar/src/site/site.xml 
b/src/it/mskins-33_topbar/src/site/site.xml
index 8c54a03..2a490f7 100644
--- a/src/it/mskins-33_topbar/src/site/site.xml
+++ b/src/it/mskins-33_topbar/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -50,4 +50,4 @@
       <item name="Maven Fluido Skin ITs"  
href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html"; />
     </breadcrumbs>
   </body>
-</project>
+</site>
diff --git a/src/it/mskins-41/src/site/site.xml 
b/src/it/mskins-41/src/site/site.xml
index 11cde41..5ee81a4 100644
--- a/src/it/mskins-41/src/site/site.xml
+++ b/src/it/mskins-41/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -48,4 +48,4 @@
     </menu>
   </body>
 
-</project>
+</site>
diff --git a/src/it/mskins-47/src/site/site.xml 
b/src/it/mskins-47/src/site/site.xml
index a7a63a1..dde448f 100644
--- a/src/it/mskins-47/src/site/site.xml
+++ b/src/it/mskins-47/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -37,4 +37,4 @@
       <item name="Maven Fluido Skin ITs"  
href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html"; />
     </breadcrumbs>
   </body>
-</project>
+</site>
diff --git a/src/it/mskins-72/src/site/site.xml 
b/src/it/mskins-72/src/site/site.xml
index e9d31de..5d8c1d3 100644
--- a/src/it/mskins-72/src/site/site.xml
+++ b/src/it/mskins-72/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -48,4 +48,4 @@
       <item name="Maven Fluido Skin ITs"  
href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html"; />
     </breadcrumbs>
   </body>
-</project>
+</site>
diff --git a/src/it/mskins-85/src/site/site.xml 
b/src/it/mskins-85/src/site/site.xml
index 6f4117a..91f86f2 100644
--- a/src/it/mskins-85/src/site/site.xml
+++ b/src/it/mskins-85/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -49,4 +49,4 @@
       <item name="Maven Fluido Skin ITs"  
href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html"; />
     </breadcrumbs>
   </body>
-</project>
+</site>
diff --git a/src/it/sidebar/src/site/site.xml b/src/it/sidebar/src/site/site.xml
index 8f8d0d0..dce1711 100644
--- a/src/it/sidebar/src/site/site.xml
+++ b/src/it/sidebar/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -57,4 +57,4 @@
 
   </body>
 
-</project>
\ No newline at end of file
+</site>
diff --git a/src/it/topbar-inverse/src/site/site.xml 
b/src/it/topbar-inverse/src/site/site.xml
index 68bbae3..26a2563 100644
--- a/src/it/topbar-inverse/src/site/site.xml
+++ b/src/it/topbar-inverse/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -76,4 +76,4 @@
 
   </body>
 
-</project>
+</site>
diff --git a/src/it/topbar/src/site/site.xml b/src/it/topbar/src/site/site.xml
index 9297fa0..ed2cfc2 100644
--- a/src/it/topbar/src/site/site.xml
+++ b/src/it/topbar/src/site/site.xml
@@ -21,8 +21,8 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
   name="${skinName}">
 
   <skin>
@@ -76,4 +76,4 @@
 
   </body>
 
-</project>
+</site>


Reply via email to