This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-3.20.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.20.x by this push: new c755f9af150 Use Java 11 source c755f9af150 is described below commit c755f9af15002b78b6c4080e4ab2970dbb434e38 Author: Gregor Zurowski <gre...@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 2df7214bfe7..ec4376af9ce 100644 --- a/pom.xml +++ b/pom.xml @@ -754,7 +754,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>