You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/06/02 10:44:12 UTC

[sling-parent] branch master updated: use newest maven-site-plugin

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/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b83287  use newest maven-site-plugin
4b83287 is described below

commit 4b832874833c0487ae334d7fdcb2644cd098157e
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Jun 2 12:44:06 2022 +0200

    use newest maven-site-plugin
---
 sling-parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 1c0964d..081c06e 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -275,8 +275,10 @@
                         <trimStackTrace>false</trimStackTrace>
                     </configuration>
                 </plugin>
+                <!-- update from 3.11.0 managed in ASF parent -->
                 <plugin>
                     <artifactId>maven-site-plugin</artifactId>
+                    <version>3.12.0</version>
                     <configuration>
                         <relativizeDecorationLinks>false</relativizeDecorationLinks><!-- leave absolute URLs untouched, like image urls in header: https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#relativizeDecorationLinks -->
                     </configuration>