This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 812fd1b Migrate to Doxia 2 site
812fd1b is described below
commit 812fd1b7da851963f569ec2b76bc5ff8fb22b341
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Dec 22 00:11:10 2025 +0100
Migrate to Doxia 2 site
---
src/site/site.xml | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index 465f3be..b586e8e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,22 +19,15 @@
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"
->
- <custom>
- <fluidoSkin>
- <profile>pre-release</profile>
- </fluidoSkin>
- </custom>
+<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" />
<item name="Plugin Documentation" href="plugin-info.html" />
<item name="Usage" href="usage.html" />
- <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
- <item name="License" href="http://www.apache.org/licenses/" />
+ <item name="License" href="https://www.apache.org/licenses/" />
<item name="Download" href="download.html" />
</menu>
</body>
-</project>
+</site>