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 ff311ed72e134afbfb78147e503e1086c4ecc355 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Oct 21 07:54:23 2020 +0200 Next is 3.7.0-SNAPSHOT --- examples/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index f9a3f09..a026bb1 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</version> + <version>3.7.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.example</groupId> <artifactId>karaf-examples</artifactId> - <version>3.6.0</version> + <version>3.7.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.6.0</camel.version> - <camel.karaf.version>3.6.0</camel.karaf.version> + <camel.version>3.7.0-SNAPSHOT</camel.version> + <camel.karaf.version>3.7.0-SNAPSHOT</camel.karaf.version> <!-- Versions --> <arquillian-version>1.5.0.Final</arquillian-version>
