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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new fb6e5902 Update site descriptors (#676)
fb6e5902 is described below

commit fb6e59027cfce9c9fce6f4e4f6d310c1a7ee906c
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Wed Mar 19 17:44:23 2025 +0100

    Update site descriptors (#676)
    
    And missing ones as well.
---
 maven-resolver-api/src/site/site.xml                         |  9 ++++-----
 maven-resolver-connector-basic/src/site/site.xml             |  9 ++++-----
 .../maven-resolver-demo-maven-plugin/src/site/site.xml       |  8 ++++----
 .../maven-resolver-demo-snippets/src/site/site.xml           |  8 ++++----
 maven-resolver-demos/src/site/site.xml                       | 12 ++++--------
 maven-resolver-generator-gnupg/src/site/site.xml             |  9 ++++-----
 maven-resolver-generator-sigstore/src/site/site.xml          |  9 ++++-----
 maven-resolver-impl/src/site/site.xml                        | 10 ++++------
 maven-resolver-named-locks-hazelcast/src/site/site.xml       | 11 +++++------
 maven-resolver-named-locks-ipc/src/site/site.xml             | 11 +++++------
 maven-resolver-named-locks-redisson/src/site/site.xml        | 11 +++++------
 maven-resolver-named-locks/src/site/site.xml                 | 11 +++++------
 maven-resolver-spi/src/site/site.xml                         |  9 ++++-----
 .../src/site/site.xml                                        |  8 ++++----
 .../src/site/site.xml                                        |  8 ++++----
 .../src/site/site.xml                                        |  8 ++++----
 maven-resolver-test-util/src/site/site.xml                   |  9 ++++-----
 .../src/site/site.xml                                        |  8 ++++----
 maven-resolver-transport-apache/src/site/site.xml            |  9 ++++-----
 maven-resolver-transport-classpath/src/site/site.xml         |  9 ++++-----
 maven-resolver-transport-file/src/site/site.xml              |  9 ++++-----
 .../src/site/site.xml                                        |  8 ++++----
 .../src/site/site.xml                                        |  8 ++++----
 maven-resolver-transport-wagon/src/site/site.xml             |  9 ++++-----
 maven-resolver-util/src/site/site.xml                        |  9 ++++-----
 src/site/site.xml                                            |  8 ++++----
 26 files changed, 108 insertions(+), 129 deletions(-)

diff --git a/maven-resolver-api/src/site/site.xml 
b/maven-resolver-api/src/site/site.xml
index 033a8c4c..b081cc89 100644
--- a/maven-resolver-api/src/site/site.xml
+++ b/maven-resolver-api/src/site/site.xml
@@ -19,10 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="API">
+
+<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="Resolver API">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/maven-resolver-connector-basic/src/site/site.xml 
b/maven-resolver-connector-basic/src/site/site.xml
index 25a0b9d9..9539d0e3 100644
--- a/maven-resolver-connector-basic/src/site/site.xml
+++ b/maven-resolver-connector-basic/src/site/site.xml
@@ -19,10 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Connector Basic">
+
+<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="Connector Basic">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git 
a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml 
b/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
index 3a16bf98..da8f7399 100644
--- a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
+++ b/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
@@ -19,9 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.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="Resolver Demo Maven Plugin">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -33,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git 
a/maven-resolver-demos/maven-resolver-demo-snippets/src/site/site.xml 
b/maven-resolver-demos/maven-resolver-demo-snippets/src/site/site.xml
index 3a16bf98..e4d9ab26 100644
--- a/maven-resolver-demos/maven-resolver-demo-snippets/src/site/site.xml
+++ b/maven-resolver-demos/maven-resolver-demo-snippets/src/site/site.xml
@@ -19,9 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.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="Resolver Demo Snippets">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -33,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/maven-resolver-demos/src/site/site.xml 
b/maven-resolver-demos/src/site/site.xml
index 4d068858..e0237e26 100644
--- a/maven-resolver-demos/src/site/site.xml
+++ b/maven-resolver-demos/src/site/site.xml
@@ -19,17 +19,13 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<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="Maven Artifact Resolver Demos">
 
+<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="Resolver Demos">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <!--item name="JavaDocs" href="apidocs/index.html"/>
-      <item name="Source Xref" href="xref/index.html"/>
-      <item name="FAQ" href="faq.html"/-->
-      <item name="License" href="http://www.apache.org/licenses/"/>
+      <item name="License" href="https://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>
     </menu>
     <menu name="See Also" inherit="bottom">
@@ -41,4 +37,4 @@ under the License.
     <menu ref="modules"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/maven-resolver-generator-gnupg/src/site/site.xml 
b/maven-resolver-generator-gnupg/src/site/site.xml
index e19e490a..90bf9c75 100644
--- a/maven-resolver-generator-gnupg/src/site/site.xml
+++ b/maven-resolver-generator-gnupg/src/site/site.xml
@@ -19,10 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Generator GnuPG Signer">
+
+<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="Generator GnuPG">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/maven-resolver-generator-sigstore/src/site/site.xml 
b/maven-resolver-generator-sigstore/src/site/site.xml
index e19e490a..98e72be7 100644
--- a/maven-resolver-generator-sigstore/src/site/site.xml
+++ b/maven-resolver-generator-sigstore/src/site/site.xml
@@ -19,10 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Generator GnuPG Signer">
+
+<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="Generator Sigstore">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/maven-resolver-impl/src/site/site.xml 
b/maven-resolver-impl/src/site/site.xml
index 5b09dcdc..65780d34 100644
--- a/maven-resolver-impl/src/site/site.xml
+++ b/maven-resolver-impl/src/site/site.xml
@@ -19,14 +19,12 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Implementation">
+
+<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="Resolver Implementation">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="About SyncContextFactory" href="synccontextfactory.html"/>
       <item name="JavaDocs" href="apidocs/index.html"/>
       <item name="Source Xref" href="xref/index.html"/>
       <!--item name="FAQ" href="faq.html"/-->
@@ -35,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/maven-resolver-named-locks-hazelcast/src/site/site.xml 
b/maven-resolver-named-locks-hazelcast/src/site/site.xml
index 38d8d76a..ff2dca6a 100644
--- a/maven-resolver-named-locks-hazelcast/src/site/site.xml
+++ b/maven-resolver-named-locks-hazelcast/src/site/site.xml
@@ -19,14 +19,13 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
https://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Named Locks using Hazelcast">
+
+<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="Named Locks Hazelcast">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="Javadoc" href="apidocs/index.html"/>
+      <item name="JavaDocs" href="apidocs/index.html"/>
       <item name="Source Xref" href="xref/index.html"/>
       <!--item name="FAQ" href="faq.html"/-->
     </menu>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
+</site>
\ No newline at end of file
diff --git a/maven-resolver-named-locks-ipc/src/site/site.xml 
b/maven-resolver-named-locks-ipc/src/site/site.xml
index e443fb0a..34b212c3 100644
--- a/maven-resolver-named-locks-ipc/src/site/site.xml
+++ b/maven-resolver-named-locks-ipc/src/site/site.xml
@@ -19,14 +19,13 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
https://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Named Locks using IPC">
+
+<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="Named Locks IPC">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="Javadoc" href="apidocs/index.html"/>
+      <item name="JavaDocs" href="apidocs/index.html"/>
       <item name="Source Xref" href="xref/index.html"/>
       <!--item name="FAQ" href="faq.html"/-->
     </menu>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
+</site>
\ No newline at end of file
diff --git a/maven-resolver-named-locks-redisson/src/site/site.xml 
b/maven-resolver-named-locks-redisson/src/site/site.xml
index 99b3bbd3..513471ca 100644
--- a/maven-resolver-named-locks-redisson/src/site/site.xml
+++ b/maven-resolver-named-locks-redisson/src/site/site.xml
@@ -19,14 +19,13 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Named Locks using Redisson">
+
+<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="Named Locks Redisson">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="Javadoc" href="apidocs/index.html"/>
+      <item name="JavaDocs" href="apidocs/index.html"/>
       <item name="Source Xref" href="xref/index.html"/>
       <!--item name="FAQ" href="faq.html"/-->
     </menu>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
+</site>
\ No newline at end of file
diff --git a/maven-resolver-named-locks/src/site/site.xml 
b/maven-resolver-named-locks/src/site/site.xml
index 9dfc2e8b..dedd7fce 100644
--- a/maven-resolver-named-locks/src/site/site.xml
+++ b/maven-resolver-named-locks/src/site/site.xml
@@ -19,15 +19,14 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Named Locks">
+
+<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="Named Locks">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
       <item name="Analyzing Lock Issues" href="analyzing-lock-issues.html"/>
-      <item name="Javadoc" href="apidocs/index.html"/>
+      <item name="JavaDocs" href="apidocs/index.html"/>
       <item name="Source Xref" href="xref/index.html"/>
       <!--item name="FAQ" href="faq.html"/-->
     </menu>
@@ -35,4 +34,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
+</site>
\ No newline at end of file
diff --git a/maven-resolver-spi/src/site/site.xml 
b/maven-resolver-spi/src/site/site.xml
index 27a4aac7..51ad876e 100644
--- a/maven-resolver-spi/src/site/site.xml
+++ b/maven-resolver-spi/src/site/site.xml
@@ -19,10 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="SPI">
+
+<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="Resolver SPI">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git 
a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml 
b/maven-resolver-supplier-mvn3/src/site/site.xml
similarity index 82%
copy from 
maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
copy to maven-resolver-supplier-mvn3/src/site/site.xml
index 3a16bf98..b7fc7107 100644
--- a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
+++ b/maven-resolver-supplier-mvn3/src/site/site.xml
@@ -19,9 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.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="Supplier Maven 3">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -33,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git 
a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml 
b/maven-resolver-supplier-mvn4/src/site/site.xml
similarity index 82%
copy from 
maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
copy to maven-resolver-supplier-mvn4/src/site/site.xml
index 3a16bf98..f21fdd8a 100644
--- a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
+++ b/maven-resolver-supplier-mvn4/src/site/site.xml
@@ -19,9 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.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="Supplier Maven 4">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -33,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git 
a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml 
b/maven-resolver-test-http/src/site/site.xml
similarity index 82%
copy from 
maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
copy to maven-resolver-test-http/src/site/site.xml
index 3a16bf98..c89ac047 100644
--- a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
+++ b/maven-resolver-test-http/src/site/site.xml
@@ -19,9 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.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="Test HTTP Utilities">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -33,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/maven-resolver-test-util/src/site/site.xml 
b/maven-resolver-test-util/src/site/site.xml
index 32ad7540..ad85df7e 100644
--- a/maven-resolver-test-util/src/site/site.xml
+++ b/maven-resolver-test-util/src/site/site.xml
@@ -19,10 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Test Utilities">
+
+<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="Test Utilities">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git 
a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml 
b/maven-resolver-tools/src/site/site.xml
similarity index 82%
copy from 
maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
copy to maven-resolver-tools/src/site/site.xml
index 3a16bf98..bac4254a 100644
--- a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
+++ b/maven-resolver-tools/src/site/site.xml
@@ -19,9 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.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="Tools">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -33,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/maven-resolver-transport-apache/src/site/site.xml 
b/maven-resolver-transport-apache/src/site/site.xml
index 2e6e8ba0..a75986c3 100644
--- a/maven-resolver-transport-apache/src/site/site.xml
+++ b/maven-resolver-transport-apache/src/site/site.xml
@@ -19,10 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Transport HTTP">
+
+<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="Transport Apache">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/maven-resolver-transport-classpath/src/site/site.xml 
b/maven-resolver-transport-classpath/src/site/site.xml
index abeaa3a0..30b9c87f 100644
--- a/maven-resolver-transport-classpath/src/site/site.xml
+++ b/maven-resolver-transport-classpath/src/site/site.xml
@@ -19,10 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Transport Classpath">
+
+<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="Transport Classpath">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/maven-resolver-transport-file/src/site/site.xml 
b/maven-resolver-transport-file/src/site/site.xml
index 916ba7a1..08b19368 100644
--- a/maven-resolver-transport-file/src/site/site.xml
+++ b/maven-resolver-transport-file/src/site/site.xml
@@ -19,10 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Transport File">
+
+<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="Transport File">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git 
a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml 
b/maven-resolver-transport-jetty/src/site/site.xml
similarity index 82%
copy from 
maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
copy to maven-resolver-transport-jetty/src/site/site.xml
index 3a16bf98..de170fa1 100644
--- a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
+++ b/maven-resolver-transport-jetty/src/site/site.xml
@@ -19,9 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.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="Transport Jetty">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -33,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git 
a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml 
b/maven-resolver-transport-minio/src/site/site.xml
similarity index 82%
copy from 
maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
copy to maven-resolver-transport-minio/src/site/site.xml
index 3a16bf98..845e2906 100644
--- a/maven-resolver-demos/maven-resolver-demo-maven-plugin/src/site/site.xml
+++ b/maven-resolver-transport-minio/src/site/site.xml
@@ -19,9 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.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="Transport MinIO">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -33,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/maven-resolver-transport-wagon/src/site/site.xml 
b/maven-resolver-transport-wagon/src/site/site.xml
index ffa91f4b..8b645399 100644
--- a/maven-resolver-transport-wagon/src/site/site.xml
+++ b/maven-resolver-transport-wagon/src/site/site.xml
@@ -19,10 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Transport Wagon">
+
+<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="Transport Wagon">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/maven-resolver-util/src/site/site.xml 
b/maven-resolver-util/src/site/site.xml
index 096b05ce..3ddc1174 100644
--- a/maven-resolver-util/src/site/site.xml
+++ b/maven-resolver-util/src/site/site.xml
@@ -19,10 +19,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Utilities">
+
+<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="Utilities">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -34,4 +33,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
\ No newline at end of file
diff --git a/src/site/site.xml b/src/site/site.xml
index dce27f2e..7ecf19e5 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,9 +19,9 @@ 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 
https://maven.apache.org/xsd/decoration-1.8.0.xsd";
-  name="Artifact Resolver">
+
+<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="Artifact Resolver">
   <edit>${project.scm.url}</edit>
   <body>
     <menu name="Overview">
@@ -57,4 +57,4 @@ under the License.
     <menu ref="modules"/>
     <menu ref="reports"/>
   </body>
-</project>
+</site>

Reply via email to