This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13056-site-parent in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git
commit 4a78e553235e6fa71cd33666166f24f805c9828a Author: Stefan Seifert <[email protected]> AuthorDate: Wed Jan 14 13:50:10 2026 +0100 SLING-13056 update to parent 65, update plugin site generation --- pom.xml | 3 ++- src/site/site.xml | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8a9b8f8..b81e40e 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>62</version> + <version>65</version> <relativePath /> </parent> @@ -200,6 +200,7 @@ <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> + <version>3.15.2</version> <scope>provided</scope> </dependency> <dependency> diff --git a/src/site/site.xml b/src/site/site.xml index cc7ae75..39b9e50 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -17,7 +18,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project> +<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"/> @@ -25,4 +27,4 @@ under the License. </menu> <menu ref="reports"/> </body> -</project> +</site>
