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

gzurowski pushed a commit to branch camel-spring-boot-4.21.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 1c1dc5ceb59321bbfaa164e9b40afd14b7a33a04
Author: Gregor Zurowski <[email protected]>
AuthorDate: Wed Jul 1 18:01:18 2026 +0000

    Target Camel 4.21.1-SNAPSHOT for development
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 876e84c04ff..a6cb80cb78b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>4.21.0</version>
+        <version>4.21.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.springboot</groupId>
@@ -115,7 +115,7 @@
         <!-- spring-boot-version is now maintained in camel/parent/pom.xml 
https://github.com/apache/camel/blob/main/parent/pom.xml#L484 -->
 
         <!-- Camel target version -->
-        <camel-version>4.21.0</camel-version>
+        <camel-version>4.21.1-SNAPSHOT</camel-version>
 
         <!-- versions -->
         <avro-version>1.12.0</avro-version>
@@ -438,7 +438,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <camel-version>4.21.0</camel-version>
+                <camel-version>4.21.1-SNAPSHOT</camel-version>
             </properties>
         </profile>
 

Reply via email to