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 3b8a4fb8b49eac4f115e624a09d234798fdce2ec Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jan 18 11:56:18 2023 +0100 Move to 4.0.0-SNAPSHOT Signed-off-by: Andrea Cosentino <[email protected]> --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index ed298887..746236b1 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.21.0-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.example</groupId>
