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

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


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

commit 5675312aefa66dfe5fa491203bb3b5aa736c0ca7
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun Aug 10 22:54:57 2025 +0200

    Update site descriptor to 2.0.0 (#292)
    
    Also remove an old version of fluido-skin, we use it from parent
---
 src/site/site.xml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 3293ef7..bd05dd6 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,13 +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";>
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.9</version>
-  </skin>
+<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"/>
@@ -45,4 +40,4 @@ under the License.
       <item name="Use Your Own Manifest File" 
href="examples/manifestFile.html"/>
     </menu>
   </body>
-</project>
+</site>

Reply via email to