This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-spring-boot-4.22.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 159bdc01fababa48e72958228e859f297f3de0d2 Author: Gregor Zurowski <[email protected]> AuthorDate: Thu Sep 17 08:18:43 2026 +0000 Target Camel 4.22.2-SNAPSHOT for development --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1c94d657c12..3bea3329246 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>4.22.1</version> + <version>4.22.2-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.22.1</camel-version> + <camel-version>4.22.2-SNAPSHOT</camel-version> <!-- versions --> <avro-version>1.12.0</avro-version> @@ -442,7 +442,7 @@ <profile> <id>dev</id> <properties> - <camel-version>4.22.1</camel-version> + <camel-version>4.22.2-SNAPSHOT</camel-version> </properties> </profile>
