This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-examples.git
commit 94bbbed1a57370459c09f9164bf0dd455f3a50dc Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Dec 24 14:56:51 2021 +0100 Drop Java 8 --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index ad310ff..dc12806 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -167,7 +167,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <site-repo-url>scpexe://people.apache.org/www/camel.apache.org/maven/</site-repo-url> - <jdk.version>1.8</jdk.version> + <jdk.version>11</jdk.version> <compiler.fork>false</compiler.fork> <camel.version>3.15.0-SNAPSHOT</camel.version>