This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new ac4153e4 Use site descriptor 2.0 in example
ac4153e4 is described below
commit ac4153e4dba5ba8c9702f9afe5c88c5b569561f8
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Mar 30 09:18:52 2026 +0200
Use site descriptor 2.0 in example
---
content/markdown/skins/index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/markdown/skins/index.md b/content/markdown/skins/index.md
index c899ec3d..2d0d506b 100644
--- a/content/markdown/skins/index.md
+++ b/content/markdown/skins/index.md
@@ -56,7 +56,7 @@ This is a regular artifact or dependency-like element.
For example, to use the Maven Fluido Skin, you would include this in your
`site.xml` file:
```xml
-<project>
+<site>
...
<skin>
<groupId>org.apache.maven.skins</groupId>
@@ -64,6 +64,6 @@ For example, to use the Maven Fluido Skin, you would include
this in your `site.
<version>2.1.0</version>
</skin>
...
-</project>
+</site>
```