This is an automated email from the ASF dual-hosted git repository.
orpiske 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 c952d55119f (chores) camel 4: use Java 17 as the minimum version
c952d55119f is described below
commit c952d55119ff1d2029c904fd4b5aa21f2234d5b3
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jan 12 10:51:26 2023 +0100
(chores) camel 4: use Java 17 as the minimum version
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c063b360754..93af6723161 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,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>11</jdk.version>
+ <jdk.version>17</jdk.version>
<compiler.fork>false</compiler.fork>
<!-- These two are here only to prevent the versions for the Apache
parent pom from leaking-->
<maven.compiler.source>${jdk.version}</maven.compiler.source>