You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/12/19 17:28:55 UTC

(camel-k) branch main updated: chore(java): crds dependency compiler java 17

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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new a1a2e45c5 chore(java): crds dependency compiler java 17
a1a2e45c5 is described below

commit a1a2e45c59049fb28aff754c89a92467998c8456
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Dec 19 18:26:52 2023 +0100

    chore(java): crds dependency compiler java 17
---
 java/crds/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/java/crds/pom.xml b/java/crds/pom.xml
index e94aa9c74..456ce1c42 100644
--- a/java/crds/pom.xml
+++ b/java/crds/pom.xml
@@ -32,9 +32,9 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-    <maven.compiler.release>11</maven.compiler.release>
-    <maven.compiler.source>11</maven.compiler.source>
-    <maven.compiler.target>11</maven.compiler.target>
+    <maven.compiler.release>17</maven.compiler.release>
+    <maven.compiler.source>17</maven.compiler.source>
+    <maven.compiler.target>17</maven.compiler.target>
 
     <lombok-version>1.18.30</lombok-version>
     <sundrio-version>0.103.0</sundrio-version>