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 2024/02/18 07:03:40 UTC

(camel-performance-tests) branch main updated: Upgrade to Camel 4.4.0 and JDK17

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-performance-tests.git


The following commit(s) were added to refs/heads/main by this push:
     new f345685  Upgrade to Camel 4.4.0 and JDK17
f345685 is described below

commit f3456858a59387fc453142ccfebfcb8e639643fd
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Feb 18 08:03:11 2024 +0100

    Upgrade to Camel 4.4.0 and JDK17
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 50c9eec..9edc449 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>4.3.0</version>
+        <version>4.4.0</version>
     </parent>
 
     <groupId>org.apache.camel.tests</groupId>
@@ -88,9 +88,9 @@
         <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>
-        <camel.version>4.3.0</camel.version>
+        <camel.version>4.4.0</camel.version>
         <!-- Versions -->
         <maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>