This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 9b96166f07e chore(build): set correct javadoc version
9b96166f07e is described below

commit 9b96166f07efdb6aaec90f36fed357b689dec1b3
Author: Nicolas Filotto <nicolas.filo...@qlik.com>
AuthorDate: Tue Nov 26 22:03:39 2024 +0100

    chore(build): set correct javadoc version
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0e252eb0afd..ce52f2774c9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3580,7 +3580,7 @@
                         <quiet>true</quiet>
                         <bottom>Apache Camel</bottom>
                         <detectOfflineLinks>false</detectOfflineLinks>
-                        <javadocVersion>1.8.0</javadocVersion>
+                        <javadocVersion>${jdk.version}</javadocVersion>
                         <encoding>UTF-8</encoding>
                     </configuration>
                 </plugin>

Reply via email to