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 2023/10/22 14:00:31 UTC

[camel-spring-boot-examples] 01/02: Bump camel version

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-examples.git

commit ca7f9c5de3cda479792713dd4e8b06e064355054
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Oct 22 15:55:08 2023 +0200

    Bump camel version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bdc4711..d542a8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
     </modules>
 
 	<properties>
-		<camel-version>4.1.0-SNAPSHOT</camel-version>
+		<camel-version>4.2.0-SNAPSHOT</camel-version>
 		<skip.starting.camel.context>false</skip.starting.camel.context>
 		<javax.servlet.api.version>4.0.1</javax.servlet.api.version>
 		<jkube-maven-plugin-version>1.9.1</jkube-maven-plugin-version>
@@ -100,7 +100,7 @@
 		<testcontainers-version>1.16.3</testcontainers-version>
 		<hapi-structures-v24-version>2.3</hapi-structures-v24-version>
 		<narayana-spring-boot-version>2.6.3</narayana-spring-boot-version>
-                <artemis-jakarta-version>2.28.0</artemis-jakarta-version>
+        <artemis-jakarta-version>2.28.0</artemis-jakarta-version>
 	</properties>
 
 	<repositories>