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

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


The following commit(s) were added to refs/heads/maven-jar-plugin-3.x by this 
push:
     new 357b9bf  Update site descriptor to 2.0.0
357b9bf is described below

commit 357b9bf1ae81c4c41a4705402e2bde82d22a5407
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Nov 11 09:26:04 2025 +0100

    Update site descriptor to 2.0.0
---
 src/site/site.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 61927b1..cad8676 100644
--- a/src/site/site.xml
+++ b/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.1";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 
http://maven.apache.org/xsd/decoration-1.8.1.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"/>
@@ -41,5 +40,5 @@ under the License.
       <item name="Include/Exclude content" 
href="examples/include-exclude.html"/>
     </menu>
   </body>
-</project>
+</site>
 

Reply via email to