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-war-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new fe605d3 Upgrade site descriptor to 2.0.0
fe605d3 is described below
commit fe605d372348b1d961c66b4b312a23b9af78f7b8
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Nov 17 20:56:03 2025 +0100
Upgrade 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 28b90bc..314f9e0 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.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">
@@ -45,4 +44,4 @@ under the License.
<item name="Using File Name Mapping"
href="examples/file-name-mapping.html"/>
</menu>
</body>
-</project>
+</site>