This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new b45833f Update site descriptor to 2.0.0 (#377)
b45833f is described below
commit b45833f4410562462148b357eab0f8672bf10169
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Jun 30 13:20:17 2026 +0200
Update site descriptor to 2.0.0 (#377)
Drop skin and use 2.0.0 of site descriptor
---
src/site/site.xml | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index d5c0129..3306ecc 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,13 +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">
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-fluido-skin</artifactId>
- <version>1.9</version>
- </skin>
+<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"/>
@@ -49,4 +44,4 @@ under the License.
<item name="Configuring Describe Goal"
href="/examples/describe-configuration.html"/>
</menu>
</body>
-</project>
+</site>