You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/09/24 04:52:36 UTC

[camel] branch release/3.21.1 updated: Use Java 11 source

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

gzurowski pushed a commit to branch release/3.21.1
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/release/3.21.1 by this push:
     new bbc73358399 Use Java 11 source
bbc73358399 is described below

commit bbc733583999f38c7d148e5a1c906474e1bdcf5d
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sun Sep 24 06:47:53 2023 +0200

    Use Java 11 source
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1027fdf6887..6c62110115e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -747,7 +747,7 @@
                             </execution>
                         </executions>
                         <configuration>
-                            <source>8</source>
+                            <source>11</source>
                             <additionalOptions>${javadoc.opts}</additionalOptions>
                             <!-- disable Javadoc linting for buildung the release with Java 11 -->
                             <doclint>none</doclint>