This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch kwin-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 7afa5a3efb194627b5a8bbb850ee52d60bf9ef4a 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> ```
