This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
commit 05ad136a029eed1919ddc174e4e652792a2efb2b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jul 13 11:56:14 2022 +0200 Move to 3.19.0-SNAPSHOT as camel target version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 44f29d9f..ad031599 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.18.0-SNAPSHOT</version> + <version>3.19.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.karaf</groupId>