This is an automated email from the ASF dual-hosted git repository. klease pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push: new ce884ca Use current version of camel in property. ce884ca is described below commit ce884ca2f6ef3db26dd9d6d14abc9e42cad72c1c Author: klease <kle...@cegetel.net> AuthorDate: Thu Aug 31 23:37:30 2023 +0200 Use current version of camel in property. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6bc5e3e..420ded6 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ </modules> <properties> - <camel-version>4.0.0-SNAPSHOT</camel-version> + <camel-version>4.1.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>