This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch site in repository https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git
commit 65150a5b313d495ea264def8fa8afff3a1863486 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>
