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-dependency-analyzer.git
The following commit(s) were added to refs/heads/master by this push:
new 2f3ed8e Update site descriptor to 2.0
2f3ed8e is described below
commit 2f3ed8edb5e2aa8027e659310ab08d553373b724
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Jan 29 21:43:34 2026 +0100
Update site descriptor to 2.0
---
src/site/site.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index 2a9880f..c69dcd5 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
http://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"/>
@@ -35,4 +35,4 @@ under the License.
<menu ref="parent"/>
<menu ref="reports"/>
</body>
-</project>
+</site>