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


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

commit cb5abbd9b55cba283fcd6a7056ffde6bd54b52a3
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun May 11 23:44:47 2025 +0200

    Update site descriptor
---
 archetype-common/src/site/site.xml                      | 7 +++----
 archetype-models/archetype-catalog/src/site/site.xml    | 7 +++----
 archetype-models/archetype-descriptor/src/site/site.xml | 7 +++----
 archetype-models/src/site/site.xml                      | 7 +++----
 archetype-packaging/src/site/site.xml                   | 7 +++----
 maven-archetype-plugin/src/site/site.xml                | 7 +++----
 src/site/site.xml                                       | 5 +++--
 7 files changed, 21 insertions(+), 26 deletions(-)

diff --git a/archetype-common/src/site/site.xml 
b/archetype-common/src/site/site.xml
index 17ec949f..6476b2cb 100644
--- a/archetype-common/src/site/site.xml
+++ b/archetype-common/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">
       <item name="Introduction" href="index.html"/>
@@ -40,4 +39,4 @@ under the License.
     </menu>
     <menu ref="parent" inherit="top" />
   </body>
-</project>
\ No newline at end of file
+</site>
diff --git a/archetype-models/archetype-catalog/src/site/site.xml 
b/archetype-models/archetype-catalog/src/site/site.xml
index 5d689bfd..a6049922 100644
--- a/archetype-models/archetype-catalog/src/site/site.xml
+++ b/archetype-models/archetype-catalog/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"/>
@@ -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/archetype-models/archetype-descriptor/src/site/site.xml 
b/archetype-models/archetype-descriptor/src/site/site.xml
index b7934535..8f7f1313 100644
--- a/archetype-models/archetype-descriptor/src/site/site.xml
+++ b/archetype-models/archetype-descriptor/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"/>
@@ -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/archetype-models/src/site/site.xml 
b/archetype-models/src/site/site.xml
index 984d486d..bdd9e31b 100644
--- a/archetype-models/src/site/site.xml
+++ b/archetype-models/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="Reference">
       <item name="Archetype Descriptor" 
href="./archetype-descriptor/archetype-descriptor.html"/>
@@ -30,4 +29,4 @@ under the License.
     </menu>
     <menu ref="parent" inherit="top" />
   </body>
-</project>
\ No newline at end of file
+</site>
diff --git a/archetype-packaging/src/site/site.xml 
b/archetype-packaging/src/site/site.xml
index 1952fac6..7023eb35 100644
--- a/archetype-packaging/src/site/site.xml
+++ b/archetype-packaging/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 ref="parent" inherit="top" />
 
@@ -29,4 +28,4 @@ under the License.
       <item name="Plugin Bindings" href="archetype-packaging.html"/>
     </menu>
   </body>
-</project>
\ No newline at end of file
+</site>
diff --git a/maven-archetype-plugin/src/site/site.xml 
b/maven-archetype-plugin/src/site/site.xml
index 0c9aeae9..c73705a4 100644
--- a/maven-archetype-plugin/src/site/site.xml
+++ b/maven-archetype-plugin/src/site/site.xml
@@ -17,9 +17,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"/>
@@ -56,4 +55,4 @@
       <item name="Desing of the archetype plugin" href="./design.html"/>
     </menu-->
   </body>
-</project>
+</site>
diff --git a/src/site/site.xml b/src/site/site.xml
index ef9359ab..afe91fc9 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,7 +17,8 @@ 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.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";>
     <custom>
         <fluidoSkin>
             <gitHub>
@@ -42,4 +43,4 @@ under the License.
         <menu ref="modules" inherit="bottom"/>
         <menu ref="reports" inherit="bottom"/>
     </body>
-</project>
+</site>

Reply via email to