You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/24 13:13:48 UTC

[camel-spring-boot] 01/02: CAMEL-17329: Drop Java 8 and set source/target to Java 11

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-spring-boot.git

commit a6be91b9568c492b7e5fea64792aa63ac81e1700
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Dec 24 10:51:57 2021 +0100

    CAMEL-17329: Drop Java 8 and set source/target to Java 11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8dd8341..3af5139 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,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>
 
         <!-- Spring-Boot target version -->