This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git
commit 45667dd2ae181b10364f117aab8eb3a1213999d7 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Oct 21 07:51:28 2020 +0200 Next is 3.6.0 --- examples/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 25e821f..f9a3f09 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -25,12 +25,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>karaf-examples</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.6.0</version> <packaging>pom</packaging> <name>Camel Karaf Examples</name> @@ -106,8 +106,8 @@ <jdk.version>1.8</jdk.version> <compiler.fork>false</compiler.fork> - <camel.version>3.6.0-SNAPSHOT</camel.version> - <camel.karaf.version>3.6.0-SNAPSHOT</camel.karaf.version> + <camel.version>3.6.0</camel.version> + <camel.karaf.version>3.6.0</camel.karaf.version> <!-- Versions --> <arquillian-version>1.5.0.Final</arquillian-version>