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


The following commit(s) were added to refs/heads/main by this push:
     new affed66  Update base versions to Camel 4.3.0 (#132)
affed66 is described below

commit affed667d5d6a57262d844598d79022e89d46927
Author: Otavio Rodolfo Piske <orpi...@users.noreply.github.com>
AuthorDate: Wed Dec 20 17:42:04 2023 -0300

    Update base versions to Camel 4.3.0 (#132)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7cde361..50c9eec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>4.0.0</version>
+        <version>4.3.0</version>
     </parent>
 
     <groupId>org.apache.camel.tests</groupId>
@@ -90,7 +90,7 @@
         
<site-repo-url>scpexe://people.apache.org/www/camel.apache.org/maven/</site-repo-url>
         <jdk.version>11</jdk.version>
         <compiler.fork>false</compiler.fork>
-        <camel.version>4.0.0</camel.version>
+        <camel.version>4.3.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>

Reply via email to