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 0925db76497d3da855cc16d9f53a3e54f4a46424 Author: Gregor Zurowski <[email protected]> AuthorDate: Tue Aug 11 10:19:41 2026 +0000 Target Camel 4.22.1-SNAPSHOT for development --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a329e066e42..25c4cfd8347 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>4.22.0</version> + <version>4.22.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.22.0</camel-version> + <camel-version>4.22.1-SNAPSHOT</camel-version> <!-- versions --> <avro-version>1.12.0</avro-version> @@ -442,7 +442,7 @@ <profile> <id>dev</id> <properties> - <camel-version>4.22.0</camel-version> + <camel-version>4.22.1-SNAPSHOT</camel-version> </properties> </profile>
