This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.9.x in repository https://gitbox.apache.org/repos/asf/camel-examples.git
commit f0b302bc44b8ca14b271f7dae3c37e3a29249bcc Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 30 07:48:06 2021 +0200 3.9.0 --- examples/main-artemis/pom.xml | 2 +- examples/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/main-artemis/pom.xml b/examples/main-artemis/pom.xml index ed1628b..85cd735 100644 --- a/examples/main-artemis/pom.xml +++ b/examples/main-artemis/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-main-artemis</artifactId> diff --git a/examples/pom.xml b/examples/pom.xml index 2d4c6a5..ec9fb88 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.10.0-SNAPSHOT</version> + <version>3.9.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.example</groupId> @@ -177,7 +177,7 @@ <jdk.version>1.8</jdk.version> <compiler.fork>false</compiler.fork> - <camel.version>3.10.0-SNAPSHOT</camel.version> + <camel.version>3.9.0-SNAPSHOT</camel.version> <!-- Versions --> <arquillian-version>1.5.0.Final</arquillian-version>