This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13056-parent-site in repository https://gitbox.apache.org/repos/asf/sling-maven-plugin.git
commit 90f576aaef946b6901d30ce1e34e82aa90b497fa Author: Stefan Seifert <[email protected]> AuthorDate: Wed Jan 14 14:08:46 2026 +0100 SLING-13056 update to parent 65, update plugin site generation --- pom.xml | 9 +++------ src/site/site.xml | 7 +++---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 8d04887..5abaa6b 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>62</version> + <version>65</version> <relativePath /> </parent> @@ -160,6 +160,7 @@ <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> + <version>3.15.2</version> <scope>provided</scope> </dependency> <dependency> @@ -300,15 +301,11 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-plugin-plugin</artifactId> + <artifactId>maven-plugin-report-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <!-- No javadocs --> - <excludePackageNames>org.apache.sling</excludePackageNames> - </configuration> </plugin> </plugins> </reporting> diff --git a/src/site/site.xml b/src/site/site.xml index 99a3240..e8fa978 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -18,9 +18,8 @@ KIND, either express or implied. See the License for the 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 http://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"/> @@ -29,4 +28,4 @@ under the License. </menu> <menu ref="reports"/> </body> -</project> +</site>
