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-plugin-tools.git


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

commit e3b169efdce842e780880a10c4be3b8d51db97e3
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Fri Oct 17 17:56:50 2025 +0200

    Update site descriptors to 2.0
---
 maven-plugin-annotations/src/site/site.xml       | 5 +++--
 maven-plugin-plugin/src/site/site.xml            | 7 +++----
 maven-plugin-report-plugin/src/site/site.xml     | 7 +++----
 maven-plugin-tools-annotations/src/site/site.xml | 5 +++--
 maven-plugin-tools-api/src/site/site.xml         | 5 +++--
 maven-plugin-tools-generators/src/site/site.xml  | 5 +++--
 src/site/site.xml                                | 6 +++---
 7 files changed, 21 insertions(+), 19 deletions(-)

diff --git a/maven-plugin-annotations/src/site/site.xml 
b/maven-plugin-annotations/src/site/site.xml
index e39b127e..c2b8da46 100644
--- a/maven-plugin-annotations/src/site/site.xml
+++ b/maven-plugin-annotations/src/site/site.xml
@@ -19,7 +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 
https://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>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -27,4 +28,4 @@ under the License.
       <item name="Source Xref" href="xref/index.html"/>
     </menu>
   </body>
-</project>
+</site>
diff --git a/maven-plugin-plugin/src/site/site.xml 
b/maven-plugin-plugin/src/site/site.xml
index 0806cf71..1d83f9db 100644
--- a/maven-plugin-plugin/src/site/site.xml
+++ b/maven-plugin-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.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";>
+<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">
@@ -38,4 +37,4 @@ under the License.
       <item name="Maven Plugin Descriptor" 
href="https://maven.apache.org/ref/current/maven-plugin-api/plugin.html"/>
     </menu>
   </body>
-</project>
+</site>
diff --git a/maven-plugin-report-plugin/src/site/site.xml 
b/maven-plugin-report-plugin/src/site/site.xml
index 0806cf71..1d83f9db 100644
--- a/maven-plugin-report-plugin/src/site/site.xml
+++ b/maven-plugin-report-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.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";>
+<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">
@@ -38,4 +37,4 @@ under the License.
       <item name="Maven Plugin Descriptor" 
href="https://maven.apache.org/ref/current/maven-plugin-api/plugin.html"/>
     </menu>
   </body>
-</project>
+</site>
diff --git a/maven-plugin-tools-annotations/src/site/site.xml 
b/maven-plugin-tools-annotations/src/site/site.xml
index e39b127e..c2b8da46 100644
--- a/maven-plugin-tools-annotations/src/site/site.xml
+++ b/maven-plugin-tools-annotations/src/site/site.xml
@@ -19,7 +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 
https://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>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -27,4 +28,4 @@ under the License.
       <item name="Source Xref" href="xref/index.html"/>
     </menu>
   </body>
-</project>
+</site>
diff --git a/maven-plugin-tools-api/src/site/site.xml 
b/maven-plugin-tools-api/src/site/site.xml
index e39b127e..c2b8da46 100644
--- a/maven-plugin-tools-api/src/site/site.xml
+++ b/maven-plugin-tools-api/src/site/site.xml
@@ -19,7 +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 
https://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>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -27,4 +28,4 @@ under the License.
       <item name="Source Xref" href="xref/index.html"/>
     </menu>
   </body>
-</project>
+</site>
diff --git a/maven-plugin-tools-generators/src/site/site.xml 
b/maven-plugin-tools-generators/src/site/site.xml
index 1640469c..f6f8bca2 100644
--- a/maven-plugin-tools-generators/src/site/site.xml
+++ b/maven-plugin-tools-generators/src/site/site.xml
@@ -19,7 +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 
https://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>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -30,4 +31,4 @@ under the License.
       <item name="Plugin Descriptor" 
href="https://maven.apache.org/ref/current/maven-plugin-api/plugin.html"/>
     </menu>
   </body>
-</project>
+</site>
diff --git a/src/site/site.xml b/src/site/site.xml
index 2c8fb9af..f545d006 100644
--- a/src/site/site.xml
+++ b/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 
https://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>
@@ -45,4 +45,4 @@ under the License.
 
     <menu ref="modules" />
   </body>
-</project>
+</site>

Reply via email to