This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-examples-3.6.x in repository https://gitbox.apache.org/repos/asf/camel-examples.git
commit 546e364d9fff48ed78d55d1e7b67969c77bccb78 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Oct 21 07:44:35 2020 +0200 Next is 3.6.0 --- examples/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 8bdf2a5..e26714c 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.6.0-SNAPSHOT</version> + <version>3.6.0</version> </parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.6.0</version> <packaging>pom</packaging> <name>Camel Examples</name> @@ -168,7 +168,7 @@ <jdk.version>1.8</jdk.version> <compiler.fork>false</compiler.fork> - <camel.version>3.6.0-SNAPSHOT</camel.version> + <camel.version>3.6.0</camel.version> <!-- Versions --> <arquillian-version>1.5.0.Final</arquillian-version>
