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-source-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 5d40bad fix: update site.xml to use site 2.0.0 namespace
5d40bad is described below
commit 5d40bad75610ab7d28cc7ef41a218dea7d0c6a70
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Jun 28 19:45:21 2026 +0200
fix: update site.xml to use site 2.0.0 namespace
---
src/site/site.xml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index b9438e3..f631ee6 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,16 +19,14 @@ 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">
<item name="Introduction" href="index.html"/>
<item name="Plugin Documentation" href="plugin-info.html"/>
<item name="Usage" href="usage.html"/>
<item name="FAQ" href="faq.html"/>
- <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
<item name="License" href="https://www.apache.org/licenses/"/>
<item name="Download" href="download.html"/>
</menu>
@@ -36,4 +34,4 @@ under the License.
<item name="Configuring Source Plugin"
href="/examples/configureplugin.html"/>
</menu>
</body>
-</project>
+</site>