Point Camel dependencies to next development version
diff --git a/pom.xml b/pom.xml
index 3f64349..0fb551f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.3.0</version>
+        <version>3.3.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.springboot</groupId>
@@ -112,7 +112,7 @@
         <spring-boot-version>2.2.7.RELEASE</spring-boot-version>
 
         <!-- Camel target version -->
-        <camel-version>3.3.0</camel-version>
+        <camel-version>3.3.1-SNAPSHOT</camel-version>
 
         <!-- versions -->
         <aether-version>1.0.2.v20150114</aether-version>
@@ -494,7 +494,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <camel-version>3.3.0</camel-version>
+                <camel-version>3.3.1-SNAPSHOT</camel-version>
             </properties>
         </profile>