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 ea6a6b7 SLING-10673 Derive source for javadoc from property
sling.java.version
ea6a6b7 is described below
commit ea6a6b768013f1f0011493e517a9d3bd9715a278
Author: Oliver Lietz <[email protected]>
AuthorDate: Mon Jul 26 21:14:55 2021 +0200
SLING-10673 Derive source for javadoc from property sling.java.version
---
sling-parent/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index ef1f6c3..443df42 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -260,6 +260,7 @@
<!-- 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>
+ <source>${sling.java.version}</source>
</configuration>
</plugin>
<plugin>