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-examples.git
commit ea09e6ce3bc95adb3563edf251a5580de6f81bb8 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Apr 6 14:38:01 2020 +0200 Bump camel-karaf version and camel version to 3.3.0-SNAPSHOT --- examples/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 36421ea..1d73941 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -177,8 +177,8 @@ <jdk.version>1.8</jdk.version> <compiler.fork>false</compiler.fork> - <camel.version>3.2.0</camel.version> - <camel.karaf.version>3.2.0</camel.karaf.version> + <camel.version>3.3.0-SNAPSHOT</camel.version> + <camel.karaf.version>3.3.0-SNAPSHOT</camel.karaf.version> <!-- Versions --> <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>