You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/09/11 05:26:17 UTC

[1/3] [maven-release-plugin] prepare for next development iteration

Repository: camel
Updated Branches:
  refs/heads/master 38cc1f580 -> 4f302f316


http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-itest-spring32/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-spring32/pom.xml b/tests/camel-itest-spring32/pom.xml
index 82ae1ac..b9ed7ea 100644
--- a/tests/camel-itest-spring32/pom.xml
+++ b/tests/camel-itest-spring32/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-itest-spring32</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-itest-standalone/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-standalone/pom.xml b/tests/camel-itest-standalone/pom.xml
index ec03539..fd14374 100644
--- a/tests/camel-itest-standalone/pom.xml
+++ b/tests/camel-itest-standalone/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-itest-standalone</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-itest/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index cd98186..df873a5 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-itest</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-partial-classpath-test/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-partial-classpath-test/pom.xml b/tests/camel-partial-classpath-test/pom.xml
index ddba86f..7e4c880 100644
--- a/tests/camel-partial-classpath-test/pom.xml
+++ b/tests/camel-partial-classpath-test/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-partial-classpath-test</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-typeconverterscan-test/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-typeconverterscan-test/pom.xml b/tests/camel-typeconverterscan-test/pom.xml
index 20b3956..26febdf 100644
--- a/tests/camel-typeconverterscan-test/pom.xml
+++ b/tests/camel-typeconverterscan-test/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-typeconverterscan-test</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index e879855..2fe207c 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/test-bundles/mock-javamail_1.7/pom.xml
----------------------------------------------------------------------
diff --git a/tests/test-bundles/mock-javamail_1.7/pom.xml b/tests/test-bundles/mock-javamail_1.7/pom.xml
index 4f51ed3..6511ad7 100644
--- a/tests/test-bundles/mock-javamail_1.7/pom.xml
+++ b/tests/test-bundles/mock-javamail_1.7/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.tests.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.tests</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/test-bundles/pom.xml
----------------------------------------------------------------------
diff --git a/tests/test-bundles/pom.xml b/tests/test-bundles/pom.xml
index c64e079..d78bf17 100644
--- a/tests/test-bundles/pom.xml
+++ b/tests/test-bundles/pom.xml
@@ -22,7 +22,7 @@
     <parent>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-parent</artifactId>
-      <version>2.14.0</version>
+      <version>2.14.1-SNAPSHOT</version>
       <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/apt/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/apt/pom.xml b/tooling/apt/pom.xml
index 22d343d..a3e64a1 100644
--- a/tooling/apt/pom.xml
+++ b/tooling/apt/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tooling</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-activemq/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-activemq/pom.xml b/tooling/archetypes/camel-archetype-activemq/pom.xml
index ecf2b30..83a932e 100644
--- a/tooling/archetypes/camel-archetype-activemq/pom.xml
+++ b/tooling/archetypes/camel-archetype-activemq/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-api-component/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-api-component/pom.xml b/tooling/archetypes/camel-archetype-api-component/pom.xml
index a9b3ad1..88ef910 100644
--- a/tooling/archetypes/camel-archetype-api-component/pom.xml
+++ b/tooling/archetypes/camel-archetype-api-component/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-blueprint/pom.xml b/tooling/archetypes/camel-archetype-blueprint/pom.xml
index 8ba9347..9c5cf37 100644
--- a/tooling/archetypes/camel-archetype-blueprint/pom.xml
+++ b/tooling/archetypes/camel-archetype-blueprint/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-component-scala/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-component-scala/pom.xml b/tooling/archetypes/camel-archetype-component-scala/pom.xml
index 77806e6..9dcde57 100644
--- a/tooling/archetypes/camel-archetype-component-scala/pom.xml
+++ b/tooling/archetypes/camel-archetype-component-scala/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-component/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-component/pom.xml b/tooling/archetypes/camel-archetype-component/pom.xml
index 8b25d04..bbf5224 100644
--- a/tooling/archetypes/camel-archetype-component/pom.xml
+++ b/tooling/archetypes/camel-archetype-component/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml b/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
index 55a58e5..17aabb5 100644
--- a/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
+++ b/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml b/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml
index 2acc609..4c23693 100644
--- a/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml
+++ b/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-dataformat/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-dataformat/pom.xml b/tooling/archetypes/camel-archetype-dataformat/pom.xml
index 0ea7f4b..1761143 100644
--- a/tooling/archetypes/camel-archetype-dataformat/pom.xml
+++ b/tooling/archetypes/camel-archetype-dataformat/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-groovy/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-groovy/pom.xml b/tooling/archetypes/camel-archetype-groovy/pom.xml
index bec430b..f48f21f 100644
--- a/tooling/archetypes/camel-archetype-groovy/pom.xml
+++ b/tooling/archetypes/camel-archetype-groovy/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-java/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-java/pom.xml b/tooling/archetypes/camel-archetype-java/pom.xml
index d88855b..5ff3785 100644
--- a/tooling/archetypes/camel-archetype-java/pom.xml
+++ b/tooling/archetypes/camel-archetype-java/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-scala/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-scala/pom.xml b/tooling/archetypes/camel-archetype-scala/pom.xml
index 7a73ab1..79391e5 100644
--- a/tooling/archetypes/camel-archetype-scala/pom.xml
+++ b/tooling/archetypes/camel-archetype-scala/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-spring-dm/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-spring-dm/pom.xml b/tooling/archetypes/camel-archetype-spring-dm/pom.xml
index 4779b97..8e71c48 100644
--- a/tooling/archetypes/camel-archetype-spring-dm/pom.xml
+++ b/tooling/archetypes/camel-archetype-spring-dm/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-spring/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-spring/pom.xml b/tooling/archetypes/camel-archetype-spring/pom.xml
index f6de1a5..58c9cbc 100644
--- a/tooling/archetypes/camel-archetype-spring/pom.xml
+++ b/tooling/archetypes/camel-archetype-spring/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-web/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-web/pom.xml b/tooling/archetypes/camel-archetype-web/pom.xml
index 02e95d2..7ea5303 100644
--- a/tooling/archetypes/camel-archetype-web/pom.xml
+++ b/tooling/archetypes/camel-archetype-web/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-webconsole/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-webconsole/pom.xml b/tooling/archetypes/camel-archetype-webconsole/pom.xml
index 53ddc86..6eb095f 100644
--- a/tooling/archetypes/camel-archetype-webconsole/pom.xml
+++ b/tooling/archetypes/camel-archetype-webconsole/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/pom.xml b/tooling/archetypes/pom.xml
index 141cb86..a960635 100644
--- a/tooling/archetypes/pom.xml
+++ b/tooling/archetypes/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tooling</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>archetypes</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/camel-manual/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/camel-manual/pom.xml b/tooling/camel-manual/pom.xml
index a14e973..868501f 100644
--- a/tooling/camel-manual/pom.xml
+++ b/tooling/camel-manual/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tooling</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-manual</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/camel-api-component-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/pom.xml b/tooling/maven/camel-api-component-maven-plugin/pom.xml
index bb8821d..3921d7f 100644
--- a/tooling/maven/camel-api-component-maven-plugin/pom.xml
+++ b/tooling/maven/camel-api-component-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-api-component-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/camel-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-maven-plugin/pom.xml b/tooling/maven/camel-maven-plugin/pom.xml
index 8283d37..36ac7da 100644
--- a/tooling/maven/camel-maven-plugin/pom.xml
+++ b/tooling/maven/camel-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/camel-package-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml
index aa93975..0362323 100644
--- a/tooling/maven/camel-package-maven-plugin/pom.xml
+++ b/tooling/maven/camel-package-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-package-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/guice-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/guice-maven-plugin/pom.xml b/tooling/maven/guice-maven-plugin/pom.xml
index 5332a10..f7c8ab3 100644
--- a/tooling/maven/guice-maven-plugin/pom.xml
+++ b/tooling/maven/guice-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>guice-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml
index a844077..7c1d9d4 100644
--- a/tooling/maven/pom.xml
+++ b/tooling/maven/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tooling</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-plugins</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/pom.xml b/tooling/pom.xml
index 6ea85a3..c522700 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/spi-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/spi-annotations/pom.xml b/tooling/spi-annotations/pom.xml
index 71f0429..055ecd3 100644
--- a/tooling/spi-annotations/pom.xml
+++ b/tooling/spi-annotations/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tooling</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <!-- should not be OSGi bundle as we shade this component into camel-core -->


[2/3] [maven-release-plugin] prepare for next development iteration

Posted by ni...@apache.org.
http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-olingo2/camel-olingo2-component/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml b/components/camel-olingo2/camel-olingo2-component/pom.xml
index f6befc5..76b1391 100644
--- a/components/camel-olingo2/camel-olingo2-component/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-component/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel.component.olingo2</groupId>
     <artifactId>camel-olingo2-parent</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-olingo2</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-olingo2/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-olingo2/pom.xml b/components/camel-olingo2/pom.xml
index f5cb954..d4d8fa0 100644
--- a/components/camel-olingo2/pom.xml
+++ b/components/camel-olingo2/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.component.olingo2</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-openshift/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-openshift/pom.xml b/components/camel-openshift/pom.xml
index 0234c5a..31d8e4c 100644
--- a/components/camel-openshift/pom.xml
+++ b/components/camel-openshift/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-openshift</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-optaplanner/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-optaplanner/pom.xml b/components/camel-optaplanner/pom.xml
index 640125e..4d7875a 100644
--- a/components/camel-optaplanner/pom.xml
+++ b/components/camel-optaplanner/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-optaplanner</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-paxlogging/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-paxlogging/pom.xml b/components/camel-paxlogging/pom.xml
index a2909ab..a74b4f1 100644
--- a/components/camel-paxlogging/pom.xml
+++ b/components/camel-paxlogging/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-paxlogging</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-printer/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-printer/pom.xml b/components/camel-printer/pom.xml
index 597eab4..9d7662b 100644
--- a/components/camel-printer/pom.xml
+++ b/components/camel-printer/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-printer</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-protobuf/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-protobuf/pom.xml b/components/camel-protobuf/pom.xml
index df31b23..44cc62d 100755
--- a/components/camel-protobuf/pom.xml
+++ b/components/camel-protobuf/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>components</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-protobuf</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-quartz/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-quartz/pom.xml b/components/camel-quartz/pom.xml
index 0a287e3..5ef246b 100644
--- a/components/camel-quartz/pom.xml
+++ b/components/camel-quartz/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-quartz</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-quartz2/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-quartz2/pom.xml b/components/camel-quartz2/pom.xml
index b36eadf..ae42f10 100644
--- a/components/camel-quartz2/pom.xml
+++ b/components/camel-quartz2/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-quartz2</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-quickfix/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-quickfix/pom.xml b/components/camel-quickfix/pom.xml
index 18e424e..5c4aa5c 100644
--- a/components/camel-quickfix/pom.xml
+++ b/components/camel-quickfix/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-quickfix</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-rabbitmq/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-rabbitmq/pom.xml b/components/camel-rabbitmq/pom.xml
index 00eaf42..3546d90 100644
--- a/components/camel-rabbitmq/pom.xml
+++ b/components/camel-rabbitmq/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-rabbitmq</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-restlet/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-restlet/pom.xml b/components/camel-restlet/pom.xml
index e2daf7e..a7afd47 100644
--- a/components/camel-restlet/pom.xml
+++ b/components/camel-restlet/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-restlet</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-rmi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-rmi/pom.xml b/components/camel-rmi/pom.xml
index 25913ad..00e0a38 100644
--- a/components/camel-rmi/pom.xml
+++ b/components/camel-rmi/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-rmi</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-routebox/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-routebox/pom.xml b/components/camel-routebox/pom.xml
index 7fcabe3..58b992e 100644
--- a/components/camel-routebox/pom.xml
+++ b/components/camel-routebox/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>components</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-routebox</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-rss/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-rss/pom.xml b/components/camel-rss/pom.xml
index be9ec84..9d2c3cc 100644
--- a/components/camel-rss/pom.xml
+++ b/components/camel-rss/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-rss</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-ruby/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ruby/pom.xml b/components/camel-ruby/pom.xml
index f0b4d16..998cdce 100644
--- a/components/camel-ruby/pom.xml
+++ b/components/camel-ruby/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-ruby</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-rx/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-rx/pom.xml b/components/camel-rx/pom.xml
index b911504..32bf9c1 100644
--- a/components/camel-rx/pom.xml
+++ b/components/camel-rx/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-rx</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-salesforce/camel-salesforce-component/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml b/components/camel-salesforce/camel-salesforce-component/pom.xml
index 23869a6..233c24d 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-salesforce-parent</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-salesforce</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
index 994a540..7486eff 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-salesforce-parent</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.maven</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-salesforce/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-salesforce/pom.xml b/components/camel-salesforce/pom.xml
index c59154e..63949b6 100644
--- a/components/camel-salesforce/pom.xml
+++ b/components/camel-salesforce/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-salesforce-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-sap-netweaver/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-sap-netweaver/pom.xml b/components/camel-sap-netweaver/pom.xml
index 23204a8..7d8631f 100644
--- a/components/camel-sap-netweaver/pom.xml
+++ b/components/camel-sap-netweaver/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>components</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-sap-netweaver</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-saxon/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-saxon/pom.xml b/components/camel-saxon/pom.xml
index 2eefea5..4d54199 100644
--- a/components/camel-saxon/pom.xml
+++ b/components/camel-saxon/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-saxon</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-scala/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-scala/pom.xml b/components/camel-scala/pom.xml
index b351390..6579f3b 100644
--- a/components/camel-scala/pom.xml
+++ b/components/camel-scala/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-scala</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-script/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-script/pom.xml b/components/camel-script/pom.xml
index 4392f6e..655cd9b 100644
--- a/components/camel-script/pom.xml
+++ b/components/camel-script/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-script</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-servlet/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-servlet/pom.xml b/components/camel-servlet/pom.xml
index d18c9cf..4cb7a5e 100644
--- a/components/camel-servlet/pom.xml
+++ b/components/camel-servlet/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
     
   <artifactId>camel-servlet</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-servletlistener/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-servletlistener/pom.xml b/components/camel-servletlistener/pom.xml
index 83f8e77..60cd0be 100644
--- a/components/camel-servletlistener/pom.xml
+++ b/components/camel-servletlistener/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
     
   <artifactId>camel-servletlistener</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-shiro/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-shiro/pom.xml b/components/camel-shiro/pom.xml
index 088dfa8..6288b06 100644
--- a/components/camel-shiro/pom.xml
+++ b/components/camel-shiro/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<artifactId>components</artifactId>
 		<groupId>org.apache.camel</groupId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-shiro</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-sip/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-sip/pom.xml b/components/camel-sip/pom.xml
index d7c7e29..69edfbd 100644
--- a/components/camel-sip/pom.xml
+++ b/components/camel-sip/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
   
 	<artifactId>camel-sip</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-sjms/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-sjms/pom.xml b/components/camel-sjms/pom.xml
index 4d9bd9e..3458303 100644
--- a/components/camel-sjms/pom.xml
+++ b/components/camel-sjms/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-sjms</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-smpp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-smpp/pom.xml b/components/camel-smpp/pom.xml
index 661547d..951dd14 100644
--- a/components/camel-smpp/pom.xml
+++ b/components/camel-smpp/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-smpp</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-snmp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-snmp/pom.xml b/components/camel-snmp/pom.xml
index 17c1ecf..c028aa8 100644
--- a/components/camel-snmp/pom.xml
+++ b/components/camel-snmp/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-snmp</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-soap/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml
index 6f3880f..ef871d3 100644
--- a/components/camel-soap/pom.xml
+++ b/components/camel-soap/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-soap</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-solr/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index 1d7c680..2fa1f1e 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-solr</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-spark-rest/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spark-rest/pom.xml b/components/camel-spark-rest/pom.xml
index 8d1ae38..1b037c1 100644
--- a/components/camel-spark-rest/pom.xml
+++ b/components/camel-spark-rest/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-spark-rest</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-splunk/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-splunk/pom.xml b/components/camel-splunk/pom.xml
index 08dc662..338d85c 100644
--- a/components/camel-splunk/pom.xml
+++ b/components/camel-splunk/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <name>Camel :: Splunk</name>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-spring-batch/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-batch/pom.xml b/components/camel-spring-batch/pom.xml
index 83fc861..066c44f 100644
--- a/components/camel-spring-batch/pom.xml
+++ b/components/camel-spring-batch/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-spring-batch</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-spring-integration/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-integration/pom.xml b/components/camel-spring-integration/pom.xml
index 40fe114..cee831c 100644
--- a/components/camel-spring-integration/pom.xml
+++ b/components/camel-spring-integration/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>components</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-spring-integration</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-spring-javaconfig/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-javaconfig/pom.xml b/components/camel-spring-javaconfig/pom.xml
index 7eaf3b3..ceac318 100644
--- a/components/camel-spring-javaconfig/pom.xml
+++ b/components/camel-spring-javaconfig/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-spring-javaconfig</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-spring-ldap/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-ldap/pom.xml b/components/camel-spring-ldap/pom.xml
index 32b802d..f9adc30 100644
--- a/components/camel-spring-ldap/pom.xml
+++ b/components/camel-spring-ldap/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-spring-ldap</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-spring-redis/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-redis/pom.xml b/components/camel-spring-redis/pom.xml
index 90ddc82..3061f55 100755
--- a/components/camel-spring-redis/pom.xml
+++ b/components/camel-spring-redis/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-spring-redis</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-spring-security/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-security/pom.xml b/components/camel-spring-security/pom.xml
index a8507b7..60b8429 100644
--- a/components/camel-spring-security/pom.xml
+++ b/components/camel-spring-security/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<artifactId>components</artifactId>
 		<groupId>org.apache.camel</groupId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-spring-security</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-spring-ws/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-ws/pom.xml b/components/camel-spring-ws/pom.xml
index 5653d77..955b8c5 100644
--- a/components/camel-spring-ws/pom.xml
+++ b/components/camel-spring-ws/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-spring-ws</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-spring/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml
index 91b2bcb..ec05e95 100644
--- a/components/camel-spring/pom.xml
+++ b/components/camel-spring/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-sql/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-sql/pom.xml b/components/camel-sql/pom.xml
index cceeffa..cb94233 100644
--- a/components/camel-sql/pom.xml
+++ b/components/camel-sql/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-sql</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-ssh/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ssh/pom.xml b/components/camel-ssh/pom.xml
index dc3252a..8f7a5ae 100644
--- a/components/camel-ssh/pom.xml
+++ b/components/camel-ssh/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-ssh</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-stax/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-stax/pom.xml b/components/camel-stax/pom.xml
index e9e5106..6d4be22 100644
--- a/components/camel-stax/pom.xml
+++ b/components/camel-stax/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-stax</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-stomp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-stomp/pom.xml b/components/camel-stomp/pom.xml
index c88b88b..b9ae3df 100644
--- a/components/camel-stomp/pom.xml
+++ b/components/camel-stomp/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-stomp</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-stream/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-stream/pom.xml b/components/camel-stream/pom.xml
index 036b7c6..06888de 100644
--- a/components/camel-stream/pom.xml
+++ b/components/camel-stream/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-stream</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-stringtemplate/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-stringtemplate/pom.xml b/components/camel-stringtemplate/pom.xml
index 74eb4d9..318a54e 100644
--- a/components/camel-stringtemplate/pom.xml
+++ b/components/camel-stringtemplate/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-stringtemplate</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-swagger/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-swagger/pom.xml b/components/camel-swagger/pom.xml
index ae683f5..9071c3f 100644
--- a/components/camel-swagger/pom.xml
+++ b/components/camel-swagger/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-swagger</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-syslog/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-syslog/pom.xml b/components/camel-syslog/pom.xml
index 2602b52..4401b38 100644
--- a/components/camel-syslog/pom.xml
+++ b/components/camel-syslog/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-syslog</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-tagsoup/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-tagsoup/pom.xml b/components/camel-tagsoup/pom.xml
index a0617bb..2ad47ab 100644
--- a/components/camel-tagsoup/pom.xml
+++ b/components/camel-tagsoup/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-tagsoup</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-test-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-test-blueprint/pom.xml b/components/camel-test-blueprint/pom.xml
index a5de266..02f91b1 100644
--- a/components/camel-test-blueprint/pom.xml
+++ b/components/camel-test-blueprint/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-test-blueprint</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-test-spring/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-test-spring/pom.xml b/components/camel-test-spring/pom.xml
index 94fe942..2213ffc 100644
--- a/components/camel-test-spring/pom.xml
+++ b/components/camel-test-spring/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-test-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-test-spring3/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-test-spring3/pom.xml b/components/camel-test-spring3/pom.xml
index 7eaa12e..c141952 100644
--- a/components/camel-test-spring3/pom.xml
+++ b/components/camel-test-spring3/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-test-spring3</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-test/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-test/pom.xml b/components/camel-test/pom.xml
index 5971894..13f461f 100644
--- a/components/camel-test/pom.xml
+++ b/components/camel-test/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-test</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-testng/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-testng/pom.xml b/components/camel-testng/pom.xml
index fac7ab1..aed2c00 100644
--- a/components/camel-testng/pom.xml
+++ b/components/camel-testng/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-testng</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-twitter/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-twitter/pom.xml b/components/camel-twitter/pom.xml
index 0c72f12..815c28f 100644
--- a/components/camel-twitter/pom.xml
+++ b/components/camel-twitter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
    <artifactId>camel-twitter</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-urlrewrite/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-urlrewrite/pom.xml b/components/camel-urlrewrite/pom.xml
index e979d85..55db666 100644
--- a/components/camel-urlrewrite/pom.xml
+++ b/components/camel-urlrewrite/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-urlrewrite</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-velocity/pom.xml b/components/camel-velocity/pom.xml
index 696f37f..a810691 100644
--- a/components/camel-velocity/pom.xml
+++ b/components/camel-velocity/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-velocity</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-vertx/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-vertx/pom.xml b/components/camel-vertx/pom.xml
index 4c3439f..2153b34 100644
--- a/components/camel-vertx/pom.xml
+++ b/components/camel-vertx/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-vertx</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-weather/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-weather/pom.xml b/components/camel-weather/pom.xml
index 862cd07..8048334 100644
--- a/components/camel-weather/pom.xml
+++ b/components/camel-weather/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-weather</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-web-standalone/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-web-standalone/pom.xml b/components/camel-web-standalone/pom.xml
index 7e324c6..36d079f 100755
--- a/components/camel-web-standalone/pom.xml
+++ b/components/camel-web-standalone/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-web/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-web/pom.xml b/components/camel-web/pom.xml
index 6f7e488..acbc405 100644
--- a/components/camel-web/pom.xml
+++ b/components/camel-web/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>components</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-websocket/pom.xml b/components/camel-websocket/pom.xml
index 5a867d0..872e4d2 100644
--- a/components/camel-websocket/pom.xml
+++ b/components/camel-websocket/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-websocket</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-xmlbeans/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmlbeans/pom.xml b/components/camel-xmlbeans/pom.xml
index 7befacc..27af42c 100644
--- a/components/camel-xmlbeans/pom.xml
+++ b/components/camel-xmlbeans/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-xmlbeans</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-xmljson/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmljson/pom.xml b/components/camel-xmljson/pom.xml
index 4d8023b..f55a57c 100644
--- a/components/camel-xmljson/pom.xml
+++ b/components/camel-xmljson/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-xmljson</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-xmlrpc/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmlrpc/pom.xml b/components/camel-xmlrpc/pom.xml
index fae763b..3d60df0 100644
--- a/components/camel-xmlrpc/pom.xml
+++ b/components/camel-xmlrpc/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-xmlrpc</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-xmlsecurity/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmlsecurity/pom.xml b/components/camel-xmlsecurity/pom.xml
index cc12112..96f964a 100755
--- a/components/camel-xmlsecurity/pom.xml
+++ b/components/camel-xmlsecurity/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-xmlsecurity</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-xmpp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmpp/pom.xml b/components/camel-xmpp/pom.xml
index c523978..963e976 100644
--- a/components/camel-xmpp/pom.xml
+++ b/components/camel-xmpp/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-xmpp</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-xstream/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xstream/pom.xml b/components/camel-xstream/pom.xml
index 53a9d40..1c44829 100644
--- a/components/camel-xstream/pom.xml
+++ b/components/camel-xstream/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-xstream</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-yammer/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-yammer/pom.xml b/components/camel-yammer/pom.xml
index ae4d8db..7114162 100644
--- a/components/camel-yammer/pom.xml
+++ b/components/camel-yammer/pom.xml
@@ -21,7 +21,7 @@
  <parent>
   <groupId>org.apache.camel</groupId>
   <artifactId>components</artifactId>
-  <version>2.14.0</version>
+  <version>2.14.1-SNAPSHOT</version>
  </parent>
 
  <artifactId>camel-yammer</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-zipfile/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-zipfile/pom.xml b/components/camel-zipfile/pom.xml
index 566806c..cff10fe 100644
--- a/components/camel-zipfile/pom.xml
+++ b/components/camel-zipfile/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-zipfile</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-zookeeper/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-zookeeper/pom.xml b/components/camel-zookeeper/pom.xml
index 34f342b..6544d5b 100644
--- a/components/camel-zookeeper/pom.xml
+++ b/components/camel-zookeeper/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-zookeeper</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index 6c4a864..901aa6b 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-activemq-tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-activemq-tomcat/pom.xml b/examples/camel-example-activemq-tomcat/pom.xml
index c3e41ef..f7aaa1d 100755
--- a/examples/camel-example-activemq-tomcat/pom.xml
+++ b/examples/camel-example-activemq-tomcat/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-example-activemq-tomcat</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-aggregate/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-aggregate/pom.xml b/examples/camel-example-aggregate/pom.xml
index 6abb318..bcc303e 100644
--- a/examples/camel-example-aggregate/pom.xml
+++ b/examples/camel-example-aggregate/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-aggregate</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-bam/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-bam/pom.xml b/examples/camel-example-bam/pom.xml
index bb030f9..bc3a465 100644
--- a/examples/camel-example-bam/pom.xml
+++ b/examples/camel-example-bam/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-bam</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-cafe/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cafe/pom.xml b/examples/camel-example-cafe/pom.xml
index f625ead..9419523 100755
--- a/examples/camel-example-cafe/pom.xml
+++ b/examples/camel-example-cafe/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-cafe</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cdi/pom.xml b/examples/camel-example-cdi/pom.xml
index 99b726d..7fdefaa 100644
--- a/examples/camel-example-cdi/pom.xml
+++ b/examples/camel-example-cdi/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-console/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-console/pom.xml b/examples/camel-example-console/pom.xml
index e889f49..3586794 100644
--- a/examples/camel-example-console/pom.xml
+++ b/examples/camel-example-console/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-console</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-cxf-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cxf-blueprint/pom.xml b/examples/camel-example-cxf-blueprint/pom.xml
index 3044a78..d7c4f23 100644
--- a/examples/camel-example-cxf-blueprint/pom.xml
+++ b/examples/camel-example-cxf-blueprint/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-cxf-blueprint</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-cxf-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cxf-osgi/pom.xml b/examples/camel-example-cxf-osgi/pom.xml
index 5e7527e..a1c0374 100644
--- a/examples/camel-example-cxf-osgi/pom.xml
+++ b/examples/camel-example-cxf-osgi/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-example-cxf-osgi</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-cxf-proxy/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cxf-proxy/pom.xml b/examples/camel-example-cxf-proxy/pom.xml
index bdd6341..bc0304e 100755
--- a/examples/camel-example-cxf-proxy/pom.xml
+++ b/examples/camel-example-cxf-proxy/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-cxf-proxy</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-cxf-tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cxf-tomcat/pom.xml b/examples/camel-example-cxf-tomcat/pom.xml
index 7e0c297..03db78d 100755
--- a/examples/camel-example-cxf-tomcat/pom.xml
+++ b/examples/camel-example-cxf-tomcat/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-cxf-tomcat</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cxf/pom.xml b/examples/camel-example-cxf/pom.xml
index 60546bf..1cb7415 100644
--- a/examples/camel-example-cxf/pom.xml
+++ b/examples/camel-example-cxf/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-cxf</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-docs/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-docs/pom.xml b/examples/camel-example-docs/pom.xml
index fe9856e..0dd4f68 100755
--- a/examples/camel-example-docs/pom.xml
+++ b/examples/camel-example-docs/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-example-docs</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-etl/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-etl/pom.xml b/examples/camel-example-etl/pom.xml
index 491552b..b74c072 100644
--- a/examples/camel-example-etl/pom.xml
+++ b/examples/camel-example-etl/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-etl</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-ftp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-ftp/pom.xml b/examples/camel-example-ftp/pom.xml
index 307cfb5..68e93e5 100644
--- a/examples/camel-example-ftp/pom.xml
+++ b/examples/camel-example-ftp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-ftp</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-gae/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-gae/pom.xml b/examples/camel-example-gae/pom.xml
index 24e772f..647b76b 100644
--- a/examples/camel-example-gae/pom.xml
+++ b/examples/camel-example-gae/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-gae</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-gauth/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-gauth/pom.xml b/examples/camel-example-gauth/pom.xml
index 759a6fa..55d2389 100644
--- a/examples/camel-example-gauth/pom.xml
+++ b/examples/camel-example-gauth/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-gauth</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-guice-jms/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-guice-jms/pom.xml b/examples/camel-example-guice-jms/pom.xml
index f665dc1..de15d1e 100644
--- a/examples/camel-example-guice-jms/pom.xml
+++ b/examples/camel-example-guice-jms/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-guice-jms</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-jdbc/pom.xml b/examples/camel-example-jdbc/pom.xml
index 27045a5..40ab2f5 100644
--- a/examples/camel-example-jdbc/pom.xml
+++ b/examples/camel-example-jdbc/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-jdbc</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-jms-file/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-jms-file/pom.xml b/examples/camel-example-jms-file/pom.xml
index 3fe1857..48c6bc9 100755
--- a/examples/camel-example-jms-file/pom.xml
+++ b/examples/camel-example-jms-file/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-example-jms-file</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-jmx/pom.xml b/examples/camel-example-jmx/pom.xml
index b2e93b0..b791f79 100644
--- a/examples/camel-example-jmx/pom.xml
+++ b/examples/camel-example-jmx/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-example-jmx</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-loadbalancing/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-loadbalancing/pom.xml b/examples/camel-example-loadbalancing/pom.xml
index 7dc3e85..6036fce 100644
--- a/examples/camel-example-loadbalancing/pom.xml
+++ b/examples/camel-example-loadbalancing/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 	    <groupId>org.apache.camel</groupId>
 	    <artifactId>examples</artifactId>
-	    <version>2.14.0</version>
+	    <version>2.14.1-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>camel-example-loadbalancing</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-loan-broker/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-loan-broker/pom.xml b/examples/camel-example-loan-broker/pom.xml
index 608e96a..3f3518d 100644
--- a/examples/camel-example-loan-broker/pom.xml
+++ b/examples/camel-example-loan-broker/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-example-loan-broker</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-management/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-management/pom.xml b/examples/camel-example-management/pom.xml
index 70702cc..b90a00e 100644
--- a/examples/camel-example-management/pom.xml
+++ b/examples/camel-example-management/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-management</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-mybatis/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-mybatis/pom.xml b/examples/camel-example-mybatis/pom.xml
index 22c22e1..1c4c0c0 100644
--- a/examples/camel-example-mybatis/pom.xml
+++ b/examples/camel-example-mybatis/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-mybatis</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-netty-http/myapp-one/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-netty-http/myapp-one/pom.xml b/examples/camel-example-netty-http/myapp-one/pom.xml
index af7055e..56f2830 100644
--- a/examples/camel-example-netty-http/myapp-one/pom.xml
+++ b/examples/camel-example-netty-http/myapp-one/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>camel-example-netty-http</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-netty-http/myapp-two/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-netty-http/myapp-two/pom.xml b/examples/camel-example-netty-http/myapp-two/pom.xml
index a402d1f..865d531 100644
--- a/examples/camel-example-netty-http/myapp-two/pom.xml
+++ b/examples/camel-example-netty-http/myapp-two/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>camel-example-netty-http</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-netty-http/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-netty-http/pom.xml b/examples/camel-example-netty-http/pom.xml
index b3b9a45..21194cb 100644
--- a/examples/camel-example-netty-http/pom.xml
+++ b/examples/camel-example-netty-http/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-netty-http</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-netty-http/shared-netty-http-server/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-netty-http/shared-netty-http-server/pom.xml b/examples/camel-example-netty-http/shared-netty-http-server/pom.xml
index a21e4d9..41937a9 100644
--- a/examples/camel-example-netty-http/shared-netty-http-server/pom.xml
+++ b/examples/camel-example-netty-http/shared-netty-http-server/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>camel-example-netty-http</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-osgi-rmi/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-osgi-rmi/pom.xml b/examples/camel-example-osgi-rmi/pom.xml
index 17be77f..b917e5b 100644
--- a/examples/camel-example-osgi-rmi/pom.xml
+++ b/examples/camel-example-osgi-rmi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-osgi-rmi</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-osgi/pom.xml b/examples/camel-example-osgi/pom.xml
index e3f52bc..2e79cb3 100644
--- a/examples/camel-example-osgi/pom.xml
+++ b/examples/camel-example-osgi/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-example-osgi</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-pojo-messaging/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-pojo-messaging/pom.xml b/examples/camel-example-pojo-messaging/pom.xml
index 496b1b9..98713a1 100644
--- a/examples/camel-example-pojo-messaging/pom.xml
+++ b/examples/camel-example-pojo-messaging/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-example-pojo-messaging</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-reportincident-wssecurity/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-reportincident-wssecurity/pom.xml b/examples/camel-example-reportincident-wssecurity/pom.xml
index 16d0058..6566be4 100644
--- a/examples/camel-example-reportincident-wssecurity/pom.xml
+++ b/examples/camel-example-reportincident-wssecurity/pom.xml
@@ -22,7 +22,7 @@
    <parent>
        <groupId>org.apache.camel</groupId>
        <artifactId>examples</artifactId>
-       <version>2.14.0</version>
+       <version>2.14.1-SNAPSHOT</version>
    </parent>
   
   <artifactId>camel-example-reportincident-wssecurity</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-reportincident/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-reportincident/pom.xml b/examples/camel-example-reportincident/pom.xml
index 0c2ea01..fc53563 100755
--- a/examples/camel-example-reportincident/pom.xml
+++ b/examples/camel-example-reportincident/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-reportincident</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-restlet-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-restlet-jdbc/pom.xml b/examples/camel-example-restlet-jdbc/pom.xml
index c4fb79f..9d238e1 100755
--- a/examples/camel-example-restlet-jdbc/pom.xml
+++ b/examples/camel-example-restlet-jdbc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-restlet-jdbc</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-route-throttling/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-route-throttling/pom.xml b/examples/camel-example-route-throttling/pom.xml
index 5c2f2cd..f3c98e5 100644
--- a/examples/camel-example-route-throttling/pom.xml
+++ b/examples/camel-example-route-throttling/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-route-throttling</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-servlet-rest-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-servlet-rest-blueprint/pom.xml b/examples/camel-example-servlet-rest-blueprint/pom.xml
index 1cb785a..3dd1d5b 100755
--- a/examples/camel-example-servlet-rest-blueprint/pom.xml
+++ b/examples/camel-example-servlet-rest-blueprint/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-servlet-rest-blueprint</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-servlet-rest-tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-servlet-rest-tomcat/pom.xml b/examples/camel-example-servlet-rest-tomcat/pom.xml
index cf6ac09..7730b70 100755
--- a/examples/camel-example-servlet-rest-tomcat/pom.xml
+++ b/examples/camel-example-servlet-rest-tomcat/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-servlet-rest-tomcat</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-servlet-tomcat-blueprintweb/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-servlet-tomcat-blueprintweb/pom.xml b/examples/camel-example-servlet-tomcat-blueprintweb/pom.xml
index c0e6efe..4313599 100755
--- a/examples/camel-example-servlet-tomcat-blueprintweb/pom.xml
+++ b/examples/camel-example-servlet-tomcat-blueprintweb/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-servlet-tomcat-blueprintweb</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-servlet-tomcat-no-spring/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-servlet-tomcat-no-spring/pom.xml b/examples/camel-example-servlet-tomcat-no-spring/pom.xml
index 837c99c..5bcd477 100755
--- a/examples/camel-example-servlet-tomcat-no-spring/pom.xml
+++ b/examples/camel-example-servlet-tomcat-no-spring/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-servlet-tomcat-no-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-servlet-tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-servlet-tomcat/pom.xml b/examples/camel-example-servlet-tomcat/pom.xml
index 65e4214..aa9d3ee 100755
--- a/examples/camel-example-servlet-tomcat/pom.xml
+++ b/examples/camel-example-servlet-tomcat/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-servlet-tomcat</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-simplejirabot/javadsl/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-simplejirabot/javadsl/pom.xml b/examples/camel-example-simplejirabot/javadsl/pom.xml
index d1c285e..efefa09 100644
--- a/examples/camel-example-simplejirabot/javadsl/pom.xml
+++ b/examples/camel-example-simplejirabot/javadsl/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>camel-example-simplejirabot</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-simplejirabot/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-simplejirabot/pom.xml b/examples/camel-example-simplejirabot/pom.xml
index c482a20..87c7743 100644
--- a/examples/camel-example-simplejirabot/pom.xml
+++ b/examples/camel-example-simplejirabot/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-simplejirabot</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-simplejirabot/xmlconf/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-simplejirabot/xmlconf/pom.xml b/examples/camel-example-simplejirabot/xmlconf/pom.xml
index 71b4d44..d3a5cfa 100644
--- a/examples/camel-example-simplejirabot/xmlconf/pom.xml
+++ b/examples/camel-example-simplejirabot/xmlconf/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>camel-example-simplejirabot</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-spark-rest-tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spark-rest-tomcat/pom.xml b/examples/camel-example-spark-rest-tomcat/pom.xml
index 57c7e92..8d33af0 100755
--- a/examples/camel-example-spark-rest-tomcat/pom.xml
+++ b/examples/camel-example-spark-rest-tomcat/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-spark-rest-tomcat</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-splunk/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-splunk/pom.xml b/examples/camel-example-splunk/pom.xml
index 196af12..3426e87 100644
--- a/examples/camel-example-splunk/pom.xml
+++ b/examples/camel-example-splunk/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-splunk</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-spring-javaconfig/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-javaconfig/pom.xml b/examples/camel-example-spring-javaconfig/pom.xml
index cf8ac56..39c6df0 100644
--- a/examples/camel-example-spring-javaconfig/pom.xml
+++ b/examples/camel-example-spring-javaconfig/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-spring-javaconfig</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-spring-jms/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-jms/pom.xml b/examples/camel-example-spring-jms/pom.xml
index 2f95e38..a63eb8a 100644
--- a/examples/camel-example-spring-jms/pom.xml
+++ b/examples/camel-example-spring-jms/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-jms</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-spring-security/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-security/pom.xml b/examples/camel-example-spring-security/pom.xml
index 325d3e1..abd46a1 100755
--- a/examples/camel-example-spring-security/pom.xml
+++ b/examples/camel-example-spring-security/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-example-spring-security</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-spring-ws/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-ws/pom.xml b/examples/camel-example-spring-ws/pom.xml
index 301c625..b38776f 100644
--- a/examples/camel-example-spring-ws/pom.xml
+++ b/examples/camel-example-spring-ws/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-example-spring-ws</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-spring-xquery/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-xquery/pom.xml b/examples/camel-example-spring-xquery/pom.xml
index a5cc2eb..6565842 100755
--- a/examples/camel-example-spring-xquery/pom.xml
+++ b/examples/camel-example-spring-xquery/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-spring-xquery</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-spring/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring/pom.xml b/examples/camel-example-spring/pom.xml
index 578072a..775d4ad 100755
--- a/examples/camel-example-spring/pom.xml
+++ b/examples/camel-example-spring/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-example-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-sql-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-sql-blueprint/pom.xml b/examples/camel-example-sql-blueprint/pom.xml
index acb7dc9..ce46b3a 100644
--- a/examples/camel-example-sql-blueprint/pom.xml
+++ b/examples/camel-example-sql-blueprint/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-sql-blueprint</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-sql/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-sql/pom.xml b/examples/camel-example-sql/pom.xml
index 4d04c13..364401d 100644
--- a/examples/camel-example-sql/pom.xml
+++ b/examples/camel-example-sql/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-sql</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-ssh-security/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-ssh-security/pom.xml b/examples/camel-example-ssh-security/pom.xml
index 07a6b13..1265afd 100644
--- a/examples/camel-example-ssh-security/pom.xml
+++ b/examples/camel-example-ssh-security/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-ssh-security</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-ssh/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-ssh/pom.xml b/examples/camel-example-ssh/pom.xml
index 28d4cd4..7c9709d 100644
--- a/examples/camel-example-ssh/pom.xml
+++ b/examples/camel-example-ssh/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-ssh</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-tracer/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-tracer/pom.xml b/examples/camel-example-tracer/pom.xml
index 3bb8bb9..9bdcfc2 100644
--- a/examples/camel-example-tracer/pom.xml
+++ b/examples/camel-example-tracer/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-tracer</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-twitter-websocket-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-twitter-websocket-blueprint/pom.xml b/examples/camel-example-twitter-websocket-blueprint/pom.xml
index d2e136f..37a940f 100644
--- a/examples/camel-example-twitter-websocket-blueprint/pom.xml
+++ b/examples/camel-example-twitter-websocket-blueprint/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-twitter-websocket-blueprint</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/camel-example-twitter-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-twitter-websocket/pom.xml b/examples/camel-example-twitter-websocket/pom.xml
index 8ae6743..5e8e4fa 100644
--- a/examples/camel-example-twitter-websocket/pom.xml
+++ b/examples/camel-example-twitter-websocket/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-example-twitter-websocket</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index fe4bf69..9bcaced 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index b185f35..47169eb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/platforms/karaf/commands/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml
index 0842781..f89d7e0 100644
--- a/platforms/karaf/commands/pom.xml
+++ b/platforms/karaf/commands/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>karaf</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.karaf</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/platforms/karaf/features/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml
index 5f4ea51..e17d605 100644
--- a/platforms/karaf/features/pom.xml
+++ b/platforms/karaf/features/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>karaf</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.karaf</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/platforms/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/pom.xml b/platforms/karaf/pom.xml
index 8809d6b..e4a5e60 100644
--- a/platforms/karaf/pom.xml
+++ b/platforms/karaf/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>platforms</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>karaf</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/platforms/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/pom.xml b/platforms/pom.xml
index 81a6cb0..9dee482 100644
--- a/platforms/pom.xml
+++ b/platforms/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b82de70..1380701 100755
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.camel</groupId>
   <artifactId>camel</artifactId>
-  <version>2.14.0</version>
+  <version>2.14.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Camel</name>
   <description>Camel build POM</description>
@@ -130,7 +130,7 @@
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/camel.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/camel.git</developerConnection>
     <url>https://fisheye6.atlassian.com/browse/~br=master/camel-git</url>
-    <tag>camel-2.14.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <build>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-blueprint-cxf-test/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-blueprint-cxf-test/pom.xml b/tests/camel-blueprint-cxf-test/pom.xml
index 8a15a51..ce5ed2e 100644
--- a/tests/camel-blueprint-cxf-test/pom.xml
+++ b/tests/camel-blueprint-cxf-test/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-blueprint-cxf-test</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-itest-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-cdi/pom.xml b/tests/camel-itest-cdi/pom.xml
index 7f91a7e..17f33f5 100644
--- a/tests/camel-itest-cdi/pom.xml
+++ b/tests/camel-itest-cdi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>tests</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-itest-cdi</artifactId>


Re: [1/3] [maven-release-plugin] prepare for next development iteration

Posted by Willem Jiang <wi...@gmail.com>.
Yeah, you are right, I should setup the master version to 2.15-SNAPSHOT.
I will create a new camel-2.14.x branch and then update the master branch pom version for that.

--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem



On September 12, 2014 at 4:25:20 AM, Christian Müller (christian.mueller@gmail.com) wrote:
> Shouldn't be the new version on trunk 2.15-SNAPSHOT?
>  
> Best,
>  
> Christian
> -----------------
>  
> Software Integration Specialist
>  
> Apache Member
> V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
> Apache Incubator PMC Member
>  
> https://www.linkedin.com/pub/christian-mueller/11/551/642
>  
> On Thu, Sep 11, 2014 at 5:26 AM, wrote:
>  
> > Repository: camel
> > Updated Branches:
> > refs/heads/master 38cc1f580 -> 4f302f316
> >
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-itest-spring32/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tests/camel-itest-spring32/pom.xml
> > b/tests/camel-itest-spring32/pom.xml
> > index 82ae1ac..b9ed7ea 100644
> > --- a/tests/camel-itest-spring32/pom.xml
> > +++ b/tests/camel-itest-spring32/pom.xml
> > @@ -22,7 +22,7 @@
> >  
> > org.apache.camel
> > tests
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > camel-itest-spring32
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-itest-standalone/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tests/camel-itest-standalone/pom.xml
> > b/tests/camel-itest-standalone/pom.xml
> > index ec03539..fd14374 100644
> > --- a/tests/camel-itest-standalone/pom.xml
> > +++ b/tests/camel-itest-standalone/pom.xml
> > @@ -22,7 +22,7 @@
> >  
> > org.apache.camel
> > tests
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > camel-itest-standalone
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-itest/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
> > index cd98186..df873a5 100644
> > --- a/tests/camel-itest/pom.xml
> > +++ b/tests/camel-itest/pom.xml
> > @@ -22,7 +22,7 @@
> >  
> > org.apache.camel
> > tests
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > camel-itest
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-partial-classpath-test/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tests/camel-partial-classpath-test/pom.xml
> > b/tests/camel-partial-classpath-test/pom.xml
> > index ddba86f..7e4c880 100644
> > --- a/tests/camel-partial-classpath-test/pom.xml
> > +++ b/tests/camel-partial-classpath-test/pom.xml
> > @@ -22,7 +22,7 @@
> >  
> > org.apache.camel
> > tests
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > camel-partial-classpath-test
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-typeconverterscan-test/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tests/camel-typeconverterscan-test/pom.xml
> > b/tests/camel-typeconverterscan-test/pom.xml
> > index 20b3956..26febdf 100644
> > --- a/tests/camel-typeconverterscan-test/pom.xml
> > +++ b/tests/camel-typeconverterscan-test/pom.xml
> > @@ -22,7 +22,7 @@
> >  
> > org.apache.camel
> > tests
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > camel-typeconverterscan-test
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tests/pom.xml b/tests/pom.xml
> > index e879855..2fe207c 100644
> > --- a/tests/pom.xml
> > +++ b/tests/pom.xml
> > @@ -22,7 +22,7 @@
> >  
> > org.apache.camel
> > camel-parent
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> > ../parent
> >  
> >
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/test-bundles/mock-javamail_1.7/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tests/test-bundles/mock-javamail_1.7/pom.xml
> > b/tests/test-bundles/mock-javamail_1.7/pom.xml
> > index 4f51ed3..6511ad7 100644
> > --- a/tests/test-bundles/mock-javamail_1.7/pom.xml
> > +++ b/tests/test-bundles/mock-javamail_1.7/pom.xml
> > @@ -22,7 +22,7 @@
> >  
> > org.apache.camel.tests.bundles
> > bundles-pom
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.tests
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/test-bundles/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tests/test-bundles/pom.xml b/tests/test-bundles/pom.xml
> > index c64e079..d78bf17 100644
> > --- a/tests/test-bundles/pom.xml
> > +++ b/tests/test-bundles/pom.xml
> > @@ -22,7 +22,7 @@
> >  
> > org.apache.camel
> > camel-parent
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> > ../../parent
> >  
> >
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/apt/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/apt/pom.xml b/tooling/apt/pom.xml
> > index 22d343d..a3e64a1 100644
> > --- a/tooling/apt/pom.xml
> > +++ b/tooling/apt/pom.xml
> > @@ -22,7 +22,7 @@
> >  
> > org.apache.camel
> > tooling
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> >
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-activemq/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/camel-archetype-activemq/pom.xml
> > b/tooling/archetypes/camel-archetype-activemq/pom.xml
> > index ecf2b30..83a932e 100644
> > --- a/tooling/archetypes/camel-archetype-activemq/pom.xml
> > +++ b/tooling/archetypes/camel-archetype-activemq/pom.xml
> > @@ -24,7 +24,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-api-component/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/camel-archetype-api-component/pom.xml
> > b/tooling/archetypes/camel-archetype-api-component/pom.xml
> > index a9b3ad1..88ef910 100644
> > --- a/tooling/archetypes/camel-archetype-api-component/pom.xml
> > +++ b/tooling/archetypes/camel-archetype-api-component/pom.xml
> > @@ -22,7 +22,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-blueprint/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/camel-archetype-blueprint/pom.xml
> > b/tooling/archetypes/camel-archetype-blueprint/pom.xml
> > index 8ba9347..9c5cf37 100644
> > --- a/tooling/archetypes/camel-archetype-blueprint/pom.xml
> > +++ b/tooling/archetypes/camel-archetype-blueprint/pom.xml
> > @@ -24,7 +24,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-component-scala/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/camel-archetype-component-scala/pom.xml
> > b/tooling/archetypes/camel-archetype-component-scala/pom.xml
> > index 77806e6..9dcde57 100644
> > --- a/tooling/archetypes/camel-archetype-component-scala/pom.xml
> > +++ b/tooling/archetypes/camel-archetype-component-scala/pom.xml
> > @@ -23,7 +23,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-component/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/camel-archetype-component/pom.xml
> > b/tooling/archetypes/camel-archetype-component/pom.xml
> > index 8b25d04..bbf5224 100644
> > --- a/tooling/archetypes/camel-archetype-component/pom.xml
> > +++ b/tooling/archetypes/camel-archetype-component/pom.xml
> > @@ -24,7 +24,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git
> > a/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
> > b/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
> > index 55a58e5..17aabb5 100644
> > --- a/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml  
> > +++ b/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml  
> > @@ -24,7 +24,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git
> > a/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml  
> > b/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml  
> > index 2acc609..4c23693 100644
> > ---
> > a/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml  
> > +++
> > b/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml  
> > @@ -24,7 +24,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-dataformat/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/camel-archetype-dataformat/pom.xml
> > b/tooling/archetypes/camel-archetype-dataformat/pom.xml
> > index 0ea7f4b..1761143 100644
> > --- a/tooling/archetypes/camel-archetype-dataformat/pom.xml
> > +++ b/tooling/archetypes/camel-archetype-dataformat/pom.xml
> > @@ -24,7 +24,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-groovy/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/camel-archetype-groovy/pom.xml
> > b/tooling/archetypes/camel-archetype-groovy/pom.xml
> > index bec430b..f48f21f 100644
> > --- a/tooling/archetypes/camel-archetype-groovy/pom.xml
> > +++ b/tooling/archetypes/camel-archetype-groovy/pom.xml
> > @@ -24,7 +24,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-java/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/camel-archetype-java/pom.xml
> > b/tooling/archetypes/camel-archetype-java/pom.xml
> > index d88855b..5ff3785 100644
> > --- a/tooling/archetypes/camel-archetype-java/pom.xml
> > +++ b/tooling/archetypes/camel-archetype-java/pom.xml
> > @@ -24,7 +24,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-scala/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/camel-archetype-scala/pom.xml
> > b/tooling/archetypes/camel-archetype-scala/pom.xml
> > index 7a73ab1..79391e5 100644
> > --- a/tooling/archetypes/camel-archetype-scala/pom.xml
> > +++ b/tooling/archetypes/camel-archetype-scala/pom.xml
> > @@ -24,7 +24,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-spring-dm/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/camel-archetype-spring-dm/pom.xml
> > b/tooling/archetypes/camel-archetype-spring-dm/pom.xml
> > index 4779b97..8e71c48 100644
> > --- a/tooling/archetypes/camel-archetype-spring-dm/pom.xml
> > +++ b/tooling/archetypes/camel-archetype-spring-dm/pom.xml
> > @@ -24,7 +24,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-spring/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/camel-archetype-spring/pom.xml
> > b/tooling/archetypes/camel-archetype-spring/pom.xml
> > index f6de1a5..58c9cbc 100644
> > --- a/tooling/archetypes/camel-archetype-spring/pom.xml
> > +++ b/tooling/archetypes/camel-archetype-spring/pom.xml
> > @@ -24,7 +24,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-web/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/camel-archetype-web/pom.xml
> > b/tooling/archetypes/camel-archetype-web/pom.xml
> > index 02e95d2..7ea5303 100644
> > --- a/tooling/archetypes/camel-archetype-web/pom.xml
> > +++ b/tooling/archetypes/camel-archetype-web/pom.xml
> > @@ -24,7 +24,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-webconsole/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/camel-archetype-webconsole/pom.xml
> > b/tooling/archetypes/camel-archetype-webconsole/pom.xml
> > index 53ddc86..6eb095f 100644
> > --- a/tooling/archetypes/camel-archetype-webconsole/pom.xml
> > +++ b/tooling/archetypes/camel-archetype-webconsole/pom.xml
> > @@ -24,7 +24,7 @@
> >  
> > org.apache.camel
> > archetypes
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > org.apache.camel.archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/archetypes/pom.xml b/tooling/archetypes/pom.xml
> > index 141cb86..a960635 100644
> > --- a/tooling/archetypes/pom.xml
> > +++ b/tooling/archetypes/pom.xml
> > @@ -22,7 +22,7 @@
> >  
> > org.apache.camel
> > tooling
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > archetypes
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/camel-manual/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/camel-manual/pom.xml b/tooling/camel-manual/pom.xml
> > index a14e973..868501f 100644
> > --- a/tooling/camel-manual/pom.xml
> > +++ b/tooling/camel-manual/pom.xml
> > @@ -23,7 +23,7 @@
> >  
> > org.apache.camel
> > tooling
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > camel-manual
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/camel-api-component-maven-plugin/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/maven/camel-api-component-maven-plugin/pom.xml
> > b/tooling/maven/camel-api-component-maven-plugin/pom.xml
> > index bb8821d..3921d7f 100644
> > --- a/tooling/maven/camel-api-component-maven-plugin/pom.xml
> > +++ b/tooling/maven/camel-api-component-maven-plugin/pom.xml
> > @@ -21,7 +21,7 @@
> >  
> > org.apache.camel
> > maven-plugins
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > camel-api-component-maven-plugin
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/camel-maven-plugin/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/maven/camel-maven-plugin/pom.xml
> > b/tooling/maven/camel-maven-plugin/pom.xml
> > index 8283d37..36ac7da 100644
> > --- a/tooling/maven/camel-maven-plugin/pom.xml
> > +++ b/tooling/maven/camel-maven-plugin/pom.xml
> > @@ -21,7 +21,7 @@
> >  
> > org.apache.camel
> > maven-plugins
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > camel-maven-plugin
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/camel-package-maven-plugin/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml
> > b/tooling/maven/camel-package-maven-plugin/pom.xml
> > index aa93975..0362323 100644
> > --- a/tooling/maven/camel-package-maven-plugin/pom.xml
> > +++ b/tooling/maven/camel-package-maven-plugin/pom.xml
> > @@ -21,7 +21,7 @@
> >  
> > org.apache.camel
> > maven-plugins
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > camel-package-maven-plugin
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/guice-maven-plugin/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/maven/guice-maven-plugin/pom.xml
> > b/tooling/maven/guice-maven-plugin/pom.xml
> > index 5332a10..f7c8ab3 100644
> > --- a/tooling/maven/guice-maven-plugin/pom.xml
> > +++ b/tooling/maven/guice-maven-plugin/pom.xml
> > @@ -21,7 +21,7 @@
> >  
> > org.apache.camel
> > maven-plugins
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > guice-maven-plugin
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml
> > index a844077..7c1d9d4 100644
> > --- a/tooling/maven/pom.xml
> > +++ b/tooling/maven/pom.xml
> > @@ -21,7 +21,7 @@
> >  
> > org.apache.camel
> > tooling
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> > maven-plugins
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/pom.xml b/tooling/pom.xml
> > index 6ea85a3..c522700 100644
> > --- a/tooling/pom.xml
> > +++ b/tooling/pom.xml
> > @@ -21,7 +21,7 @@
> >  
> > org.apache.camel
> > camel-parent
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> > ../parent
> >  
> >
> >
> >
> > http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/spi-annotations/pom.xml  
> > ----------------------------------------------------------------------  
> > diff --git a/tooling/spi-annotations/pom.xml
> > b/tooling/spi-annotations/pom.xml
> > index 71f0429..055ecd3 100644
> > --- a/tooling/spi-annotations/pom.xml
> > +++ b/tooling/spi-annotations/pom.xml
> > @@ -22,7 +22,7 @@
> >  
> > org.apache.camel
> > tooling
> > - 2.14.0
> > + 2.14.1-SNAPSHOT
> >  
> >
> >  
> >
> >
>  


Re: [1/3] [maven-release-plugin] prepare for next development iteration

Posted by Christian Müller <ch...@gmail.com>.
Shouldn't be the new version on trunk 2.15-SNAPSHOT?

Best,

Christian
-----------------

Software Integration Specialist

Apache Member
V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
Apache Incubator PMC Member

https://www.linkedin.com/pub/christian-mueller/11/551/642

On Thu, Sep 11, 2014 at 5:26 AM, <ni...@apache.org> wrote:

> Repository: camel
> Updated Branches:
>   refs/heads/master 38cc1f580 -> 4f302f316
>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-itest-spring32/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tests/camel-itest-spring32/pom.xml
> b/tests/camel-itest-spring32/pom.xml
> index 82ae1ac..b9ed7ea 100644
> --- a/tests/camel-itest-spring32/pom.xml
> +++ b/tests/camel-itest-spring32/pom.xml
> @@ -22,7 +22,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>tests</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <artifactId>camel-itest-spring32</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-itest-standalone/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tests/camel-itest-standalone/pom.xml
> b/tests/camel-itest-standalone/pom.xml
> index ec03539..fd14374 100644
> --- a/tests/camel-itest-standalone/pom.xml
> +++ b/tests/camel-itest-standalone/pom.xml
> @@ -22,7 +22,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>tests</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <artifactId>camel-itest-standalone</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-itest/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
> index cd98186..df873a5 100644
> --- a/tests/camel-itest/pom.xml
> +++ b/tests/camel-itest/pom.xml
> @@ -22,7 +22,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>tests</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <artifactId>camel-itest</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-partial-classpath-test/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tests/camel-partial-classpath-test/pom.xml
> b/tests/camel-partial-classpath-test/pom.xml
> index ddba86f..7e4c880 100644
> --- a/tests/camel-partial-classpath-test/pom.xml
> +++ b/tests/camel-partial-classpath-test/pom.xml
> @@ -22,7 +22,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>tests</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <artifactId>camel-partial-classpath-test</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/camel-typeconverterscan-test/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tests/camel-typeconverterscan-test/pom.xml
> b/tests/camel-typeconverterscan-test/pom.xml
> index 20b3956..26febdf 100644
> --- a/tests/camel-typeconverterscan-test/pom.xml
> +++ b/tests/camel-typeconverterscan-test/pom.xml
> @@ -22,7 +22,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>tests</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <artifactId>camel-typeconverterscan-test</artifactId>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tests/pom.xml b/tests/pom.xml
> index e879855..2fe207c 100644
> --- a/tests/pom.xml
> +++ b/tests/pom.xml
> @@ -22,7 +22,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>camel-parent</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>      <relativePath>../parent</relativePath>
>    </parent>
>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/test-bundles/mock-javamail_1.7/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tests/test-bundles/mock-javamail_1.7/pom.xml
> b/tests/test-bundles/mock-javamail_1.7/pom.xml
> index 4f51ed3..6511ad7 100644
> --- a/tests/test-bundles/mock-javamail_1.7/pom.xml
> +++ b/tests/test-bundles/mock-javamail_1.7/pom.xml
> @@ -22,7 +22,7 @@
>      <parent>
>          <groupId>org.apache.camel.tests.bundles</groupId>
>          <artifactId>bundles-pom</artifactId>
> -        <version>2.14.0</version>
> +        <version>2.14.1-SNAPSHOT</version>
>      </parent>
>
>      <groupId>org.apache.camel.tests</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tests/test-bundles/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tests/test-bundles/pom.xml b/tests/test-bundles/pom.xml
> index c64e079..d78bf17 100644
> --- a/tests/test-bundles/pom.xml
> +++ b/tests/test-bundles/pom.xml
> @@ -22,7 +22,7 @@
>      <parent>
>        <groupId>org.apache.camel</groupId>
>        <artifactId>camel-parent</artifactId>
> -      <version>2.14.0</version>
> +      <version>2.14.1-SNAPSHOT</version>
>        <relativePath>../../parent</relativePath>
>      </parent>
>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/apt/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/apt/pom.xml b/tooling/apt/pom.xml
> index 22d343d..a3e64a1 100644
> --- a/tooling/apt/pom.xml
> +++ b/tooling/apt/pom.xml
> @@ -22,7 +22,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>tooling</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-activemq/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/camel-archetype-activemq/pom.xml
> b/tooling/archetypes/camel-archetype-activemq/pom.xml
> index ecf2b30..83a932e 100644
> --- a/tooling/archetypes/camel-archetype-activemq/pom.xml
> +++ b/tooling/archetypes/camel-archetype-activemq/pom.xml
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-api-component/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/camel-archetype-api-component/pom.xml
> b/tooling/archetypes/camel-archetype-api-component/pom.xml
> index a9b3ad1..88ef910 100644
> --- a/tooling/archetypes/camel-archetype-api-component/pom.xml
> +++ b/tooling/archetypes/camel-archetype-api-component/pom.xml
> @@ -22,7 +22,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-blueprint/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/camel-archetype-blueprint/pom.xml
> b/tooling/archetypes/camel-archetype-blueprint/pom.xml
> index 8ba9347..9c5cf37 100644
> --- a/tooling/archetypes/camel-archetype-blueprint/pom.xml
> +++ b/tooling/archetypes/camel-archetype-blueprint/pom.xml
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-component-scala/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/camel-archetype-component-scala/pom.xml
> b/tooling/archetypes/camel-archetype-component-scala/pom.xml
> index 77806e6..9dcde57 100644
> --- a/tooling/archetypes/camel-archetype-component-scala/pom.xml
> +++ b/tooling/archetypes/camel-archetype-component-scala/pom.xml
> @@ -23,7 +23,7 @@
>      <parent>
>          <groupId>org.apache.camel</groupId>
>          <artifactId>archetypes</artifactId>
> -        <version>2.14.0</version>
> +        <version>2.14.1-SNAPSHOT</version>
>      </parent>
>
>      <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-component/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/camel-archetype-component/pom.xml
> b/tooling/archetypes/camel-archetype-component/pom.xml
> index 8b25d04..bbf5224 100644
> --- a/tooling/archetypes/camel-archetype-component/pom.xml
> +++ b/tooling/archetypes/camel-archetype-component/pom.xml
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
> ----------------------------------------------------------------------
> diff --git
> a/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
> b/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
> index 55a58e5..17aabb5 100644
> --- a/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
> +++ b/tooling/archetypes/camel-archetype-cxf-code-first-blueprint/pom.xml
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml
> ----------------------------------------------------------------------
> diff --git
> a/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml
> b/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml
> index 2acc609..4c23693 100644
> ---
> a/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml
> +++
> b/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/pom.xml
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-dataformat/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/camel-archetype-dataformat/pom.xml
> b/tooling/archetypes/camel-archetype-dataformat/pom.xml
> index 0ea7f4b..1761143 100644
> --- a/tooling/archetypes/camel-archetype-dataformat/pom.xml
> +++ b/tooling/archetypes/camel-archetype-dataformat/pom.xml
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-groovy/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/camel-archetype-groovy/pom.xml
> b/tooling/archetypes/camel-archetype-groovy/pom.xml
> index bec430b..f48f21f 100644
> --- a/tooling/archetypes/camel-archetype-groovy/pom.xml
> +++ b/tooling/archetypes/camel-archetype-groovy/pom.xml
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-java/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/camel-archetype-java/pom.xml
> b/tooling/archetypes/camel-archetype-java/pom.xml
> index d88855b..5ff3785 100644
> --- a/tooling/archetypes/camel-archetype-java/pom.xml
> +++ b/tooling/archetypes/camel-archetype-java/pom.xml
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-scala/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/camel-archetype-scala/pom.xml
> b/tooling/archetypes/camel-archetype-scala/pom.xml
> index 7a73ab1..79391e5 100644
> --- a/tooling/archetypes/camel-archetype-scala/pom.xml
> +++ b/tooling/archetypes/camel-archetype-scala/pom.xml
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-spring-dm/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/camel-archetype-spring-dm/pom.xml
> b/tooling/archetypes/camel-archetype-spring-dm/pom.xml
> index 4779b97..8e71c48 100644
> --- a/tooling/archetypes/camel-archetype-spring-dm/pom.xml
> +++ b/tooling/archetypes/camel-archetype-spring-dm/pom.xml
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-spring/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/camel-archetype-spring/pom.xml
> b/tooling/archetypes/camel-archetype-spring/pom.xml
> index f6de1a5..58c9cbc 100644
> --- a/tooling/archetypes/camel-archetype-spring/pom.xml
> +++ b/tooling/archetypes/camel-archetype-spring/pom.xml
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-web/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/camel-archetype-web/pom.xml
> b/tooling/archetypes/camel-archetype-web/pom.xml
> index 02e95d2..7ea5303 100644
> --- a/tooling/archetypes/camel-archetype-web/pom.xml
> +++ b/tooling/archetypes/camel-archetype-web/pom.xml
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/camel-archetype-webconsole/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/camel-archetype-webconsole/pom.xml
> b/tooling/archetypes/camel-archetype-webconsole/pom.xml
> index 53ddc86..6eb095f 100644
> --- a/tooling/archetypes/camel-archetype-webconsole/pom.xml
> +++ b/tooling/archetypes/camel-archetype-webconsole/pom.xml
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>archetypes</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.camel.archetypes</groupId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/archetypes/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/archetypes/pom.xml b/tooling/archetypes/pom.xml
> index 141cb86..a960635 100644
> --- a/tooling/archetypes/pom.xml
> +++ b/tooling/archetypes/pom.xml
> @@ -22,7 +22,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>tooling</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <artifactId>archetypes</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/camel-manual/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/camel-manual/pom.xml b/tooling/camel-manual/pom.xml
> index a14e973..868501f 100644
> --- a/tooling/camel-manual/pom.xml
> +++ b/tooling/camel-manual/pom.xml
> @@ -23,7 +23,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>tooling</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <artifactId>camel-manual</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/camel-api-component-maven-plugin/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/maven/camel-api-component-maven-plugin/pom.xml
> b/tooling/maven/camel-api-component-maven-plugin/pom.xml
> index bb8821d..3921d7f 100644
> --- a/tooling/maven/camel-api-component-maven-plugin/pom.xml
> +++ b/tooling/maven/camel-api-component-maven-plugin/pom.xml
> @@ -21,7 +21,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>maven-plugins</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <artifactId>camel-api-component-maven-plugin</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/camel-maven-plugin/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/maven/camel-maven-plugin/pom.xml
> b/tooling/maven/camel-maven-plugin/pom.xml
> index 8283d37..36ac7da 100644
> --- a/tooling/maven/camel-maven-plugin/pom.xml
> +++ b/tooling/maven/camel-maven-plugin/pom.xml
> @@ -21,7 +21,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>maven-plugins</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <artifactId>camel-maven-plugin</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/camel-package-maven-plugin/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml
> b/tooling/maven/camel-package-maven-plugin/pom.xml
> index aa93975..0362323 100644
> --- a/tooling/maven/camel-package-maven-plugin/pom.xml
> +++ b/tooling/maven/camel-package-maven-plugin/pom.xml
> @@ -21,7 +21,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>maven-plugins</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <artifactId>camel-package-maven-plugin</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/guice-maven-plugin/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/maven/guice-maven-plugin/pom.xml
> b/tooling/maven/guice-maven-plugin/pom.xml
> index 5332a10..f7c8ab3 100644
> --- a/tooling/maven/guice-maven-plugin/pom.xml
> +++ b/tooling/maven/guice-maven-plugin/pom.xml
> @@ -21,7 +21,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>maven-plugins</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <artifactId>guice-maven-plugin</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/maven/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml
> index a844077..7c1d9d4 100644
> --- a/tooling/maven/pom.xml
> +++ b/tooling/maven/pom.xml
> @@ -21,7 +21,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>tooling</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <artifactId>maven-plugins</artifactId>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/pom.xml b/tooling/pom.xml
> index 6ea85a3..c522700 100644
> --- a/tooling/pom.xml
> +++ b/tooling/pom.xml
> @@ -21,7 +21,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>camel-parent</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>      <relativePath>../parent</relativePath>
>    </parent>
>
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/tooling/spi-annotations/pom.xml
> ----------------------------------------------------------------------
> diff --git a/tooling/spi-annotations/pom.xml
> b/tooling/spi-annotations/pom.xml
> index 71f0429..055ecd3 100644
> --- a/tooling/spi-annotations/pom.xml
> +++ b/tooling/spi-annotations/pom.xml
> @@ -22,7 +22,7 @@
>    <parent>
>      <groupId>org.apache.camel</groupId>
>      <artifactId>tooling</artifactId>
> -    <version>2.14.0</version>
> +    <version>2.14.1-SNAPSHOT</version>
>    </parent>
>
>    <!-- should not be OSGi bundle as we shade this component into
> camel-core -->
>
>

[3/3] git commit: [maven-release-plugin] prepare for next development iteration

Posted by ni...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4f302f31
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4f302f31
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4f302f31

Branch: refs/heads/master
Commit: 4f302f31676190de1833a8a7641d43e37766a864
Parents: 38cc1f5
Author: Willem Jiang <wi...@gmail.com>
Authored: Thu Sep 11 03:26:09 2014 +0000
Committer: Willem Jiang <wi...@gmail.com>
Committed: Thu Sep 11 03:26:09 2014 +0000

----------------------------------------------------------------------
 apache-camel/pom.xml                                         | 2 +-
 buildingtools/pom.xml                                        | 2 +-
 camel-core/pom.xml                                           | 2 +-
 components/camel-ahc-ws/pom.xml                              | 2 +-
 components/camel-ahc/pom.xml                                 | 2 +-
 components/camel-amqp/pom.xml                                | 2 +-
 components/camel-apns/pom.xml                                | 2 +-
 components/camel-atmosphere-websocket/pom.xml                | 2 +-
 components/camel-atom/pom.xml                                | 2 +-
 components/camel-avro/pom.xml                                | 2 +-
 components/camel-aws/pom.xml                                 | 2 +-
 components/camel-bam/pom.xml                                 | 2 +-
 components/camel-barcode/pom.xml                             | 2 +-
 components/camel-base64/pom.xml                              | 2 +-
 components/camel-bean-validator/pom.xml                      | 2 +-
 components/camel-beanio/pom.xml                              | 2 +-
 components/camel-bindy/pom.xml                               | 2 +-
 components/camel-blueprint/pom.xml                           | 2 +-
 components/camel-box/pom.xml                                 | 2 +-
 components/camel-cache/pom.xml                               | 2 +-
 components/camel-castor/pom.xml                              | 2 +-
 components/camel-cdi/pom.xml                                 | 2 +-
 components/camel-cmis/pom.xml                                | 2 +-
 components/camel-cometd/pom.xml                              | 2 +-
 components/camel-context/pom.xml                             | 2 +-
 components/camel-core-osgi/pom.xml                           | 2 +-
 components/camel-core-xml/pom.xml                            | 2 +-
 components/camel-couchdb/pom.xml                             | 2 +-
 components/camel-crypto/pom.xml                              | 2 +-
 components/camel-csv/pom.xml                                 | 2 +-
 components/camel-cxf-transport/pom.xml                       | 2 +-
 components/camel-cxf/pom.xml                                 | 2 +-
 components/camel-disruptor/pom.xml                           | 2 +-
 components/camel-dns/pom.xml                                 | 2 +-
 components/camel-dozer/pom.xml                               | 2 +-
 components/camel-dropbox/pom.xml                             | 2 +-
 components/camel-eclipse/pom.xml                             | 2 +-
 components/camel-ejb/pom.xml                                 | 2 +-
 components/camel-elasticsearch/pom.xml                       | 2 +-
 components/camel-eventadmin/pom.xml                          | 2 +-
 components/camel-exec/pom.xml                                | 2 +-
 components/camel-facebook/pom.xml                            | 2 +-
 components/camel-flatpack/pom.xml                            | 2 +-
 components/camel-fop/pom.xml                                 | 2 +-
 components/camel-freemarker/pom.xml                          | 2 +-
 components/camel-ftp/pom.xml                                 | 2 +-
 components/camel-gae/pom.xml                                 | 2 +-
 components/camel-geocoder/pom.xml                            | 2 +-
 components/camel-google-drive/pom.xml                        | 8 ++++----
 components/camel-gora/pom.xml                                | 4 ++--
 components/camel-groovy/pom.xml                              | 2 +-
 components/camel-gson/pom.xml                                | 2 +-
 components/camel-guava-eventbus/pom.xml                      | 2 +-
 components/camel-guice/pom.xml                               | 2 +-
 components/camel-hawtdb/pom.xml                              | 2 +-
 components/camel-hazelcast/pom.xml                           | 2 +-
 components/camel-hbase/pom.xml                               | 2 +-
 components/camel-hdfs/pom.xml                                | 2 +-
 components/camel-hdfs2/pom.xml                               | 2 +-
 components/camel-hl7/pom.xml                                 | 2 +-
 components/camel-http/pom.xml                                | 2 +-
 components/camel-http4/pom.xml                               | 2 +-
 components/camel-ibatis/pom.xml                              | 2 +-
 components/camel-ical/pom.xml                                | 2 +-
 components/camel-infinispan/pom.xml                          | 2 +-
 components/camel-irc/pom.xml                                 | 2 +-
 components/camel-jackson/pom.xml                             | 2 +-
 components/camel-jasypt/pom.xml                              | 2 +-
 components/camel-javaspace/pom.xml                           | 2 +-
 components/camel-jaxb/pom.xml                                | 2 +-
 components/camel-jclouds/pom.xml                             | 2 +-
 components/camel-jcr/pom.xml                                 | 2 +-
 components/camel-jdbc/pom.xml                                | 2 +-
 components/camel-jetty/pom.xml                               | 2 +-
 components/camel-jgroups/pom.xml                             | 2 +-
 components/camel-jibx/pom.xml                                | 2 +-
 components/camel-jing/pom.xml                                | 2 +-
 components/camel-jms/pom.xml                                 | 2 +-
 components/camel-jmx/pom.xml                                 | 2 +-
 components/camel-josql/pom.xml                               | 2 +-
 components/camel-jpa/pom.xml                                 | 2 +-
 components/camel-jsch/pom.xml                                | 2 +-
 components/camel-jsonpath/pom.xml                            | 2 +-
 components/camel-jt400/pom.xml                               | 2 +-
 components/camel-juel/pom.xml                                | 2 +-
 components/camel-jxpath/pom.xml                              | 2 +-
 components/camel-kafka/pom.xml                               | 2 +-
 components/camel-kestrel/pom.xml                             | 2 +-
 components/camel-krati/pom.xml                               | 2 +-
 components/camel-ldap/pom.xml                                | 2 +-
 components/camel-leveldb/pom.xml                             | 2 +-
 components/camel-linkedin/camel-linkedin-api/pom.xml         | 2 +-
 components/camel-linkedin/camel-linkedin-component/pom.xml   | 2 +-
 components/camel-linkedin/pom.xml                            | 4 ++--
 components/camel-lucene/pom.xml                              | 2 +-
 components/camel-mail/pom.xml                                | 2 +-
 components/camel-metrics/pom.xml                             | 2 +-
 components/camel-mina/pom.xml                                | 2 +-
 components/camel-mina2/pom.xml                               | 2 +-
 components/camel-mongodb/pom.xml                             | 2 +-
 components/camel-mqtt/pom.xml                                | 2 +-
 components/camel-msv/pom.xml                                 | 2 +-
 components/camel-mustache/pom.xml                            | 2 +-
 components/camel-mvel/pom.xml                                | 2 +-
 components/camel-mybatis/pom.xml                             | 2 +-
 components/camel-nagios/pom.xml                              | 2 +-
 components/camel-netty-http/pom.xml                          | 2 +-
 components/camel-netty/pom.xml                               | 2 +-
 components/camel-netty4-http/pom.xml                         | 2 +-
 components/camel-netty4/pom.xml                              | 2 +-
 components/camel-ognl/pom.xml                                | 2 +-
 components/camel-olingo2/camel-olingo2-api/pom.xml           | 2 +-
 components/camel-olingo2/camel-olingo2-component/pom.xml     | 2 +-
 components/camel-olingo2/pom.xml                             | 2 +-
 components/camel-openshift/pom.xml                           | 2 +-
 components/camel-optaplanner/pom.xml                         | 2 +-
 components/camel-paxlogging/pom.xml                          | 2 +-
 components/camel-printer/pom.xml                             | 2 +-
 components/camel-protobuf/pom.xml                            | 2 +-
 components/camel-quartz/pom.xml                              | 2 +-
 components/camel-quartz2/pom.xml                             | 2 +-
 components/camel-quickfix/pom.xml                            | 2 +-
 components/camel-rabbitmq/pom.xml                            | 2 +-
 components/camel-restlet/pom.xml                             | 2 +-
 components/camel-rmi/pom.xml                                 | 2 +-
 components/camel-routebox/pom.xml                            | 2 +-
 components/camel-rss/pom.xml                                 | 2 +-
 components/camel-ruby/pom.xml                                | 2 +-
 components/camel-rx/pom.xml                                  | 2 +-
 .../camel-salesforce/camel-salesforce-component/pom.xml      | 2 +-
 .../camel-salesforce/camel-salesforce-maven-plugin/pom.xml   | 2 +-
 components/camel-salesforce/pom.xml                          | 2 +-
 components/camel-sap-netweaver/pom.xml                       | 2 +-
 components/camel-saxon/pom.xml                               | 2 +-
 components/camel-scala/pom.xml                               | 2 +-
 components/camel-script/pom.xml                              | 2 +-
 components/camel-servlet/pom.xml                             | 2 +-
 components/camel-servletlistener/pom.xml                     | 2 +-
 components/camel-shiro/pom.xml                               | 2 +-
 components/camel-sip/pom.xml                                 | 2 +-
 components/camel-sjms/pom.xml                                | 2 +-
 components/camel-smpp/pom.xml                                | 2 +-
 components/camel-snmp/pom.xml                                | 2 +-
 components/camel-soap/pom.xml                                | 2 +-
 components/camel-solr/pom.xml                                | 2 +-
 components/camel-spark-rest/pom.xml                          | 2 +-
 components/camel-splunk/pom.xml                              | 2 +-
 components/camel-spring-batch/pom.xml                        | 2 +-
 components/camel-spring-integration/pom.xml                  | 2 +-
 components/camel-spring-javaconfig/pom.xml                   | 2 +-
 components/camel-spring-ldap/pom.xml                         | 2 +-
 components/camel-spring-redis/pom.xml                        | 2 +-
 components/camel-spring-security/pom.xml                     | 2 +-
 components/camel-spring-ws/pom.xml                           | 2 +-
 components/camel-spring/pom.xml                              | 2 +-
 components/camel-sql/pom.xml                                 | 2 +-
 components/camel-ssh/pom.xml                                 | 2 +-
 components/camel-stax/pom.xml                                | 2 +-
 components/camel-stomp/pom.xml                               | 2 +-
 components/camel-stream/pom.xml                              | 2 +-
 components/camel-stringtemplate/pom.xml                      | 2 +-
 components/camel-swagger/pom.xml                             | 2 +-
 components/camel-syslog/pom.xml                              | 2 +-
 components/camel-tagsoup/pom.xml                             | 2 +-
 components/camel-test-blueprint/pom.xml                      | 2 +-
 components/camel-test-spring/pom.xml                         | 2 +-
 components/camel-test-spring3/pom.xml                        | 2 +-
 components/camel-test/pom.xml                                | 2 +-
 components/camel-testng/pom.xml                              | 2 +-
 components/camel-twitter/pom.xml                             | 2 +-
 components/camel-urlrewrite/pom.xml                          | 2 +-
 components/camel-velocity/pom.xml                            | 2 +-
 components/camel-vertx/pom.xml                               | 2 +-
 components/camel-weather/pom.xml                             | 2 +-
 components/camel-web-standalone/pom.xml                      | 2 +-
 components/camel-web/pom.xml                                 | 2 +-
 components/camel-websocket/pom.xml                           | 2 +-
 components/camel-xmlbeans/pom.xml                            | 2 +-
 components/camel-xmljson/pom.xml                             | 2 +-
 components/camel-xmlrpc/pom.xml                              | 2 +-
 components/camel-xmlsecurity/pom.xml                         | 2 +-
 components/camel-xmpp/pom.xml                                | 2 +-
 components/camel-xstream/pom.xml                             | 2 +-
 components/camel-yammer/pom.xml                              | 2 +-
 components/camel-zipfile/pom.xml                             | 2 +-
 components/camel-zookeeper/pom.xml                           | 2 +-
 components/pom.xml                                           | 2 +-
 examples/camel-example-activemq-tomcat/pom.xml               | 2 +-
 examples/camel-example-aggregate/pom.xml                     | 2 +-
 examples/camel-example-bam/pom.xml                           | 2 +-
 examples/camel-example-cafe/pom.xml                          | 2 +-
 examples/camel-example-cdi/pom.xml                           | 2 +-
 examples/camel-example-console/pom.xml                       | 2 +-
 examples/camel-example-cxf-blueprint/pom.xml                 | 2 +-
 examples/camel-example-cxf-osgi/pom.xml                      | 2 +-
 examples/camel-example-cxf-proxy/pom.xml                     | 2 +-
 examples/camel-example-cxf-tomcat/pom.xml                    | 2 +-
 examples/camel-example-cxf/pom.xml                           | 2 +-
 examples/camel-example-docs/pom.xml                          | 2 +-
 examples/camel-example-etl/pom.xml                           | 2 +-
 examples/camel-example-ftp/pom.xml                           | 2 +-
 examples/camel-example-gae/pom.xml                           | 2 +-
 examples/camel-example-gauth/pom.xml                         | 2 +-
 examples/camel-example-guice-jms/pom.xml                     | 2 +-
 examples/camel-example-jdbc/pom.xml                          | 2 +-
 examples/camel-example-jms-file/pom.xml                      | 2 +-
 examples/camel-example-jmx/pom.xml                           | 2 +-
 examples/camel-example-loadbalancing/pom.xml                 | 2 +-
 examples/camel-example-loan-broker/pom.xml                   | 2 +-
 examples/camel-example-management/pom.xml                    | 2 +-
 examples/camel-example-mybatis/pom.xml                       | 2 +-
 examples/camel-example-netty-http/myapp-one/pom.xml          | 2 +-
 examples/camel-example-netty-http/myapp-two/pom.xml          | 2 +-
 examples/camel-example-netty-http/pom.xml                    | 2 +-
 .../shared-netty-http-server/pom.xml                         | 2 +-
 examples/camel-example-osgi-rmi/pom.xml                      | 2 +-
 examples/camel-example-osgi/pom.xml                          | 2 +-
 examples/camel-example-pojo-messaging/pom.xml                | 2 +-
 examples/camel-example-reportincident-wssecurity/pom.xml     | 2 +-
 examples/camel-example-reportincident/pom.xml                | 2 +-
 examples/camel-example-restlet-jdbc/pom.xml                  | 2 +-
 examples/camel-example-route-throttling/pom.xml              | 2 +-
 examples/camel-example-servlet-rest-blueprint/pom.xml        | 2 +-
 examples/camel-example-servlet-rest-tomcat/pom.xml           | 2 +-
 examples/camel-example-servlet-tomcat-blueprintweb/pom.xml   | 2 +-
 examples/camel-example-servlet-tomcat-no-spring/pom.xml      | 2 +-
 examples/camel-example-servlet-tomcat/pom.xml                | 2 +-
 examples/camel-example-simplejirabot/javadsl/pom.xml         | 2 +-
 examples/camel-example-simplejirabot/pom.xml                 | 2 +-
 examples/camel-example-simplejirabot/xmlconf/pom.xml         | 2 +-
 examples/camel-example-spark-rest-tomcat/pom.xml             | 2 +-
 examples/camel-example-splunk/pom.xml                        | 2 +-
 examples/camel-example-spring-javaconfig/pom.xml             | 2 +-
 examples/camel-example-spring-jms/pom.xml                    | 2 +-
 examples/camel-example-spring-security/pom.xml               | 2 +-
 examples/camel-example-spring-ws/pom.xml                     | 2 +-
 examples/camel-example-spring-xquery/pom.xml                 | 2 +-
 examples/camel-example-spring/pom.xml                        | 2 +-
 examples/camel-example-sql-blueprint/pom.xml                 | 2 +-
 examples/camel-example-sql/pom.xml                           | 2 +-
 examples/camel-example-ssh-security/pom.xml                  | 2 +-
 examples/camel-example-ssh/pom.xml                           | 2 +-
 examples/camel-example-tracer/pom.xml                        | 2 +-
 examples/camel-example-twitter-websocket-blueprint/pom.xml   | 2 +-
 examples/camel-example-twitter-websocket/pom.xml             | 2 +-
 examples/pom.xml                                             | 2 +-
 parent/pom.xml                                               | 2 +-
 platforms/karaf/commands/pom.xml                             | 2 +-
 platforms/karaf/features/pom.xml                             | 2 +-
 platforms/karaf/pom.xml                                      | 2 +-
 platforms/pom.xml                                            | 2 +-
 pom.xml                                                      | 4 ++--
 tests/camel-blueprint-cxf-test/pom.xml                       | 2 +-
 tests/camel-itest-cdi/pom.xml                                | 2 +-
 tests/camel-itest-spring32/pom.xml                           | 2 +-
 tests/camel-itest-standalone/pom.xml                         | 2 +-
 tests/camel-itest/pom.xml                                    | 2 +-
 tests/camel-partial-classpath-test/pom.xml                   | 2 +-
 tests/camel-typeconverterscan-test/pom.xml                   | 2 +-
 tests/pom.xml                                                | 2 +-
 tests/test-bundles/mock-javamail_1.7/pom.xml                 | 2 +-
 tests/test-bundles/pom.xml                                   | 2 +-
 tooling/apt/pom.xml                                          | 2 +-
 tooling/archetypes/camel-archetype-activemq/pom.xml          | 2 +-
 tooling/archetypes/camel-archetype-api-component/pom.xml     | 2 +-
 tooling/archetypes/camel-archetype-blueprint/pom.xml         | 2 +-
 tooling/archetypes/camel-archetype-component-scala/pom.xml   | 2 +-
 tooling/archetypes/camel-archetype-component/pom.xml         | 2 +-
 .../camel-archetype-cxf-code-first-blueprint/pom.xml         | 2 +-
 .../camel-archetype-cxf-contract-first-blueprint/pom.xml     | 2 +-
 tooling/archetypes/camel-archetype-dataformat/pom.xml        | 2 +-
 tooling/archetypes/camel-archetype-groovy/pom.xml            | 2 +-
 tooling/archetypes/camel-archetype-java/pom.xml              | 2 +-
 tooling/archetypes/camel-archetype-scala/pom.xml             | 2 +-
 tooling/archetypes/camel-archetype-spring-dm/pom.xml         | 2 +-
 tooling/archetypes/camel-archetype-spring/pom.xml            | 2 +-
 tooling/archetypes/camel-archetype-web/pom.xml               | 2 +-
 tooling/archetypes/camel-archetype-webconsole/pom.xml        | 2 +-
 tooling/archetypes/pom.xml                                   | 2 +-
 tooling/camel-manual/pom.xml                                 | 2 +-
 tooling/maven/camel-api-component-maven-plugin/pom.xml       | 2 +-
 tooling/maven/camel-maven-plugin/pom.xml                     | 2 +-
 tooling/maven/camel-package-maven-plugin/pom.xml             | 2 +-
 tooling/maven/guice-maven-plugin/pom.xml                     | 2 +-
 tooling/maven/pom.xml                                        | 2 +-
 tooling/pom.xml                                              | 2 +-
 tooling/spi-annotations/pom.xml                              | 2 +-
 287 files changed, 293 insertions(+), 293 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 0d50cc2..378f66b 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/buildingtools/pom.xml
----------------------------------------------------------------------
diff --git a/buildingtools/pom.xml b/buildingtools/pom.xml
index 577794e..ea8667d 100644
--- a/buildingtools/pom.xml
+++ b/buildingtools/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-buildtools</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/camel-core/pom.xml
----------------------------------------------------------------------
diff --git a/camel-core/pom.xml b/camel-core/pom.xml
index 3635f5a..e20755b 100644
--- a/camel-core/pom.xml
+++ b/camel-core/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-ahc-ws/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ahc-ws/pom.xml b/components/camel-ahc-ws/pom.xml
index 2bf3e59..6919582 100644
--- a/components/camel-ahc-ws/pom.xml
+++ b/components/camel-ahc-ws/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-ahc-ws</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-ahc/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ahc/pom.xml b/components/camel-ahc/pom.xml
index 7a3ebc0..5cf5480 100644
--- a/components/camel-ahc/pom.xml
+++ b/components/camel-ahc/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-ahc</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-amqp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml
index 1b8c8a2..8d3abaf 100644
--- a/components/camel-amqp/pom.xml
+++ b/components/camel-amqp/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-amqp</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-apns/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-apns/pom.xml b/components/camel-apns/pom.xml
index 665ae0e..d5a76b8 100644
--- a/components/camel-apns/pom.xml
+++ b/components/camel-apns/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-apns</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-atmosphere-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-atmosphere-websocket/pom.xml b/components/camel-atmosphere-websocket/pom.xml
index c9b7d82..eb7f868 100644
--- a/components/camel-atmosphere-websocket/pom.xml
+++ b/components/camel-atmosphere-websocket/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-atmosphere-websocket</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-atom/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-atom/pom.xml b/components/camel-atom/pom.xml
index 4d9c861..920db3a 100644
--- a/components/camel-atom/pom.xml
+++ b/components/camel-atom/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-atom</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-avro/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-avro/pom.xml b/components/camel-avro/pom.xml
index 66e351c..50ef695 100644
--- a/components/camel-avro/pom.xml
+++ b/components/camel-avro/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-avro</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-aws/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-aws/pom.xml b/components/camel-aws/pom.xml
index 46c0728..555fa39 100644
--- a/components/camel-aws/pom.xml
+++ b/components/camel-aws/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-aws</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-bam/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-bam/pom.xml b/components/camel-bam/pom.xml
index cf8fbe0..a2e1d39 100644
--- a/components/camel-bam/pom.xml
+++ b/components/camel-bam/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-bam</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-barcode/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-barcode/pom.xml b/components/camel-barcode/pom.xml
index 380061b..ee88d99 100644
--- a/components/camel-barcode/pom.xml
+++ b/components/camel-barcode/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-barcode</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-base64/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-base64/pom.xml b/components/camel-base64/pom.xml
index 3704964..6868e9f 100644
--- a/components/camel-base64/pom.xml
+++ b/components/camel-base64/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-base64</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-bean-validator/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-bean-validator/pom.xml b/components/camel-bean-validator/pom.xml
index 37da854..8fada2d 100644
--- a/components/camel-bean-validator/pom.xml
+++ b/components/camel-bean-validator/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-bean-validator</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-beanio/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-beanio/pom.xml b/components/camel-beanio/pom.xml
index 76dd92c..7b2d8ef 100644
--- a/components/camel-beanio/pom.xml
+++ b/components/camel-beanio/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-beanio</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-bindy/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-bindy/pom.xml b/components/camel-bindy/pom.xml
index fa38d7b..3b88500 100755
--- a/components/camel-bindy/pom.xml
+++ b/components/camel-bindy/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-bindy</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml
index 18bd490..4bdeb3f 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-blueprint</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-box/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-box/pom.xml b/components/camel-box/pom.xml
index 3aae3a6..5bb49fe 100644
--- a/components/camel-box/pom.xml
+++ b/components/camel-box/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-box</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-cache/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cache/pom.xml b/components/camel-cache/pom.xml
index 9b0661f..d467da9 100755
--- a/components/camel-cache/pom.xml
+++ b/components/camel-cache/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-cache</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-castor/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-castor/pom.xml b/components/camel-castor/pom.xml
index 861d5c7..6362284 100644
--- a/components/camel-castor/pom.xml
+++ b/components/camel-castor/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-castor</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml
index b607076..3cd42e8 100644
--- a/components/camel-cdi/pom.xml
+++ b/components/camel-cdi/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-cmis/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cmis/pom.xml b/components/camel-cmis/pom.xml
index 3c0e8ee..f74235c 100644
--- a/components/camel-cmis/pom.xml
+++ b/components/camel-cmis/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-cmis</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-cometd/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cometd/pom.xml b/components/camel-cometd/pom.xml
index c04ef45..b37a57c 100644
--- a/components/camel-cometd/pom.xml
+++ b/components/camel-cometd/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-cometd</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-context/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-context/pom.xml b/components/camel-context/pom.xml
index 17f0ad4..6872835 100644
--- a/components/camel-context/pom.xml
+++ b/components/camel-context/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-context</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-core-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-core-osgi/pom.xml b/components/camel-core-osgi/pom.xml
index 5253ab6..ab58ea7 100644
--- a/components/camel-core-osgi/pom.xml
+++ b/components/camel-core-osgi/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-core-osgi</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-core-xml/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-core-xml/pom.xml b/components/camel-core-xml/pom.xml
index d6d8c90..6a906b1 100644
--- a/components/camel-core-xml/pom.xml
+++ b/components/camel-core-xml/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-core-xml</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-couchdb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-couchdb/pom.xml b/components/camel-couchdb/pom.xml
index c54a4d3..317ce3c 100644
--- a/components/camel-couchdb/pom.xml
+++ b/components/camel-couchdb/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>components</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-couchdb</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-crypto/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-crypto/pom.xml b/components/camel-crypto/pom.xml
index 15f8fb0..28dda14 100644
--- a/components/camel-crypto/pom.xml
+++ b/components/camel-crypto/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>components</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-crypto</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-csv/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-csv/pom.xml b/components/camel-csv/pom.xml
index a282006..358844d 100644
--- a/components/camel-csv/pom.xml
+++ b/components/camel-csv/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-csv</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-cxf-transport/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cxf-transport/pom.xml b/components/camel-cxf-transport/pom.xml
index 0b9b952..f4ee9ad 100644
--- a/components/camel-cxf-transport/pom.xml
+++ b/components/camel-cxf-transport/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-cxf-transport</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 525f62e..3cc32a8 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-cxf</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-disruptor/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-disruptor/pom.xml b/components/camel-disruptor/pom.xml
index a5e3783..3d0c06d 100644
--- a/components/camel-disruptor/pom.xml
+++ b/components/camel-disruptor/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <name>Camel :: Disruptor</name>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-dns/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-dns/pom.xml b/components/camel-dns/pom.xml
index 7889146..1bbe5f0 100644
--- a/components/camel-dns/pom.xml
+++ b/components/camel-dns/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <name>Camel :: DNS</name>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-dozer/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-dozer/pom.xml b/components/camel-dozer/pom.xml
index 05af48b..97cbf1b 100644
--- a/components/camel-dozer/pom.xml
+++ b/components/camel-dozer/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>components</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-dozer</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-dropbox/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-dropbox/pom.xml b/components/camel-dropbox/pom.xml
index d9c49e6..6cfc53f 100755
--- a/components/camel-dropbox/pom.xml
+++ b/components/camel-dropbox/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-dropbox</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-eclipse/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-eclipse/pom.xml b/components/camel-eclipse/pom.xml
index 3b42f0a..1a9d6ba 100644
--- a/components/camel-eclipse/pom.xml
+++ b/components/camel-eclipse/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-eclipse</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-ejb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ejb/pom.xml b/components/camel-ejb/pom.xml
index e436069..c7014fa 100644
--- a/components/camel-ejb/pom.xml
+++ b/components/camel-ejb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-ejb</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-elasticsearch/pom.xml b/components/camel-elasticsearch/pom.xml
index 67b5020..659c6bb 100644
--- a/components/camel-elasticsearch/pom.xml
+++ b/components/camel-elasticsearch/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-elasticsearch</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-eventadmin/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-eventadmin/pom.xml b/components/camel-eventadmin/pom.xml
index 8cf9226..7943e59 100644
--- a/components/camel-eventadmin/pom.xml
+++ b/components/camel-eventadmin/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-eventadmin</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-exec/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-exec/pom.xml b/components/camel-exec/pom.xml
index 306174b..b41b289 100644
--- a/components/camel-exec/pom.xml
+++ b/components/camel-exec/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-exec</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-facebook/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-facebook/pom.xml b/components/camel-facebook/pom.xml
index 3c30212..145e67f 100644
--- a/components/camel-facebook/pom.xml
+++ b/components/camel-facebook/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-facebook</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-flatpack/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-flatpack/pom.xml b/components/camel-flatpack/pom.xml
index e62fd3f..58f0ecb 100644
--- a/components/camel-flatpack/pom.xml
+++ b/components/camel-flatpack/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-flatpack</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-fop/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-fop/pom.xml b/components/camel-fop/pom.xml
index 5dad2e0..2ad920b 100644
--- a/components/camel-fop/pom.xml
+++ b/components/camel-fop/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-fop</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-freemarker/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-freemarker/pom.xml b/components/camel-freemarker/pom.xml
index f9a717c..67aa00f 100644
--- a/components/camel-freemarker/pom.xml
+++ b/components/camel-freemarker/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-freemarker</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-ftp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml
index f17f866..93594e3 100644
--- a/components/camel-ftp/pom.xml
+++ b/components/camel-ftp/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-ftp</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-gae/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-gae/pom.xml b/components/camel-gae/pom.xml
index f94e177..41ba9d5 100644
--- a/components/camel-gae/pom.xml
+++ b/components/camel-gae/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-gae</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-geocoder/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-geocoder/pom.xml b/components/camel-geocoder/pom.xml
index 8c2779f..affc64b 100644
--- a/components/camel-geocoder/pom.xml
+++ b/components/camel-geocoder/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-geocoder</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-google-drive/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-google-drive/pom.xml b/components/camel-google-drive/pom.xml
index e971852..5fdd61d 100644
--- a/components/camel-google-drive/pom.xml
+++ b/components/camel-google-drive/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-google-drive</artifactId>
@@ -69,7 +69,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>spi-annotations</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
 
@@ -286,7 +286,7 @@
         <plugin>
           <groupId>org.apache.camel</groupId>
           <artifactId>camel-api-component-maven-plugin</artifactId>
-          <version>2.14.0</version>
+          <version>2.14.1-SNAPSHOT</version>
           <configuration>
             <scheme>${schemeName}</scheme>
             <componentName>${componentName}</componentName>
@@ -304,7 +304,7 @@
       <plugin>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-api-component-maven-plugin</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
         <configuration>
           <scheme>${schemeName}</scheme>
           <componentName>${componentName}</componentName>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-gora/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-gora/pom.xml b/components/camel-gora/pom.xml
index c550e6b..1c58005 100644
--- a/components/camel-gora/pom.xml
+++ b/components/camel-gora/pom.xml
@@ -13,14 +13,14 @@
      See the License for the specific language governing permissions and
      limitations under the License.
  -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0                     http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-gora</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-groovy/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml
index cc7c565..26c1d8d 100644
--- a/components/camel-groovy/pom.xml
+++ b/components/camel-groovy/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-groovy</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-gson/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-gson/pom.xml b/components/camel-gson/pom.xml
index 71a0e4c..b30399d 100644
--- a/components/camel-gson/pom.xml
+++ b/components/camel-gson/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-gson</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-guava-eventbus/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-guava-eventbus/pom.xml b/components/camel-guava-eventbus/pom.xml
index 03fe088..6c9c0a6 100644
--- a/components/camel-guava-eventbus/pom.xml
+++ b/components/camel-guava-eventbus/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-guava-eventbus</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-guice/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-guice/pom.xml b/components/camel-guice/pom.xml
index f80ef92..072284a 100644
--- a/components/camel-guice/pom.xml
+++ b/components/camel-guice/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-guice</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-hawtdb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hawtdb/pom.xml b/components/camel-hawtdb/pom.xml
index c1cf732..89799d7 100644
--- a/components/camel-hawtdb/pom.xml
+++ b/components/camel-hawtdb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-hawtdb</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-hazelcast/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hazelcast/pom.xml b/components/camel-hazelcast/pom.xml
index 4e97c2e..fb6a008 100644
--- a/components/camel-hazelcast/pom.xml
+++ b/components/camel-hazelcast/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-hazelcast</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hbase/pom.xml b/components/camel-hbase/pom.xml
index cf61b56..cb28af1 100644
--- a/components/camel-hbase/pom.xml
+++ b/components/camel-hbase/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-hbase</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hdfs/pom.xml b/components/camel-hdfs/pom.xml
index 8bf0720..c3d48e0 100644
--- a/components/camel-hdfs/pom.xml
+++ b/components/camel-hdfs/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-hdfs</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-hdfs2/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hdfs2/pom.xml b/components/camel-hdfs2/pom.xml
index 49b0bed..4737a23 100644
--- a/components/camel-hdfs2/pom.xml
+++ b/components/camel-hdfs2/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-hdfs2</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-hl7/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hl7/pom.xml b/components/camel-hl7/pom.xml
index c87aa88..2f6e672 100644
--- a/components/camel-hl7/pom.xml
+++ b/components/camel-hl7/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-hl7</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-http/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-http/pom.xml b/components/camel-http/pom.xml
index 841d73f..a6774ac 100644
--- a/components/camel-http/pom.xml
+++ b/components/camel-http/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-http</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-http4/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-http4/pom.xml b/components/camel-http4/pom.xml
index 8cefef6..2bcd199 100644
--- a/components/camel-http4/pom.xml
+++ b/components/camel-http4/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-http4</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-ibatis/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ibatis/pom.xml b/components/camel-ibatis/pom.xml
index 2ef63ad..17fec5b 100644
--- a/components/camel-ibatis/pom.xml
+++ b/components/camel-ibatis/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-ibatis</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-ical/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ical/pom.xml b/components/camel-ical/pom.xml
index 5960efb..e2e5e6d 100644
--- a/components/camel-ical/pom.xml
+++ b/components/camel-ical/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-ical</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-infinispan/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-infinispan/pom.xml b/components/camel-infinispan/pom.xml
index 479f3cc..8ccd080 100644
--- a/components/camel-infinispan/pom.xml
+++ b/components/camel-infinispan/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-infinispan</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-irc/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-irc/pom.xml b/components/camel-irc/pom.xml
index 6e00272..f612f5b 100644
--- a/components/camel-irc/pom.xml
+++ b/components/camel-irc/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-irc</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jackson/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jackson/pom.xml b/components/camel-jackson/pom.xml
index 178d497..7b5ac9b 100644
--- a/components/camel-jackson/pom.xml
+++ b/components/camel-jackson/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-jackson</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jasypt/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jasypt/pom.xml b/components/camel-jasypt/pom.xml
index 830122b..f1b8f09 100644
--- a/components/camel-jasypt/pom.xml
+++ b/components/camel-jasypt/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-jasypt</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-javaspace/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-javaspace/pom.xml b/components/camel-javaspace/pom.xml
index bd104fa..d9c4aa8 100644
--- a/components/camel-javaspace/pom.xml
+++ b/components/camel-javaspace/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-javaspace</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jaxb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jaxb/pom.xml b/components/camel-jaxb/pom.xml
index faa46ee..b0a3cb6 100644
--- a/components/camel-jaxb/pom.xml
+++ b/components/camel-jaxb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-jaxb</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jclouds/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jclouds/pom.xml b/components/camel-jclouds/pom.xml
index bbaa343..3605c93 100644
--- a/components/camel-jclouds/pom.xml
+++ b/components/camel-jclouds/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-jclouds</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jcr/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jcr/pom.xml b/components/camel-jcr/pom.xml
index 2eae6e7..932d9d2 100644
--- a/components/camel-jcr/pom.xml
+++ b/components/camel-jcr/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-jcr</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jdbc/pom.xml b/components/camel-jdbc/pom.xml
index 1ded3cc..17521a6 100644
--- a/components/camel-jdbc/pom.xml
+++ b/components/camel-jdbc/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-jdbc</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jetty/pom.xml b/components/camel-jetty/pom.xml
index eebb32f..7837977 100644
--- a/components/camel-jetty/pom.xml
+++ b/components/camel-jetty/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-jetty</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jgroups/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jgroups/pom.xml b/components/camel-jgroups/pom.xml
index c503ba3..aa97230 100644
--- a/components/camel-jgroups/pom.xml
+++ b/components/camel-jgroups/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-jgroups</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jibx/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jibx/pom.xml b/components/camel-jibx/pom.xml
index 956450a..da20e7d 100644
--- a/components/camel-jibx/pom.xml
+++ b/components/camel-jibx/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-jibx</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jing/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jing/pom.xml b/components/camel-jing/pom.xml
index 948d479..6783ca4 100644
--- a/components/camel-jing/pom.xml
+++ b/components/camel-jing/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-jing</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jms/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index 3c13655..127f882 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-jms</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jmx/pom.xml b/components/camel-jmx/pom.xml
index 239e0bc..82f8854 100644
--- a/components/camel-jmx/pom.xml
+++ b/components/camel-jmx/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-jmx</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-josql/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-josql/pom.xml b/components/camel-josql/pom.xml
index 41ce66b..806255c 100644
--- a/components/camel-josql/pom.xml
+++ b/components/camel-josql/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-josql</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml
index 8405191..bcd3a79 100644
--- a/components/camel-jpa/pom.xml
+++ b/components/camel-jpa/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-jpa</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jsch/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jsch/pom.xml b/components/camel-jsch/pom.xml
index ca69538..bba4300 100644
--- a/components/camel-jsch/pom.xml
+++ b/components/camel-jsch/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-jsch</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jsonpath/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jsonpath/pom.xml b/components/camel-jsonpath/pom.xml
index 92c669c..0ee5c65 100644
--- a/components/camel-jsonpath/pom.xml
+++ b/components/camel-jsonpath/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-jsonpath</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jt400/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jt400/pom.xml b/components/camel-jt400/pom.xml
index 6f93eb2..b038a38 100644
--- a/components/camel-jt400/pom.xml
+++ b/components/camel-jt400/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-jt400</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-juel/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-juel/pom.xml b/components/camel-juel/pom.xml
index a24128b..06dd4e8 100644
--- a/components/camel-juel/pom.xml
+++ b/components/camel-juel/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-juel</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-jxpath/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jxpath/pom.xml b/components/camel-jxpath/pom.xml
index cf4a2a1..4a1aca7 100644
--- a/components/camel-jxpath/pom.xml
+++ b/components/camel-jxpath/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-jxpath</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index 5c88665..4e03a0b 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-kafka</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-kestrel/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-kestrel/pom.xml b/components/camel-kestrel/pom.xml
index 80a3c75..3308c93 100644
--- a/components/camel-kestrel/pom.xml
+++ b/components/camel-kestrel/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-kestrel</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-krati/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-krati/pom.xml b/components/camel-krati/pom.xml
index 697a059..5a8bb87 100644
--- a/components/camel-krati/pom.xml
+++ b/components/camel-krati/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-krati</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-ldap/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ldap/pom.xml b/components/camel-ldap/pom.xml
index ff0d1cf..9dbdc06 100644
--- a/components/camel-ldap/pom.xml
+++ b/components/camel-ldap/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-ldap</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-leveldb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml
index 6836490..46b5ff3 100644
--- a/components/camel-leveldb/pom.xml
+++ b/components/camel-leveldb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-leveldb</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-linkedin/camel-linkedin-api/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-api/pom.xml b/components/camel-linkedin/camel-linkedin-api/pom.xml
index 84b8a4b..ed4b561 100644
--- a/components/camel-linkedin/camel-linkedin-api/pom.xml
+++ b/components/camel-linkedin/camel-linkedin-api/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel.component.linkedin</groupId>
     <artifactId>camel-linkedin-parent</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-linkedin-api</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-linkedin/camel-linkedin-component/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-component/pom.xml b/components/camel-linkedin/camel-linkedin-component/pom.xml
index 5d42784..35082ff 100644
--- a/components/camel-linkedin/camel-linkedin-component/pom.xml
+++ b/components/camel-linkedin/camel-linkedin-component/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel.component.linkedin</groupId>
     <artifactId>camel-linkedin-parent</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-linkedin</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-linkedin/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/pom.xml b/components/camel-linkedin/pom.xml
index 2181c9f..6270d93 100644
--- a/components/camel-linkedin/pom.xml
+++ b/components/camel-linkedin/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.component.linkedin</groupId>
   <artifactId>camel-linkedin-parent</artifactId>
   <packaging>pom</packaging>
-  <version>2.14.0</version>
+  <version>2.14.1-SNAPSHOT</version>
 
   <name>Camel :: LinkedIn Component Parent</name>
   <description>Parent project for Camel {LinkedIn} Component</description>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-lucene/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-lucene/pom.xml b/components/camel-lucene/pom.xml
index 76b04f1..03726dd 100644
--- a/components/camel-lucene/pom.xml
+++ b/components/camel-lucene/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>components</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-lucene</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-mail/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml
index b1298db..e57f829 100644
--- a/components/camel-mail/pom.xml
+++ b/components/camel-mail/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-mail</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-metrics/pom.xml b/components/camel-metrics/pom.xml
index 277603b..2221e11 100644
--- a/components/camel-metrics/pom.xml
+++ b/components/camel-metrics/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-metrics</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-mina/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mina/pom.xml b/components/camel-mina/pom.xml
index 2aa485e..b010df7 100644
--- a/components/camel-mina/pom.xml
+++ b/components/camel-mina/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-mina</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-mina2/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mina2/pom.xml b/components/camel-mina2/pom.xml
index 2a7b6a1..d198ab6 100644
--- a/components/camel-mina2/pom.xml
+++ b/components/camel-mina2/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-mina2</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-mongodb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mongodb/pom.xml b/components/camel-mongodb/pom.xml
index 5370efa..47f63c1 100644
--- a/components/camel-mongodb/pom.xml
+++ b/components/camel-mongodb/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-mongodb</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mqtt/pom.xml b/components/camel-mqtt/pom.xml
index 032db82..cb84a60 100644
--- a/components/camel-mqtt/pom.xml
+++ b/components/camel-mqtt/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.14.0</version>
+        <version>2.14.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-mqtt</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-msv/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-msv/pom.xml b/components/camel-msv/pom.xml
index d7f7c9d..6fc923a 100644
--- a/components/camel-msv/pom.xml
+++ b/components/camel-msv/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-msv</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-mustache/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mustache/pom.xml b/components/camel-mustache/pom.xml
index dc2ef37..87e2545 100644
--- a/components/camel-mustache/pom.xml
+++ b/components/camel-mustache/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-mustache</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-mvel/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mvel/pom.xml b/components/camel-mvel/pom.xml
index 347f9a1..5ea08c7 100644
--- a/components/camel-mvel/pom.xml
+++ b/components/camel-mvel/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-mvel</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-mybatis/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mybatis/pom.xml b/components/camel-mybatis/pom.xml
index bfbdaa6..09918e7 100644
--- a/components/camel-mybatis/pom.xml
+++ b/components/camel-mybatis/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-mybatis</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-nagios/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-nagios/pom.xml b/components/camel-nagios/pom.xml
index 5d58136..ac5c1c9 100644
--- a/components/camel-nagios/pom.xml
+++ b/components/camel-nagios/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-nagios</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-netty-http/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-netty-http/pom.xml b/components/camel-netty-http/pom.xml
index aba15fd..01094fe 100644
--- a/components/camel-netty-http/pom.xml
+++ b/components/camel-netty-http/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>components</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-netty-http</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-netty/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-netty/pom.xml b/components/camel-netty/pom.xml
index d4ab5be..ffee6eb 100644
--- a/components/camel-netty/pom.xml
+++ b/components/camel-netty/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>components</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-netty</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-netty4-http/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-netty4-http/pom.xml b/components/camel-netty4-http/pom.xml
index 1d5ee13..58074e8 100644
--- a/components/camel-netty4-http/pom.xml
+++ b/components/camel-netty4-http/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>components</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-netty4-http</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-netty4/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-netty4/pom.xml b/components/camel-netty4/pom.xml
index 1657cf4..39dd5a0 100644
--- a/components/camel-netty4/pom.xml
+++ b/components/camel-netty4/pom.xml
@@ -20,7 +20,7 @@
   <parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>components</artifactId>
-		<version>2.14.0</version>
+		<version>2.14.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-netty4</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-ognl/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ognl/pom.xml b/components/camel-ognl/pom.xml
index 53bf950..d52a913 100644
--- a/components/camel-ognl/pom.xml
+++ b/components/camel-ognl/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-ognl</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4f302f31/components/camel-olingo2/camel-olingo2-api/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-olingo2/camel-olingo2-api/pom.xml b/components/camel-olingo2/camel-olingo2-api/pom.xml
index 9796db5..ffef13d 100644
--- a/components/camel-olingo2/camel-olingo2-api/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-api/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel.component.olingo2</groupId>
     <artifactId>camel-olingo2-parent</artifactId>
-    <version>2.14.0</version>
+    <version>2.14.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-olingo2-api</artifactId>