This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 4084ed0699 Fix javadoc generation
4084ed0699 is described below
commit 4084ed06999e562b4e8bcef7bc97236f3a234fbc
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Jan 3 07:11:18 2024 +0100
Fix javadoc generation
---
webconsole/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index d8d286b169..aaad9ee6fd 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -159,6 +159,7 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
+ <release>${felix.java.version}</release>
<excludePackageNames>
*.internal.*:*.internal
</excludePackageNames>