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 862728b267610f1b65ed1a7377622abf69312577 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 8 07:07:46 2020 +0200 Next is 3.6.0-SNAPSHOT --- examples/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index df012d1..25e821f 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.5.0-SNAPSHOT</version> + <version>3.6.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.example</groupId> <artifactId>karaf-examples</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.6.0-SNAPSHOT</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.5.0</camel.version> - <camel.karaf.version>3.5.0</camel.karaf.version> + <camel.version>3.6.0-SNAPSHOT</camel.version> + <camel.karaf.version>3.6.0-SNAPSHOT</camel.karaf.version> <!-- Versions --> <arquillian-version>1.5.0.Final</arquillian-version>