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


The following commit(s) were added to refs/heads/master by this push:
     new 417c5c3  Update site descriptor to 2.0
417c5c3 is described below

commit 417c5c3860720eaacbf5715060d8acf3de119c4d
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Thu Feb 13 22:04:57 2025 +0100

    Update site descriptor to 2.0
---
 docs/doxia-tools/src/site/site.xml             | 19 ++++----
 docs/maven-extensions/src/site/site.xml        | 19 ++++----
 docs/maven-plugins/src/site/site.xml           | 18 +++----
 docs/maven-shared-components/src/site/site.xml | 18 +++----
 docs/maven-skins/src/site/site.xml             | 18 +++----
 docs/src/site/site.xml                         | 16 +++----
 doxia-tools/src/site/site.xml                  | 11 ++---
 maven-extensions/src/site/site.xml             |  6 +--
 maven-plugins/src/site/site.xml                |  7 ++-
 maven-shared-components/src/site/site.xml      |  6 +--
 maven-skins/src/site/site.xml                  |  6 +--
 src/site/site.xml                              | 66 +++++++++++++-------------
 12 files changed, 101 insertions(+), 109 deletions(-)

diff --git a/docs/doxia-tools/src/site/site.xml 
b/docs/doxia-tools/src/site/site.xml
index 26c9b0f..d1d850d 100644
--- a/docs/doxia-tools/src/site/site.xml
+++ b/docs/doxia-tools/src/site/site.xml
@@ -19,9 +19,8 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 
http://maven.apache.org/xsd/decoration-1.8.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";>
   <body>
     <breadcrumbs>
       <item name="Maven" href="https://maven.apache.org/pom/maven/index.html"; 
/>
@@ -29,13 +28,13 @@ under the License.
     </breadcrumbs>
 
     <menu name="Maven Parent POMs">
-      <item name="Maven" href="../index.html"/>
-      <item name="Plugins" href="../maven-plugins/index.html"/>
-      <item name="Extensions" href="../maven-extensions/index.html"/>
-      <item name="Shared Components" 
href="../maven-shared-components/index.html"/>
-      <item name="Skins" href="../maven-skins/index.html"/>
-      <item name="Doxia Tools" href="index.html"/>
+      <item name="Maven" href="../index.html" />
+      <item name="Plugins" href="../maven-plugins/index.html" />
+      <item name="Extensions" href="../maven-extensions/index.html" />
+      <item name="Shared Components" 
href="../maven-shared-components/index.html" />
+      <item name="Skins" href="../maven-skins/index.html" />
+      <item name="Doxia Tools" href="index.html" />
     </menu>
 
   </body>
-</project>
+</site>
diff --git a/docs/maven-extensions/src/site/site.xml 
b/docs/maven-extensions/src/site/site.xml
index 41b0182..c7230f9 100644
--- a/docs/maven-extensions/src/site/site.xml
+++ b/docs/maven-extensions/src/site/site.xml
@@ -19,9 +19,8 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 
http://maven.apache.org/xsd/decoration-1.8.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";>
   <body>
     <breadcrumbs>
       <item name="Maven" href="https://maven.apache.org/pom/maven/index.html"; 
/>
@@ -29,13 +28,13 @@ under the License.
     </breadcrumbs>
 
     <menu name="Maven Parent POMs">
-      <item name="Maven" href="../index.html"/>
-      <item name="Plugins" href="../maven-plugins/index.html"/>
-      <item name="Extensions" href="index.html"/>
-      <item name="Shared Components" 
href="../maven-shared-components/index.html"/>
-      <item name="Skins" href="../maven-skins/index.html"/>
-      <item name="Doxia Tools" href="../doxia-tools/index.html"/>
+      <item name="Maven" href="../index.html" />
+      <item name="Plugins" href="../maven-plugins/index.html" />
+      <item name="Extensions" href="index.html" />
+      <item name="Shared Components" 
href="../maven-shared-components/index.html" />
+      <item name="Skins" href="../maven-skins/index.html" />
+      <item name="Doxia Tools" href="../doxia-tools/index.html" />
     </menu>
 
   </body>
-</project>
+</site>
diff --git a/docs/maven-plugins/src/site/site.xml 
b/docs/maven-plugins/src/site/site.xml
index 62c5417..bac855c 100644
--- a/docs/maven-plugins/src/site/site.xml
+++ b/docs/maven-plugins/src/site/site.xml
@@ -19,8 +19,8 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 
http://maven.apache.org/xsd/decoration-1.8.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";>
 
   <body>
     <breadcrumbs>
@@ -29,13 +29,13 @@ under the License.
     </breadcrumbs>
 
     <menu name="Maven Parent POMs">
-      <item name="Maven" href="../index.html"/>
-      <item name="Plugins" href="index.html"/>
-      <item name="Extensions" href="../maven-extensions/index.html"/>
-      <item name="Shared Components" 
href="../maven-shared-components/index.html"/>
-      <item name="Skins" href="../maven-skins/index.html"/>
-      <item name="Doxia Tools" href="../doxia-tools/index.html"/>
+      <item name="Maven" href="../index.html" />
+      <item name="Plugins" href="index.html" />
+      <item name="Extensions" href="../maven-extensions/index.html" />
+      <item name="Shared Components" 
href="../maven-shared-components/index.html" />
+      <item name="Skins" href="../maven-skins/index.html" />
+      <item name="Doxia Tools" href="../doxia-tools/index.html" />
     </menu>
 
   </body>
-</project>
+</site>
diff --git a/docs/maven-shared-components/src/site/site.xml 
b/docs/maven-shared-components/src/site/site.xml
index 6538e37..b1c3b60 100644
--- a/docs/maven-shared-components/src/site/site.xml
+++ b/docs/maven-shared-components/src/site/site.xml
@@ -19,8 +19,8 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 
http://maven.apache.org/xsd/decoration-1.8.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";>
 
   <body>
     <breadcrumbs>
@@ -29,13 +29,13 @@ under the License.
     </breadcrumbs>
 
     <menu name="Maven Parent POMs">
-      <item name="Maven" href="../index.html"/>
-      <item name="Plugins" href="../maven-plugins/index.html"/>
-      <item name="Extensions" href="../maven-extensions/index.html"/>
-      <item name="Shared Components" href="index.html"/>
-      <item name="Skins" href="../maven-skins/index.html"/>
-      <item name="Doxia Tools" href="../doxia-tools/index.html"/>
+      <item name="Maven" href="../index.html" />
+      <item name="Plugins" href="../maven-plugins/index.html" />
+      <item name="Extensions" href="../maven-extensions/index.html" />
+      <item name="Shared Components" href="index.html" />
+      <item name="Skins" href="../maven-skins/index.html" />
+      <item name="Doxia Tools" href="../doxia-tools/index.html" />
     </menu>
 
   </body>
-</project>
+</site>
diff --git a/docs/maven-skins/src/site/site.xml 
b/docs/maven-skins/src/site/site.xml
index aa08f3f..35feee3 100644
--- a/docs/maven-skins/src/site/site.xml
+++ b/docs/maven-skins/src/site/site.xml
@@ -19,8 +19,8 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 
http://maven.apache.org/xsd/decoration-1.8.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";>
 
   <body>
     <breadcrumbs>
@@ -29,13 +29,13 @@ under the License.
     </breadcrumbs>
 
     <menu name="Maven Parent POMs">
-      <item name="Maven" href="../index.html"/>
-      <item name="Plugins" href="../maven-plugins/index.html"/>
-      <item name="Extensions" href="../maven-extensions/index.html"/>
-      <item name="Shared Components" 
href="../maven-shared-components/index.html"/>
-      <item name="Skins" href="index.html"/>
-      <item name="Doxia Tools" href="../doxia-tools/index.html"/>
+      <item name="Maven" href="../index.html" />
+      <item name="Plugins" href="../maven-plugins/index.html" />
+      <item name="Extensions" href="../maven-extensions/index.html" />
+      <item name="Shared Components" 
href="../maven-shared-components/index.html" />
+      <item name="Skins" href="index.html" />
+      <item name="Doxia Tools" href="../doxia-tools/index.html" />
     </menu>
 
   </body>
-</project>
+</site>
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index 7e1d417..e24020f 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -19,18 +19,16 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 
http://maven.apache.org/xsd/decoration-1.8.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";>
 
 <!-- Start copy/paste of src/site/site.xml: inheritance does not work here 
because of src/site-docs hack -->
-  <bannerLeft>
-    <src>https://maven.apache.org/images/apache-maven-project.png</src>
-    <href>https://www.apache.org/</href>
+  <bannerLeft href="https://www.apache.org/";>
+    <image src="https://maven.apache.org/images/apache-maven-project.png"/>
   </bannerLeft>
 
-  <bannerRight>
-    <src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
-    <href>https://maven.apache.org/</href>
+  <bannerRight href="https://maven.apache.org/";>
+    <image 
src="https://maven.apache.org/images/maven-logo-black-on-white.png"/>
   </bannerRight>
 
   <skin>
@@ -88,4 +86,4 @@ under the License.
     <menu ref="reports" inherit="bottom"/>
 
   </body>
-</project>
+</site>
diff --git a/doxia-tools/src/site/site.xml b/doxia-tools/src/site/site.xml
index 03f6392..c3baa69 100644
--- a/doxia-tools/src/site/site.xml
+++ b/doxia-tools/src/site/site.xml
@@ -19,12 +19,11 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.8.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 
https://maven.apache.org/xsd/decoration-1.8.1.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";>
 
-  <bannerRight>
-    <src>images/doxia-logo.png</src>
-    <href>https://maven.apache.org/doxia/</href>
+  <bannerRight href="https://maven.apache.org/doxia/";>
+    <image src="images/doxia-logo.png"/>
   </bannerRight>
 
   <body>
@@ -40,4 +39,4 @@ under the License.
       <item name="Doxia Linkcheck" href="./doxia-linkcheck/index.html" />
     </menu>
   </body>
-</project>
+</site>
diff --git a/maven-extensions/src/site/site.xml 
b/maven-extensions/src/site/site.xml
index b234621..c67278d 100644
--- a/maven-extensions/src/site/site.xml
+++ b/maven-extensions/src/site/site.xml
@@ -19,12 +19,12 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.8.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 
https://maven.apache.org/xsd/decoration-1.8.1.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";>
 
   <body>
     <breadcrumbs>
       <item name="Extensions" 
href="https://maven.apache.org/extensions/index.html"; />
     </breadcrumbs>
   </body>
-</project>
+</site>
diff --git a/maven-plugins/src/site/site.xml b/maven-plugins/src/site/site.xml
index c220d09..da34bda 100644
--- a/maven-plugins/src/site/site.xml
+++ b/maven-plugins/src/site/site.xml
@@ -18,13 +18,12 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
-<project xmlns="http://maven.apache.org/DECORATION/1.8.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 
https://maven.apache.org/xsd/decoration-1.8.1.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";>
 
   <body>
     <breadcrumbs>
       <item name="Plugins" href="https://maven.apache.org/plugins/index.html"; 
/>
     </breadcrumbs>
   </body>
-</project>
+</site>
diff --git a/maven-shared-components/src/site/site.xml 
b/maven-shared-components/src/site/site.xml
index 1b1f011..78ddf90 100644
--- a/maven-shared-components/src/site/site.xml
+++ b/maven-shared-components/src/site/site.xml
@@ -19,12 +19,12 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.8.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 
https://maven.apache.org/xsd/decoration-1.8.1.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";>
 
   <body>
     <breadcrumbs>
       <item name="Shared Components" 
href="https://maven.apache.org/shared/index.html"; />
     </breadcrumbs>
   </body>
-</project>
+</site>
diff --git a/maven-skins/src/site/site.xml b/maven-skins/src/site/site.xml
index babd3c5..c86ed74 100644
--- a/maven-skins/src/site/site.xml
+++ b/maven-skins/src/site/site.xml
@@ -19,12 +19,12 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.8.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 
https://maven.apache.org/xsd/decoration-1.8.1.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";>
 
   <body>
     <breadcrumbs>
       <item name="Skins" href="https://maven.apache.org/skins/index.html"; />
     </breadcrumbs>
   </body>
-</project>
+</site>
diff --git a/src/site/site.xml b/src/site/site.xml
index a66497f..229c70b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,17 +19,15 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.8.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 
https://maven.apache.org/xsd/decoration-1.8.1.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";>
 
-  <bannerLeft>
-    <src>https://maven.apache.org/images/apache-maven-project.png</src>
-    <href>https://www.apache.org/</href>
+  <bannerLeft href="https://www.apache.org/";>
+    <image src="https://maven.apache.org/images/apache-maven-project.png"; />
   </bannerLeft>
 
-  <bannerRight>
-    <src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
-    <href>https://maven.apache.org/</href>
+  <bannerRight href="https://maven.apache.org/";>
+    <image src="https://maven.apache.org/images/maven-logo-black-on-white.png"; 
/>
   </bannerRight>
 
   <skin>
@@ -45,9 +43,9 @@ under the License.
       <siteId>3</siteId>
       <url>https://analytics.apache.org/</url>
       <options>
-        <disableCookies/>
-        <trackPageView/>
-        <enableLinkTracking/>
+        <disableCookies />
+        <trackPageView />
+        <enableLinkTracking />
       </options>
     </matomo>
     <fluidoSkin>
@@ -63,41 +61,41 @@ under the License.
     <!-- Breadcrumbs that every project will inherit -->
     <breadcrumbs>
       <item name="Apache" href="https://www.apache.org/"; />
-      <item name="Maven"  href="https://maven.apache.org/index.html"; />
+      <item name="Maven" href="https://maven.apache.org/index.html"; />
     </breadcrumbs>
 
     <!-- Menus that every project will inherit -->
     <menu ref="reports" inherit="bottom" />
 
     <menu name="Maven Projects" inherit="bottom">
-      <item name="Maven"             
href="https://maven.apache.org/ref/current"; />
-      <item name="Archetypes"        
href="https://maven.apache.org/archetypes/index.html"; />
-      <item name="Extensions"        
href="https://maven.apache.org/extensions/index.html"; />
-      <item name="Parent POMs"       
href="https://maven.apache.org/pom/index.html"; />
-      <item name="Plugins"           
href="https://maven.apache.org/plugins/index.html"; />
-      <item name="Skins"             
href="https://maven.apache.org/skins/index.html"; />
+      <item name="Maven" href="https://maven.apache.org/ref/current"; />
+      <item name="Archetypes" 
href="https://maven.apache.org/archetypes/index.html"; />
+      <item name="Extensions" 
href="https://maven.apache.org/extensions/index.html"; />
+      <item name="Parent POMs" href="https://maven.apache.org/pom/index.html"; 
/>
+      <item name="Plugins" href="https://maven.apache.org/plugins/index.html"; 
/>
+      <item name="Skins" href="https://maven.apache.org/skins/index.html"; />
       <item name="Components">
-        <item name="Archetype"         
href="https://maven.apache.org/archetype/index.html"; />
+        <item name="Archetype" 
href="https://maven.apache.org/archetype/index.html"; />
         <item name="Artifact Resolver" 
href="https://maven.apache.org/resolver/index.html"; />
-        <item name="Doxia"             
href="https://maven.apache.org/doxia/index.html"; />
-        <item name="Indexer"           
href="https://maven.apache.org/maven-indexer/index.html"; />
-        <item name="JXR"               
href="https://maven.apache.org/jxr/index.html"; />
-        <item name="Plugin Testing"    
href="https://maven.apache.org/plugin-testing/index.html"; />
-        <item name="Plugin Tools"      
href="https://maven.apache.org/plugin-tools/index.html"; />
-        <item name="Resource Bundles"  
href="https://maven.apache.org/apache-resource-bundles/index.html"; />
-        <item name="SCM"               
href="https://maven.apache.org/scm/index.html"; />
+        <item name="Doxia" href="https://maven.apache.org/doxia/index.html"; />
+        <item name="Indexer" 
href="https://maven.apache.org/maven-indexer/index.html"; />
+        <item name="JXR" href="https://maven.apache.org/jxr/index.html"; />
+        <item name="Plugin Testing" 
href="https://maven.apache.org/plugin-testing/index.html"; />
+        <item name="Plugin Tools" 
href="https://maven.apache.org/plugin-tools/index.html"; />
+        <item name="Resource Bundles" 
href="https://maven.apache.org/apache-resource-bundles/index.html"; />
+        <item name="SCM" href="https://maven.apache.org/scm/index.html"; />
         <item name="Shared Components" 
href="https://maven.apache.org/shared/index.html"; />
-        <item name="Surefire"          
href="https://maven.apache.org/surefire/index.html"; />
-        <item name="Wagon"             
href="https://maven.apache.org/wagon/index.html"; />
+        <item name="Surefire" 
href="https://maven.apache.org/surefire/index.html"; />
+        <item name="Wagon" href="https://maven.apache.org/wagon/index.html"; />
       </item>
     </menu>
     <menu name="ASF" inherit="bottom">
-      <item name="How Apache Works"  
href="https://www.apache.org/foundation/how-it-works.html"/>
-      <item name="Foundation"        
href="https://www.apache.org/foundation/"/>
-      <item name="Data Privacy"      
href="https://privacy.apache.org/policies/privacy-policy-public.html"/>
-      <item name="Sponsoring Apache" 
href="https://www.apache.org/foundation/sponsorship.html"/>
-      <item name="Thanks"            
href="https://www.apache.org/foundation/thanks.html"/>
+      <item name="How Apache Works" 
href="https://www.apache.org/foundation/how-it-works.html"; />
+      <item name="Foundation" href="https://www.apache.org/foundation/"; />
+      <item name="Data Privacy" 
href="https://privacy.apache.org/policies/privacy-policy-public.html"; />
+      <item name="Sponsoring Apache" 
href="https://www.apache.org/foundation/sponsorship.html"; />
+      <item name="Thanks" href="https://www.apache.org/foundation/thanks.html"; 
/>
     </menu>
 
   </body>
-</project>
+</site>

Reply via email to