This is an automated email from the ASF dual-hosted git repository.
olli 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 c0113b0 SLING-10702 Update Maven Javadoc Plugin to 3.3.1
c0113b0 is described below
commit c0113b0bedce40ada15228e853e5dd1e918b5ac8
Author: Oliver Lietz <[email protected]>
AuthorDate: Sat Sep 11 10:46:41 2021 +0200
SLING-10702 Update Maven Javadoc Plugin to 3.3.1
---
sling-parent/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 13407cd..e1a0f83 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -255,9 +255,11 @@
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
</plugin>
+ <!-- update from 3.3.0 in ASF Parent, remove version again
when upgrading to ASF Parent 25 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
+ <version>3.3.1</version>
<!-- this affects both direct invocation and execution in
the context of site building
(https://maven.apache.org/shared/maven-reporting-exec/) -->
<configuration>
<excludePackageNames>${javadoc.excludePackageNames}</excludePackageNames>