This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.11.x in repository https://gitbox.apache.org/repos/asf/camel-examples.git
commit 5876d2813dc1d58d060d2d221971b78ef105269e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jun 30 14:44:44 2021 +0200 Set Examples to 3.11.0 --- examples/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 9d90533..010bfaf 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.12.0-SNAPSHOT</version> + <version>3.11.0</version> </parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.12.0-SNAPSHOT</version> + <version>3.11.0</version> <packaging>pom</packaging> <name>Camel Examples</name>