Bump camel-karaf version and camel version to 3.3.0-SNAPSHOT
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>