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-examples.git
commit 56e27f6ea27c7f1333615dad7b0b0ab5c96e99cf Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jul 21 11:52:59 2022 +0200 Point to 3.19.0-SNAPSHOT --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index 3d9276e6..26707264 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.18.0</version> + <version>3.19.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.example</groupId>
