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

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


The following commit(s) were added to refs/heads/maven-resolver-1.9.x by this 
push:
     new 2683c543 Update site descriptors
2683c543 is described below

commit 2683c54337d3d0c2e17270f0f41e537da37532f7
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Thu May 1 10:59:51 2025 +0200

    Update site descriptors
---
 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           | 7 +++----
 .../maven-resolver-demo-snippets/src/site/site.xml               | 7 +++----
 maven-resolver-demos/src/site/site.xml                           | 8 ++++----
 maven-resolver-impl/src/site/site.xml                            | 9 ++++-----
 maven-resolver-named-locks-hazelcast/src/site/site.xml           | 9 ++++-----
 maven-resolver-named-locks-redisson/src/site/site.xml            | 9 ++++-----
 maven-resolver-named-locks/src/site/site.xml                     | 9 ++++-----
 maven-resolver-spi/src/site/site.xml                             | 9 ++++-----
 maven-resolver-test-util/src/site/site.xml                       | 9 ++++-----
 maven-resolver-transport-classpath/src/site/site.xml             | 9 ++++-----
 maven-resolver-transport-file/src/site/site.xml                  | 9 ++++-----
 maven-resolver-transport-http/src/site/site.xml                  | 9 ++++-----
 maven-resolver-transport-wagon/src/site/site.xml                 | 9 ++++-----
 maven-resolver-util/src/site/site.xml                            | 9 ++++-----
 src/site/site.xml                                                | 8 ++++----
 17 files changed, 66 insertions(+), 81 deletions(-)

diff --git a/maven-resolver-api/src/site/site.xml 
b/maven-resolver-api/src/site/site.xml
index 033a8c4c..82ea5e70 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="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>
diff --git a/maven-resolver-connector-basic/src/site/site.xml 
b/maven-resolver-connector-basic/src/site/site.xml
index 25a0b9d9..cf72286b 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>
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..e178c375 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,8 @@ 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";>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -33,4 +32,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
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..e178c375 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,8 @@ 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";>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -33,4 +32,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
diff --git a/maven-resolver-demos/src/site/site.xml 
b/maven-resolver-demos/src/site/site.xml
index 4d068858..589e51ce 100644
--- a/maven-resolver-demos/src/site/site.xml
+++ b/maven-resolver-demos/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.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="Maven Artifact Resolver Demos">
 
   <body>
     <menu name="Overview">
@@ -41,4 +41,4 @@ under the License.
     <menu ref="modules"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
diff --git a/maven-resolver-impl/src/site/site.xml 
b/maven-resolver-impl/src/site/site.xml
index 5b09dcdc..231f01dd 100644
--- a/maven-resolver-impl/src/site/site.xml
+++ b/maven-resolver-impl/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="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="Implementation">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -35,4 +34,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
\ No newline at end of file
+</site>
diff --git a/maven-resolver-named-locks-hazelcast/src/site/site.xml 
b/maven-resolver-named-locks-hazelcast/src/site/site.xml
index 38d8d76a..d90eebfa 100644
--- a/maven-resolver-named-locks-hazelcast/src/site/site.xml
+++ b/maven-resolver-named-locks-hazelcast/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 
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 using Hazelcast">
   <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>
+</site>
diff --git a/maven-resolver-named-locks-redisson/src/site/site.xml 
b/maven-resolver-named-locks-redisson/src/site/site.xml
index 99b3bbd3..25c5a235 100644
--- a/maven-resolver-named-locks-redisson/src/site/site.xml
+++ b/maven-resolver-named-locks-redisson/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="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 using Redisson">
   <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>
+</site>
diff --git a/maven-resolver-named-locks/src/site/site.xml 
b/maven-resolver-named-locks/src/site/site.xml
index 9dfc2e8b..0590e232 100644
--- a/maven-resolver-named-locks/src/site/site.xml
+++ b/maven-resolver-named-locks/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="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"/>
@@ -35,4 +34,4 @@ under the License.
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
+</site>
diff --git a/maven-resolver-spi/src/site/site.xml 
b/maven-resolver-spi/src/site/site.xml
index 27a4aac7..949b4dbe 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="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>
diff --git a/maven-resolver-test-util/src/site/site.xml 
b/maven-resolver-test-util/src/site/site.xml
index 32ad7540..70408d46 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>
diff --git a/maven-resolver-transport-classpath/src/site/site.xml 
b/maven-resolver-transport-classpath/src/site/site.xml
index abeaa3a0..9230dccb 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>
diff --git a/maven-resolver-transport-file/src/site/site.xml 
b/maven-resolver-transport-file/src/site/site.xml
index 916ba7a1..43ece81f 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>
diff --git a/maven-resolver-transport-http/src/site/site.xml 
b/maven-resolver-transport-http/src/site/site.xml
index 2e6e8ba0..b8723927 100644
--- a/maven-resolver-transport-http/src/site/site.xml
+++ b/maven-resolver-transport-http/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 HTTP">
   <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>
diff --git a/maven-resolver-transport-wagon/src/site/site.xml 
b/maven-resolver-transport-wagon/src/site/site.xml
index ffa91f4b..9b7c302f 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>
diff --git a/maven-resolver-util/src/site/site.xml 
b/maven-resolver-util/src/site/site.xml
index 096b05ce..6bbd24ba 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>
diff --git a/src/site/site.xml b/src/site/site.xml
index fdb5af53..655cf9d5 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 
http://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">
@@ -48,4 +48,4 @@ under the License.
     <menu ref="modules"/>
     <menu ref="reports"/>
   </body>
-</project>
+</site>

Reply via email to