You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/06/23 11:03:45 UTC

[1/8] git commit: downgrade the maven-release-plugin from 2.4.1 to 2.2.1 because of MRELEASE-695

Updated Branches:
  refs/heads/camel-2.10.x edda88471 -> 7d8a31c63


downgrade the maven-release-plugin from 2.4.1 to 2.2.1 because of MRELEASE-695


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

Branch: refs/heads/camel-2.10.x
Commit: 5f994b0268812a7c379ea5a553b677356d9b1fbd
Parents: edda884
Author: cmueller <cm...@apache.org>
Authored: Sat Jun 22 14:04:29 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sun Jun 23 11:02:55 2013 +0200

----------------------------------------------------------------------
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/5f994b02/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4d14c4b..9ffb310 100755
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,9 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.4.1</version>
+          <!-- we have to stick to this version unti the below issue is resolved -->
+          <!-- see http://jira.codehaus.org/browse/MRELEASE-695 -->
+          <version>2.2.1</version>
           <configuration>
 	        <localCheckout>true</localCheckout>
             <pushChanges>false</pushChanges>


[4/8] git commit: upgrade to maven-release-plugin 2.4.1 and use LANG='en_US.UTF-8'

Posted by cm...@apache.org.
upgrade to maven-release-plugin 2.4.1 and use LANG='en_US.UTF-8'


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

Branch: refs/heads/camel-2.10.x
Commit: ab93f03588c4c9fccda6ae75956a9ca129883e61
Parents: bdd2581
Author: cmueller <cm...@apache.org>
Authored: Sat Jun 22 16:11:37 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sun Jun 23 11:02:56 2013 +0200

----------------------------------------------------------------------
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ab93f035/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f7d2e74..82da43a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -207,9 +207,8 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <!-- we have to stick to this version unti the below issue is resolved -->
-          <!-- see http://jira.codehaus.org/browse/MRELEASE-695 -->
-          <version>2.1</version>
+          <!-- see http://jira.codehaus.org/browse/MRELEASE-812 -->
+          <version>2.4.1</version>
           <configuration>
 	        <localCheckout>true</localCheckout>
             <pushChanges>false</pushChanges>


[2/8] [maven-release-plugin] prepare release camel-2.10.5

Posted by cm...@apache.org.
http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-web-standalone/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-web-standalone/pom.xml b/components/camel-web-standalone/pom.xml
index d7a67d9..dc89364 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>camel-web-standalone</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-web/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-web/pom.xml b/components/camel-web/pom.xml
index 1bfc76f..1830e9e 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.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>camel-web</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-websocket/pom.xml b/components/camel-websocket/pom.xml
index ffc7eceb..3ff6e00 100644
--- a/components/camel-websocket/pom.xml
+++ b/components/camel-websocket/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-xmlbeans/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmlbeans/pom.xml b/components/camel-xmlbeans/pom.xml
index 068de7e..6889b20 100644
--- a/components/camel-xmlbeans/pom.xml
+++ b/components/camel-xmlbeans/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-xmljson/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmljson/pom.xml b/components/camel-xmljson/pom.xml
index 4ff79a3..75b807c 100644
--- a/components/camel-xmljson/pom.xml
+++ b/components/camel-xmljson/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-xmlsecurity/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmlsecurity/pom.xml b/components/camel-xmlsecurity/pom.xml
index dba8ddd..85e1fdf 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.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
 
     <artifactId>camel-xmlsecurity</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-xmpp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmpp/pom.xml b/components/camel-xmpp/pom.xml
index fe3c43e..209a5e5 100644
--- a/components/camel-xmpp/pom.xml
+++ b/components/camel-xmpp/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-xstream/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xstream/pom.xml b/components/camel-xstream/pom.xml
index 716eace..b1a9630 100644
--- a/components/camel-xstream/pom.xml
+++ b/components/camel-xstream/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-zookeeper/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-zookeeper/pom.xml b/components/camel-zookeeper/pom.xml
index 9fc3719..4c44782 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <artifactId>camel-zookeeper</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index 5f36615..8ae5e27 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-aggregate/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-aggregate/pom.xml b/examples/camel-example-aggregate/pom.xml
index 0117511..6e764bc 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.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-bam/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-bam/pom.xml b/examples/camel-example-bam/pom.xml
index f6d3f70..1598216 100644
--- a/examples/camel-example-bam/pom.xml
+++ b/examples/camel-example-bam/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-cafe/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cafe/pom.xml b/examples/camel-example-cafe/pom.xml
index 684073e..c1af419 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.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-console/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-console/pom.xml b/examples/camel-example-console/pom.xml
index 43b5a28..6da0f6f 100644
--- a/examples/camel-example-console/pom.xml
+++ b/examples/camel-example-console/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 38dfe58..d068787 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 fd56e0b..2efd14d 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 2d168b9..5d73f0b 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 b928c1c..810c26f 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.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cxf/pom.xml b/examples/camel-example-cxf/pom.xml
index 52b26e4..5da1f36 100644
--- a/examples/camel-example-cxf/pom.xml
+++ b/examples/camel-example-cxf/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-docs/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-docs/pom.xml b/examples/camel-example-docs/pom.xml
index c3cc9a0..38836ea 100755
--- a/examples/camel-example-docs/pom.xml
+++ b/examples/camel-example-docs/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-etl/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-etl/pom.xml b/examples/camel-example-etl/pom.xml
index 80a0b26..7d98f20 100755
--- 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-gae/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-gae/pom.xml b/examples/camel-example-gae/pom.xml
index 2f47926..cdba26d 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.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-gauth/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-gauth/pom.xml b/examples/camel-example-gauth/pom.xml
index aed1849..7e7394d 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.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 5551a47..ac936bf 100644
--- a/examples/camel-example-guice-jms/pom.xml
+++ b/examples/camel-example-guice-jms/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 66b2092..90f1080 100755
--- a/examples/camel-example-jms-file/pom.xml
+++ b/examples/camel-example-jms-file/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-jmx/pom.xml b/examples/camel-example-jmx/pom.xml
index f842057..b914dc6 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.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-loadbalancing/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-loadbalancing/pom.xml b/examples/camel-example-loadbalancing/pom.xml
index e86c980..bc62e32 100644
--- a/examples/camel-example-loadbalancing/pom.xml
+++ b/examples/camel-example-loadbalancing/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 	    <groupId>org.apache.camel</groupId>
 	    <artifactId>examples</artifactId>
-	    <version>2.10.5-SNAPSHOT</version>
+	    <version>2.10.5</version>
 	</parent>
 	
 	<artifactId>camel-example-loadbalancing</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 4f9682c..708908a 100644
--- a/examples/camel-example-loan-broker/pom.xml
+++ b/examples/camel-example-loan-broker/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-management/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-management/pom.xml b/examples/camel-example-management/pom.xml
index 178c618..a8239a7 100644
--- a/examples/camel-example-management/pom.xml
+++ b/examples/camel-example-management/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 32171db..28754d6 100644
--- a/examples/camel-example-osgi-rmi/pom.xml
+++ b/examples/camel-example-osgi-rmi/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
 
     <artifactId>camel-example-osgi-rmi</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-osgi/pom.xml b/examples/camel-example-osgi/pom.xml
index 48693ad..cfc7247 100644
--- a/examples/camel-example-osgi/pom.xml
+++ b/examples/camel-example-osgi/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 5726ff9..51774fc 100644
--- a/examples/camel-example-pojo-messaging/pom.xml
+++ b/examples/camel-example-pojo-messaging/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 a88b5b4..bf55a5f 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.10.5-SNAPSHOT</version>
+       <version>2.10.5</version>
        <relativePath>..</relativePath>
    </parent>
   

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-reportincident/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-reportincident/pom.xml b/examples/camel-example-reportincident/pom.xml
index 0e8774c..a13033b 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.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 0ef82b7..e5a95dd 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.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 94e7a24..59b21a2 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.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
 
     <artifactId>camel-example-servlet-tomcat</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 78f26c9..cf78541 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.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-simplejirabot/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-simplejirabot/pom.xml b/examples/camel-example-simplejirabot/pom.xml
index ce091cc..cefc094 100644
--- a/examples/camel-example-simplejirabot/pom.xml
+++ b/examples/camel-example-simplejirabot/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
 
     <artifactId>camel-example-simplejirabot</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 d3d7c4c..99bfe9e 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.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 025ca3d..72990af 100644
--- a/examples/camel-example-spring-javaconfig/pom.xml
+++ b/examples/camel-example-spring-javaconfig/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 b19d113..b7c3f29 100644
--- a/examples/camel-example-spring-jms/pom.xml
+++ b/examples/camel-example-spring-jms/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 4d50cc9..c79c0f1 100755
--- a/examples/camel-example-spring-security/pom.xml
+++ b/examples/camel-example-spring-security/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 bcd1932..302cbd4 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.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 	</parent>
 
 	<artifactId>camel-example-spring-ws</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 d1ec15a..0d4e0de 100755
--- a/examples/camel-example-spring-xquery/pom.xml
+++ b/examples/camel-example-spring-xquery/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-spring/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring/pom.xml b/examples/camel-example-spring/pom.xml
index 35285de..ac1019b 100755
--- a/examples/camel-example-spring/pom.xml
+++ b/examples/camel-example-spring/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-ssh/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-ssh/pom.xml b/examples/camel-example-ssh/pom.xml
index 9b65d3d..c578717 100644
--- a/examples/camel-example-ssh/pom.xml
+++ b/examples/camel-example-ssh/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/camel-example-tracer/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-tracer/pom.xml b/examples/camel-example-tracer/pom.xml
index c5e7a3e..607f3cb 100644
--- a/examples/camel-example-tracer/pom.xml
+++ b/examples/camel-example-tracer/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 8eb8a7b..1fbe38e 100644
--- a/examples/camel-example-twitter-websocket/pom.xml
+++ b/examples/camel-example-twitter-websocket/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 31d1a1a..cc56a4a 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 930ddc3..df7d339 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -20,14 +20,14 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.camel</groupId>
   <artifactId>camel-parent</artifactId>
-  <version>2.10.5-SNAPSHOT</version>
+  <version>2.10.5</version>
   <packaging>pom</packaging>
   <name>Camel :: Parent</name>
   <description>Camel Parent POM</description>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/platforms/karaf/commands/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml
index a77b658..53693d3 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/platforms/karaf/features/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml
index e307215..e7ca4d0 100644
--- a/platforms/karaf/features/pom.xml
+++ b/platforms/karaf/features/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/platforms/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/pom.xml b/platforms/karaf/pom.xml
index 0ebd088..37bb4b3 100644
--- a/platforms/karaf/pom.xml
+++ b/platforms/karaf/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>platforms</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>..</relativePath>
     </parent>
 
     <groupId>org.apache.camel</groupId>
     <artifactId>karaf</artifactId>
     <packaging>pom</packaging>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <name>Camel :: Platforms :: Apache Karaf</name>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/platforms/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/pom.xml b/platforms/pom.xml
index 28c8a5a..a72086b 100644
--- a/platforms/pom.xml
+++ b/platforms/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 82da43a..bb5de18 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.camel</groupId>
   <artifactId>camel</artifactId>
-  <version>2.10.5-SNAPSHOT</version>
+  <version>2.10.5</version>
   <packaging>pom</packaging>
   <name>Camel</name>
   <description>Camel build POM</description>
@@ -126,6 +126,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=camel-2.10.x/camel-git</url>
+    <tag>camel-2.10.5</tag>
   </scm>
 
   <build>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/tests/camel-itest-standalone/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-standalone/pom.xml b/tests/camel-itest-standalone/pom.xml
index 916b370..22c5ae0 100644
--- a/tests/camel-itest-standalone/pom.xml
+++ b/tests/camel-itest-standalone/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/tests/camel-itest/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 857d169..8bfe538 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 e01e20e..e1704a4 100644
--- a/tests/camel-partial-classpath-test/pom.xml
+++ b/tests/camel-partial-classpath-test/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/tests/camel-typeconverterscan-test/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-typeconverterscan-test/pom.xml b/tests/camel-typeconverterscan-test/pom.xml
index b89befe..44e836a 100644
--- a/tests/camel-typeconverterscan-test/pom.xml
+++ b/tests/camel-typeconverterscan-test/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index 9025739..e91a8dc 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 09c18bf..35eb2e3 100644
--- a/tests/test-bundles/mock-javamail_1.7/pom.xml
+++ b/tests/test-bundles/mock-javamail_1.7/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.camel.tests.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
 
     <groupId>org.apache.camel.tests</groupId>
     <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <packaging>bundle</packaging>
     <name>Camel :: Integration Tests :: Test Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/tests/test-bundles/pom.xml
----------------------------------------------------------------------
diff --git a/tests/test-bundles/pom.xml b/tests/test-bundles/pom.xml
index 80f039f..2ef8b52 100644
--- a/tests/test-bundles/pom.xml
+++ b/tests/test-bundles/pom.xml
@@ -22,14 +22,14 @@
     <parent>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-parent</artifactId>
-      <version>2.10.5-SNAPSHOT</version>
+      <version>2.10.5</version>
       <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.camel.tests.bundles</groupId>
     <artifactId>bundles-pom</artifactId>
     <packaging>pom</packaging>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <name>Camel :: Integration Tests :: Test Bundles</name>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 b36af58..2986d66 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 4e94885..285e969 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 6cbd145..108630f 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.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
 
     <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 8087741..5be6367 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 727eff0..bc37d7a 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 96fab30..65918eb 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 e497c8d..82b5222 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 5b5cfbc..0f064a5 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 fe38658..b768c9d 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 af13b09..12cb16d 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 dcd6e00..b499c54 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/tooling/archetypes/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/pom.xml b/tooling/archetypes/pom.xml
index ad03f41..4d73737 100644
--- a/tooling/archetypes/pom.xml
+++ b/tooling/archetypes/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/tooling/camel-manual/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/camel-manual/pom.xml b/tooling/camel-manual/pom.xml
index 5e7ad86..0f39a54 100644
--- a/tooling/camel-manual/pom.xml
+++ b/tooling/camel-manual/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 54f25ed..050a683 100644
--- a/tooling/maven/camel-maven-plugin/pom.xml
+++ b/tooling/maven/camel-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <artifactId>camel-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/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 45697f7..430b143 100644
--- a/tooling/maven/guice-maven-plugin/pom.xml
+++ b/tooling/maven/guice-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <artifactId>guice-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/tooling/maven/maven-html-to-pdf/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/maven-html-to-pdf/pom.xml b/tooling/maven/maven-html-to-pdf/pom.xml
index f6dfad7..ae995aa 100644
--- a/tooling/maven/maven-html-to-pdf/pom.xml
+++ b/tooling/maven/maven-html-to-pdf/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <artifactId>maven-html-to-pdf</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/tooling/maven/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml
index ac4587b..d2925d2 100644
--- a/tooling/maven/pom.xml
+++ b/tooling/maven/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/tooling/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/pom.xml b/tooling/pom.xml
index ad49f1e..f70e1fc 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 


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

Posted by cm...@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/7d8a31c6
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7d8a31c6
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7d8a31c6

Branch: refs/heads/camel-2.10.x
Commit: 7d8a31c63af294552fef82f381f2768f662c0876
Parents: 3beb1fa
Author: cmueller <cm...@apache.org>
Authored: Sat Jun 22 16:45:02 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sun Jun 23 11:02:57 2013 +0200

----------------------------------------------------------------------
 apache-camel/pom.xml                                       | 2 +-
 buildingtools/pom.xml                                      | 4 ++--
 camel-core/pom.xml                                         | 2 +-
 components/camel-ahc/pom.xml                               | 2 +-
 components/camel-amqp/pom.xml                              | 2 +-
 components/camel-apns/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-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-cache/pom.xml                             | 2 +-
 components/camel-castor/pom.xml                            | 2 +-
 components/camel-cdi/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-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-dns/pom.xml                               | 2 +-
 components/camel-dozer/pom.xml                             | 2 +-
 components/camel-eclipse/pom.xml                           | 2 +-
 components/camel-ejb/pom.xml                               | 2 +-
 components/camel-eventadmin/pom.xml                        | 2 +-
 components/camel-exec/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-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-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-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-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-jt400/pom.xml                             | 2 +-
 components/camel-juel/pom.xml                              | 2 +-
 components/camel-jxpath/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-lucene/pom.xml                            | 2 +-
 components/camel-mail/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-mvel/pom.xml                              | 2 +-
 components/camel-mybatis/pom.xml                           | 2 +-
 components/camel-nagios/pom.xml                            | 2 +-
 components/camel-netty/pom.xml                             | 2 +-
 components/camel-ognl/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-quickfix/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-saxon/pom.xml                             | 2 +-
 components/camel-scala/pom.xml                             | 2 +-
 components/camel-script/pom.xml                            | 2 +-
 components/camel-servlet/pom.xml                           | 2 +-
 components/camel-shiro/pom.xml                             | 2 +-
 components/camel-sip/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-spring-batch/pom.xml                      | 2 +-
 components/camel-spring-integration/pom.xml                | 2 +-
 components/camel-spring-javaconfig/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-stream/pom.xml                            | 2 +-
 components/camel-stringtemplate/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/pom.xml                              | 2 +-
 components/camel-testng/pom.xml                            | 2 +-
 components/camel-twitter/pom.xml                           | 2 +-
 components/camel-velocity/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-xmlsecurity/pom.xml                       | 2 +-
 components/camel-xmpp/pom.xml                              | 2 +-
 components/camel-xstream/pom.xml                           | 2 +-
 components/camel-zookeeper/pom.xml                         | 2 +-
 components/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-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-gae/pom.xml                         | 2 +-
 examples/camel-example-gauth/pom.xml                       | 2 +-
 examples/camel-example-guice-jms/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-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-route-throttling/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-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-ssh/pom.xml                         | 2 +-
 examples/camel-example-tracer/pom.xml                      | 2 +-
 examples/camel-example-twitter-websocket/pom.xml           | 2 +-
 examples/pom.xml                                           | 2 +-
 parent/pom.xml                                             | 4 ++--
 platforms/karaf/commands/pom.xml                           | 2 +-
 platforms/karaf/features/pom.xml                           | 2 +-
 platforms/karaf/pom.xml                                    | 4 ++--
 platforms/pom.xml                                          | 2 +-
 pom.xml                                                    | 4 ++--
 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               | 4 ++--
 tests/test-bundles/pom.xml                                 | 4 ++--
 tooling/archetypes/camel-archetype-activemq/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 +-
 tooling/archetypes/camel-archetype-dataformat/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-maven-plugin/pom.xml                   | 2 +-
 tooling/maven/guice-maven-plugin/pom.xml                   | 2 +-
 tooling/maven/maven-html-to-pdf/pom.xml                    | 2 +-
 tooling/maven/pom.xml                                      | 2 +-
 tooling/pom.xml                                            | 2 +-
 203 files changed, 209 insertions(+), 209 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 2062ab9..938c6e5 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/buildingtools/pom.xml
----------------------------------------------------------------------
diff --git a/buildingtools/pom.xml b/buildingtools/pom.xml
index b9e816a..5770671 100644
--- a/buildingtools/pom.xml
+++ b/buildingtools/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
        
     <artifactId>camel-buildtools</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <name>Apache :: Camel Buildtools</name>
     <description>The build tools for the Camel project</description>    
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/camel-core/pom.xml
----------------------------------------------------------------------
diff --git a/camel-core/pom.xml b/camel-core/pom.xml
index c1cf6b8..c35ca19 100755
--- 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-ahc/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ahc/pom.xml b/components/camel-ahc/pom.xml
index 16285ce..85f3155 100644
--- a/components/camel-ahc/pom.xml
+++ b/components/camel-ahc/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-amqp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml
index 767d4f5..28447b5 100644
--- a/components/camel-amqp/pom.xml
+++ b/components/camel-amqp/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-apns/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-apns/pom.xml b/components/camel-apns/pom.xml
index 9539579..d71f094 100644
--- a/components/camel-apns/pom.xml
+++ b/components/camel-apns/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-atom/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-atom/pom.xml b/components/camel-atom/pom.xml
index 90f9dcb..3cdd224 100644
--- a/components/camel-atom/pom.xml
+++ b/components/camel-atom/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-avro/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-avro/pom.xml b/components/camel-avro/pom.xml
index 54f0503..f359705 100644
--- a/components/camel-avro/pom.xml
+++ b/components/camel-avro/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-aws/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-aws/pom.xml b/components/camel-aws/pom.xml
index d275bb5..90d710b 100644
--- a/components/camel-aws/pom.xml
+++ b/components/camel-aws/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-bam/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-bam/pom.xml b/components/camel-bam/pom.xml
index ab3d541..ec7479e 100644
--- a/components/camel-bam/pom.xml
+++ b/components/camel-bam/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-bean-validator/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-bean-validator/pom.xml b/components/camel-bean-validator/pom.xml
index e3429d8..6de812e 100644
--- a/components/camel-bean-validator/pom.xml
+++ b/components/camel-bean-validator/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-beanio/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-beanio/pom.xml b/components/camel-beanio/pom.xml
index 14bab4b..7e94c30 100644
--- a/components/camel-beanio/pom.xml
+++ b/components/camel-beanio/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-bindy/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-bindy/pom.xml b/components/camel-bindy/pom.xml
index 3caedbc..d0899a1 100755
--- a/components/camel-bindy/pom.xml
+++ b/components/camel-bindy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml
index 75328bc..fd35a81 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-cache/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cache/pom.xml b/components/camel-cache/pom.xml
index 78198ca..16cf529 100755
--- a/components/camel-cache/pom.xml
+++ b/components/camel-cache/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-cache</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-castor/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-castor/pom.xml b/components/camel-castor/pom.xml
index 2414ab3..8b86e3e 100644
--- a/components/camel-castor/pom.xml
+++ b/components/camel-castor/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml
index 86920ff..dd7c61f 100644
--- a/components/camel-cdi/pom.xml
+++ b/components/camel-cdi/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-cometd/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cometd/pom.xml b/components/camel-cometd/pom.xml
index b4b5928..a9eecc1 100644
--- a/components/camel-cometd/pom.xml
+++ b/components/camel-cometd/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-context/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-context/pom.xml b/components/camel-context/pom.xml
index ef7451c..3f10666 100644
--- a/components/camel-context/pom.xml
+++ b/components/camel-context/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>camel-parent</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-core-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-core-osgi/pom.xml b/components/camel-core-osgi/pom.xml
index 4fc22e0..f23b819 100644
--- a/components/camel-core-osgi/pom.xml
+++ b/components/camel-core-osgi/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-core-xml/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-core-xml/pom.xml b/components/camel-core-xml/pom.xml
index 3785159..b3d7176 100644
--- a/components/camel-core-xml/pom.xml
+++ b/components/camel-core-xml/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-crypto/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-crypto/pom.xml b/components/camel-crypto/pom.xml
index 84a6cf9..d1dd9cc 100644
--- a/components/camel-crypto/pom.xml
+++ b/components/camel-crypto/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>camel-parent</artifactId>
-		<version>2.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 		<relativePath>../../parent</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-csv/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-csv/pom.xml b/components/camel-csv/pom.xml
index befdd98..867c448 100644
--- a/components/camel-csv/pom.xml
+++ b/components/camel-csv/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-cxf-transport/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cxf-transport/pom.xml b/components/camel-cxf-transport/pom.xml
index 88d02c1..c7cafb2 100644
--- a/components/camel-cxf-transport/pom.xml
+++ b/components/camel-cxf-transport/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index f3e9145..a14ded6 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-dns/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-dns/pom.xml b/components/camel-dns/pom.xml
index a484a5b..e594f64 100644
--- a/components/camel-dns/pom.xml
+++ b/components/camel-dns/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-dozer/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-dozer/pom.xml b/components/camel-dozer/pom.xml
index 87eaa61..9bec3d6 100644
--- a/components/camel-dozer/pom.xml
+++ b/components/camel-dozer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>components</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-dozer</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-eclipse/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-eclipse/pom.xml b/components/camel-eclipse/pom.xml
index 3ffebb3..0cec4b0 100644
--- a/components/camel-eclipse/pom.xml
+++ b/components/camel-eclipse/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-ejb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ejb/pom.xml b/components/camel-ejb/pom.xml
index 26a3b34..0137692 100644
--- a/components/camel-ejb/pom.xml
+++ b/components/camel-ejb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-eventadmin/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-eventadmin/pom.xml b/components/camel-eventadmin/pom.xml
index ba6c2c5..141673b 100644
--- a/components/camel-eventadmin/pom.xml
+++ b/components/camel-eventadmin/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-exec/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-exec/pom.xml b/components/camel-exec/pom.xml
index c1193d3..f116cc6 100644
--- a/components/camel-exec/pom.xml
+++ b/components/camel-exec/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-flatpack/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-flatpack/pom.xml b/components/camel-flatpack/pom.xml
index 0d1245a..074acfd 100644
--- a/components/camel-flatpack/pom.xml
+++ b/components/camel-flatpack/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-fop/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-fop/pom.xml b/components/camel-fop/pom.xml
index 630aaa8..3929c6c 100644
--- a/components/camel-fop/pom.xml
+++ b/components/camel-fop/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-freemarker/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-freemarker/pom.xml b/components/camel-freemarker/pom.xml
index 65c8934..391ede5 100644
--- a/components/camel-freemarker/pom.xml
+++ b/components/camel-freemarker/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-ftp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml
index 35d5bad..4ce9350 100644
--- a/components/camel-ftp/pom.xml
+++ b/components/camel-ftp/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-gae/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-gae/pom.xml b/components/camel-gae/pom.xml
index f482911..96a7c8d 100644
--- a/components/camel-gae/pom.xml
+++ b/components/camel-gae/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-groovy/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml
index 91d3d7f..3bd8e26 100644
--- a/components/camel-groovy/pom.xml
+++ b/components/camel-groovy/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-gson/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-gson/pom.xml b/components/camel-gson/pom.xml
index 7572731..b695845 100644
--- a/components/camel-gson/pom.xml
+++ b/components/camel-gson/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-guava-eventbus/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-guava-eventbus/pom.xml b/components/camel-guava-eventbus/pom.xml
index 75ee1f5..b2b37f3 100644
--- a/components/camel-guava-eventbus/pom.xml
+++ b/components/camel-guava-eventbus/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-guice/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-guice/pom.xml b/components/camel-guice/pom.xml
index 963d0f2..3c5c796 100644
--- a/components/camel-guice/pom.xml
+++ b/components/camel-guice/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-hawtdb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hawtdb/pom.xml b/components/camel-hawtdb/pom.xml
index 82aed01..53c4591 100644
--- a/components/camel-hawtdb/pom.xml
+++ b/components/camel-hawtdb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-hazelcast/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hazelcast/pom.xml b/components/camel-hazelcast/pom.xml
index 66375f8..0aac679 100644
--- a/components/camel-hazelcast/pom.xml
+++ b/components/camel-hazelcast/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hbase/pom.xml b/components/camel-hbase/pom.xml
index 02c73fa..bdc4ca7 100644
--- a/components/camel-hbase/pom.xml
+++ b/components/camel-hbase/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
         <artifactId>camel-parent</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
 		<relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hdfs/pom.xml b/components/camel-hdfs/pom.xml
index 82cdfac..665ee73 100644
--- a/components/camel-hdfs/pom.xml
+++ b/components/camel-hdfs/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-hl7/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hl7/pom.xml b/components/camel-hl7/pom.xml
index 767b1fe..068830a 100644
--- a/components/camel-hl7/pom.xml
+++ b/components/camel-hl7/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-http/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-http/pom.xml b/components/camel-http/pom.xml
index a7e0037..79f6343 100644
--- a/components/camel-http/pom.xml
+++ b/components/camel-http/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-http4/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-http4/pom.xml b/components/camel-http4/pom.xml
index 113b23f..56b24a0 100644
--- a/components/camel-http4/pom.xml
+++ b/components/camel-http4/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-ibatis/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ibatis/pom.xml b/components/camel-ibatis/pom.xml
index 519686d..94fa673 100644
--- a/components/camel-ibatis/pom.xml
+++ b/components/camel-ibatis/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-ical/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ical/pom.xml b/components/camel-ical/pom.xml
index 9d125e6..a9c9dfc 100644
--- a/components/camel-ical/pom.xml
+++ b/components/camel-ical/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-ical</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-irc/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-irc/pom.xml b/components/camel-irc/pom.xml
index 01e0f22..831d9e8 100644
--- a/components/camel-irc/pom.xml
+++ b/components/camel-irc/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jackson/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jackson/pom.xml b/components/camel-jackson/pom.xml
index 3fc3ee7..804e443 100644
--- a/components/camel-jackson/pom.xml
+++ b/components/camel-jackson/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jasypt/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jasypt/pom.xml b/components/camel-jasypt/pom.xml
index d838db1..fb07139 100644
--- a/components/camel-jasypt/pom.xml
+++ b/components/camel-jasypt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-javaspace/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-javaspace/pom.xml b/components/camel-javaspace/pom.xml
index 778bd8f..b57acb4 100644
--- a/components/camel-javaspace/pom.xml
+++ b/components/camel-javaspace/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jaxb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jaxb/pom.xml b/components/camel-jaxb/pom.xml
index 83aa5f2..ee033c8 100644
--- a/components/camel-jaxb/pom.xml
+++ b/components/camel-jaxb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jclouds/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jclouds/pom.xml b/components/camel-jclouds/pom.xml
index 2b6890b..1dabf11 100644
--- a/components/camel-jclouds/pom.xml
+++ b/components/camel-jclouds/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jcr/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jcr/pom.xml b/components/camel-jcr/pom.xml
index 9813a86..37d5ab4 100644
--- a/components/camel-jcr/pom.xml
+++ b/components/camel-jcr/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jdbc/pom.xml b/components/camel-jdbc/pom.xml
index a150e03..54f22f9 100644
--- a/components/camel-jdbc/pom.xml
+++ b/components/camel-jdbc/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jetty/pom.xml b/components/camel-jetty/pom.xml
index f217484..e22f75b 100644
--- a/components/camel-jetty/pom.xml
+++ b/components/camel-jetty/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jibx/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jibx/pom.xml b/components/camel-jibx/pom.xml
index d78a2a1..ace968f 100644
--- a/components/camel-jibx/pom.xml
+++ b/components/camel-jibx/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jing/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jing/pom.xml b/components/camel-jing/pom.xml
index f0b5661..a65dadc 100644
--- a/components/camel-jing/pom.xml
+++ b/components/camel-jing/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jms/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index f7b6c54..f30fc4e 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jmx/pom.xml b/components/camel-jmx/pom.xml
index f7bf691..003c28e 100644
--- a/components/camel-jmx/pom.xml
+++ b/components/camel-jmx/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-josql/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-josql/pom.xml b/components/camel-josql/pom.xml
index 30c762e..933e588 100644
--- a/components/camel-josql/pom.xml
+++ b/components/camel-josql/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml
index 66ab10d..4300836 100644
--- a/components/camel-jpa/pom.xml
+++ b/components/camel-jpa/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jsch/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jsch/pom.xml b/components/camel-jsch/pom.xml
index 7a6ed8e..4896f2f 100644
--- a/components/camel-jsch/pom.xml
+++ b/components/camel-jsch/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jt400/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jt400/pom.xml b/components/camel-jt400/pom.xml
index 1e08858..21e0c61 100644
--- a/components/camel-jt400/pom.xml
+++ b/components/camel-jt400/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
   <artifactId>camel-jt400</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-juel/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-juel/pom.xml b/components/camel-juel/pom.xml
index 8a52a03..7667174 100644
--- a/components/camel-juel/pom.xml
+++ b/components/camel-juel/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-jxpath/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jxpath/pom.xml b/components/camel-jxpath/pom.xml
index c96b522..a70c8c9 100644
--- a/components/camel-jxpath/pom.xml
+++ b/components/camel-jxpath/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-kestrel/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-kestrel/pom.xml b/components/camel-kestrel/pom.xml
index b085852..57df108 100644
--- a/components/camel-kestrel/pom.xml
+++ b/components/camel-kestrel/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-krati/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-krati/pom.xml b/components/camel-krati/pom.xml
index 83daa1e..cda376c 100644
--- a/components/camel-krati/pom.xml
+++ b/components/camel-krati/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>components</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-ldap/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ldap/pom.xml b/components/camel-ldap/pom.xml
index 80533d4..7372e9c 100644
--- a/components/camel-ldap/pom.xml
+++ b/components/camel-ldap/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-leveldb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml
index 7861924..c15a47f 100644
--- a/components/camel-leveldb/pom.xml
+++ b/components/camel-leveldb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-lucene/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-lucene/pom.xml b/components/camel-lucene/pom.xml
index 2f7a01b..af60378 100644
--- a/components/camel-lucene/pom.xml
+++ b/components/camel-lucene/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>components</artifactId>
-		<version>2.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-lucene</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-mail/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml
index f3729b9..77e0914 100644
--- a/components/camel-mail/pom.xml
+++ b/components/camel-mail/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-mina/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mina/pom.xml b/components/camel-mina/pom.xml
index c74b768..5389916 100644
--- a/components/camel-mina/pom.xml
+++ b/components/camel-mina/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-mina2/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mina2/pom.xml b/components/camel-mina2/pom.xml
index 324ec80..7034eb6 100644
--- a/components/camel-mina2/pom.xml
+++ b/components/camel-mina2/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-mongodb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mongodb/pom.xml b/components/camel-mongodb/pom.xml
index 1890b79..2d850f1 100644
--- a/components/camel-mongodb/pom.xml
+++ b/components/camel-mongodb/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mqtt/pom.xml b/components/camel-mqtt/pom.xml
index 482d866..1a91c1b 100644
--- a/components/camel-mqtt/pom.xml
+++ b/components/camel-mqtt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-msv/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-msv/pom.xml b/components/camel-msv/pom.xml
index e94c0e9..a80e817 100644
--- a/components/camel-msv/pom.xml
+++ b/components/camel-msv/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-mvel/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mvel/pom.xml b/components/camel-mvel/pom.xml
index cf13220..a89f596 100644
--- a/components/camel-mvel/pom.xml
+++ b/components/camel-mvel/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-mybatis/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mybatis/pom.xml b/components/camel-mybatis/pom.xml
index 30ee9fe..79a1bf0 100644
--- a/components/camel-mybatis/pom.xml
+++ b/components/camel-mybatis/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-nagios/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-nagios/pom.xml b/components/camel-nagios/pom.xml
index b2499a2..fa68339 100644
--- a/components/camel-nagios/pom.xml
+++ b/components/camel-nagios/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-netty/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-netty/pom.xml b/components/camel-netty/pom.xml
index 3aba09a..90d497d 100644
--- a/components/camel-netty/pom.xml
+++ b/components/camel-netty/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>components</artifactId>
-		<version>2.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-netty</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-ognl/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ognl/pom.xml b/components/camel-ognl/pom.xml
index 9305c21..0932d04 100644
--- a/components/camel-ognl/pom.xml
+++ b/components/camel-ognl/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-paxlogging/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-paxlogging/pom.xml b/components/camel-paxlogging/pom.xml
index 113152f..3d3486e 100644
--- a/components/camel-paxlogging/pom.xml
+++ b/components/camel-paxlogging/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-printer/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-printer/pom.xml b/components/camel-printer/pom.xml
index 748a256..604915c 100644
--- a/components/camel-printer/pom.xml
+++ b/components/camel-printer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-protobuf/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-protobuf/pom.xml b/components/camel-protobuf/pom.xml
index 42023f1..7dad436 100755
--- a/components/camel-protobuf/pom.xml
+++ b/components/camel-protobuf/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>camel-parent</artifactId>
-		<version>2.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-quartz/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-quartz/pom.xml b/components/camel-quartz/pom.xml
index 468225e..d16fd9d 100644
--- a/components/camel-quartz/pom.xml
+++ b/components/camel-quartz/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-quickfix/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-quickfix/pom.xml b/components/camel-quickfix/pom.xml
index a7110ea..fd7f3fe 100644
--- a/components/camel-quickfix/pom.xml
+++ b/components/camel-quickfix/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-restlet/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-restlet/pom.xml b/components/camel-restlet/pom.xml
index 7577cbd..00a957e 100644
--- a/components/camel-restlet/pom.xml
+++ b/components/camel-restlet/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
   

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-rmi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-rmi/pom.xml b/components/camel-rmi/pom.xml
index 31153d4..bf1d100 100644
--- a/components/camel-rmi/pom.xml
+++ b/components/camel-rmi/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-routebox/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-routebox/pom.xml b/components/camel-routebox/pom.xml
index 09223f1..acd1991 100644
--- a/components/camel-routebox/pom.xml
+++ b/components/camel-routebox/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<artifactId>camel-parent</artifactId>
 		<groupId>org.apache.camel</groupId>
-		<version>2.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 	    <relativePath>../../parent</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-rss/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-rss/pom.xml b/components/camel-rss/pom.xml
index ec013a4..2d28961 100644
--- a/components/camel-rss/pom.xml
+++ b/components/camel-rss/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-ruby/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ruby/pom.xml b/components/camel-ruby/pom.xml
index 2661516..a70ba1c 100644
--- a/components/camel-ruby/pom.xml
+++ b/components/camel-ruby/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-saxon/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-saxon/pom.xml b/components/camel-saxon/pom.xml
index 918c603..03c59e0 100644
--- a/components/camel-saxon/pom.xml
+++ b/components/camel-saxon/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-scala/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-scala/pom.xml b/components/camel-scala/pom.xml
index 49cfb76..0cc16b1 100644
--- a/components/camel-scala/pom.xml
+++ b/components/camel-scala/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <artifactId>camel-scala</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-script/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-script/pom.xml b/components/camel-script/pom.xml
index d329a5d..a8afcd4 100644
--- a/components/camel-script/pom.xml
+++ b/components/camel-script/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-servlet/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-servlet/pom.xml b/components/camel-servlet/pom.xml
index 4ddc468..64ff1bb 100644
--- a/components/camel-servlet/pom.xml
+++ b/components/camel-servlet/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-shiro/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-shiro/pom.xml b/components/camel-shiro/pom.xml
index 82ca374..0fa8c4e 100644
--- a/components/camel-shiro/pom.xml
+++ b/components/camel-shiro/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<artifactId>components</artifactId>
 		<groupId>org.apache.camel</groupId>
-		<version>2.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-shiro</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-sip/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-sip/pom.xml b/components/camel-sip/pom.xml
index ad63808..ae3ca25 100644
--- a/components/camel-sip/pom.xml
+++ b/components/camel-sip/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
   
 	<artifactId>camel-sip</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-smpp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-smpp/pom.xml b/components/camel-smpp/pom.xml
index eb3070e..01adb5b 100644
--- a/components/camel-smpp/pom.xml
+++ b/components/camel-smpp/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-snmp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-snmp/pom.xml b/components/camel-snmp/pom.xml
index 3160406..fca132e 100644
--- a/components/camel-snmp/pom.xml
+++ b/components/camel-snmp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-soap/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml
index 8742201..c2c5865 100644
--- a/components/camel-soap/pom.xml
+++ b/components/camel-soap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-solr/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index 490a775..6f8f51f 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-spring-batch/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-batch/pom.xml b/components/camel-spring-batch/pom.xml
index 936ff10..f35bde6 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.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-spring-batch</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-spring-integration/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-integration/pom.xml b/components/camel-spring-integration/pom.xml
index 0a451b2..a42ded9 100644
--- a/components/camel-spring-integration/pom.xml
+++ b/components/camel-spring-integration/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>components</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-spring-javaconfig/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-javaconfig/pom.xml b/components/camel-spring-javaconfig/pom.xml
index 8814efd..e71c6b3 100644
--- a/components/camel-spring-javaconfig/pom.xml
+++ b/components/camel-spring-javaconfig/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-spring-security/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-security/pom.xml b/components/camel-spring-security/pom.xml
index 2a4bf53..96664a2 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.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-spring-security</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-spring-ws/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-ws/pom.xml b/components/camel-spring-ws/pom.xml
index c30bfc0..9b9aafa 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>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-spring/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml
index 8a11d86..4d4218d 100644
--- a/components/camel-spring/pom.xml
+++ b/components/camel-spring/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-sql/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-sql/pom.xml b/components/camel-sql/pom.xml
index c60bc4a..c208d91 100644
--- a/components/camel-sql/pom.xml
+++ b/components/camel-sql/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-ssh/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ssh/pom.xml b/components/camel-ssh/pom.xml
index aaaed62..24484d4 100644
--- a/components/camel-ssh/pom.xml
+++ b/components/camel-ssh/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-stax/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-stax/pom.xml b/components/camel-stax/pom.xml
index 0115d36..9c2d620 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-stax</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-stream/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-stream/pom.xml b/components/camel-stream/pom.xml
index 3f8f15a..83b0417e 100644
--- a/components/camel-stream/pom.xml
+++ b/components/camel-stream/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-stringtemplate/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-stringtemplate/pom.xml b/components/camel-stringtemplate/pom.xml
index dcb696c..36dd1a8 100644
--- a/components/camel-stringtemplate/pom.xml
+++ b/components/camel-stringtemplate/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-syslog/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-syslog/pom.xml b/components/camel-syslog/pom.xml
index 2b748cf..4ef6f42 100644
--- a/components/camel-syslog/pom.xml
+++ b/components/camel-syslog/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-tagsoup/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-tagsoup/pom.xml b/components/camel-tagsoup/pom.xml
index 359d905..6b45a2b 100644
--- a/components/camel-tagsoup/pom.xml
+++ b/components/camel-tagsoup/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-test-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-test-blueprint/pom.xml b/components/camel-test-blueprint/pom.xml
index 4efd407..5814f12 100644
--- a/components/camel-test-blueprint/pom.xml
+++ b/components/camel-test-blueprint/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-test-spring/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-test-spring/pom.xml b/components/camel-test-spring/pom.xml
index 3ec81b0..f2c7efd 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>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-test/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-test/pom.xml b/components/camel-test/pom.xml
index c72c599..e5f7d75 100644
--- a/components/camel-test/pom.xml
+++ b/components/camel-test/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-testng/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-testng/pom.xml b/components/camel-testng/pom.xml
index 748b7fb..63c8f14 100644
--- a/components/camel-testng/pom.xml
+++ b/components/camel-testng/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-twitter/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-twitter/pom.xml b/components/camel-twitter/pom.xml
index fcc0503..4c8c765 100644
--- a/components/camel-twitter/pom.xml
+++ b/components/camel-twitter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-velocity/pom.xml b/components/camel-velocity/pom.xml
index a3aeb19..c94ece0 100644
--- a/components/camel-velocity/pom.xml
+++ b/components/camel-velocity/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-web-standalone/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-web-standalone/pom.xml b/components/camel-web-standalone/pom.xml
index dc89364..08255e7 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>camel-web-standalone</artifactId>


[3/8] git commit: [maven-release-plugin] prepare release camel-2.10.5

Posted by cm...@apache.org.
[maven-release-plugin] prepare release camel-2.10.5


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

Branch: refs/heads/camel-2.10.x
Commit: 3beb1fa569b735517b7bf3dc3e3585f4e7828bdc
Parents: ab93f03
Author: cmueller <cm...@apache.org>
Authored: Sat Jun 22 16:45:00 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sun Jun 23 11:02:56 2013 +0200

----------------------------------------------------------------------
 apache-camel/pom.xml                                       | 2 +-
 buildingtools/pom.xml                                      | 4 ++--
 camel-core/pom.xml                                         | 2 +-
 components/camel-ahc/pom.xml                               | 2 +-
 components/camel-amqp/pom.xml                              | 2 +-
 components/camel-apns/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-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-cache/pom.xml                             | 2 +-
 components/camel-castor/pom.xml                            | 2 +-
 components/camel-cdi/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-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-dns/pom.xml                               | 2 +-
 components/camel-dozer/pom.xml                             | 2 +-
 components/camel-eclipse/pom.xml                           | 2 +-
 components/camel-ejb/pom.xml                               | 2 +-
 components/camel-eventadmin/pom.xml                        | 2 +-
 components/camel-exec/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-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-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                              | 6 ++----
 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-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-jt400/pom.xml                             | 2 +-
 components/camel-juel/pom.xml                              | 2 +-
 components/camel-jxpath/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-lucene/pom.xml                            | 2 +-
 components/camel-mail/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-mvel/pom.xml                              | 2 +-
 components/camel-mybatis/pom.xml                           | 2 +-
 components/camel-nagios/pom.xml                            | 2 +-
 components/camel-netty/pom.xml                             | 2 +-
 components/camel-ognl/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-quickfix/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-saxon/pom.xml                             | 2 +-
 components/camel-scala/pom.xml                             | 2 +-
 components/camel-script/pom.xml                            | 2 +-
 components/camel-servlet/pom.xml                           | 2 +-
 components/camel-shiro/pom.xml                             | 2 +-
 components/camel-sip/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-spring-batch/pom.xml                      | 2 +-
 components/camel-spring-integration/pom.xml                | 2 +-
 components/camel-spring-javaconfig/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-stream/pom.xml                            | 2 +-
 components/camel-stringtemplate/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/pom.xml                              | 2 +-
 components/camel-testng/pom.xml                            | 2 +-
 components/camel-twitter/pom.xml                           | 2 +-
 components/camel-velocity/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-xmlsecurity/pom.xml                       | 2 +-
 components/camel-xmpp/pom.xml                              | 2 +-
 components/camel-xstream/pom.xml                           | 2 +-
 components/camel-zookeeper/pom.xml                         | 2 +-
 components/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-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-gae/pom.xml                         | 2 +-
 examples/camel-example-gauth/pom.xml                       | 2 +-
 examples/camel-example-guice-jms/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-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-route-throttling/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-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-ssh/pom.xml                         | 2 +-
 examples/camel-example-tracer/pom.xml                      | 2 +-
 examples/camel-example-twitter-websocket/pom.xml           | 2 +-
 examples/pom.xml                                           | 2 +-
 parent/pom.xml                                             | 4 ++--
 platforms/karaf/commands/pom.xml                           | 2 +-
 platforms/karaf/features/pom.xml                           | 2 +-
 platforms/karaf/pom.xml                                    | 4 ++--
 platforms/pom.xml                                          | 2 +-
 pom.xml                                                    | 3 ++-
 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               | 4 ++--
 tests/test-bundles/pom.xml                                 | 4 ++--
 tooling/archetypes/camel-archetype-activemq/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 +-
 tooling/archetypes/camel-archetype-dataformat/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-maven-plugin/pom.xml                   | 2 +-
 tooling/maven/guice-maven-plugin/pom.xml                   | 2 +-
 tooling/maven/maven-html-to-pdf/pom.xml                    | 2 +-
 tooling/maven/pom.xml                                      | 2 +-
 tooling/pom.xml                                            | 2 +-
 203 files changed, 210 insertions(+), 211 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 98e7cb2..2062ab9 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/buildingtools/pom.xml
----------------------------------------------------------------------
diff --git a/buildingtools/pom.xml b/buildingtools/pom.xml
index 69503dc..b9e816a 100644
--- a/buildingtools/pom.xml
+++ b/buildingtools/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
        
     <artifactId>camel-buildtools</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <name>Apache :: Camel Buildtools</name>
     <description>The build tools for the Camel project</description>    
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/camel-core/pom.xml
----------------------------------------------------------------------
diff --git a/camel-core/pom.xml b/camel-core/pom.xml
index 9dccce6..c1cf6b8 100755
--- 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-ahc/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ahc/pom.xml b/components/camel-ahc/pom.xml
index 90a3bc3..16285ce 100644
--- a/components/camel-ahc/pom.xml
+++ b/components/camel-ahc/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-amqp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml
index 3abaea4..767d4f5 100644
--- a/components/camel-amqp/pom.xml
+++ b/components/camel-amqp/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-apns/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-apns/pom.xml b/components/camel-apns/pom.xml
index fb4737f..9539579 100644
--- a/components/camel-apns/pom.xml
+++ b/components/camel-apns/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-atom/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-atom/pom.xml b/components/camel-atom/pom.xml
index 4afeb92..90f9dcb 100644
--- a/components/camel-atom/pom.xml
+++ b/components/camel-atom/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-avro/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-avro/pom.xml b/components/camel-avro/pom.xml
index b40ce54..54f0503 100644
--- a/components/camel-avro/pom.xml
+++ b/components/camel-avro/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-aws/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-aws/pom.xml b/components/camel-aws/pom.xml
index b9cb189..d275bb5 100644
--- a/components/camel-aws/pom.xml
+++ b/components/camel-aws/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
 
     <groupId>org.apache.camel</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-bam/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-bam/pom.xml b/components/camel-bam/pom.xml
index fc6b545..ab3d541 100644
--- a/components/camel-bam/pom.xml
+++ b/components/camel-bam/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-bean-validator/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-bean-validator/pom.xml b/components/camel-bean-validator/pom.xml
index 8460535..e3429d8 100644
--- a/components/camel-bean-validator/pom.xml
+++ b/components/camel-bean-validator/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-beanio/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-beanio/pom.xml b/components/camel-beanio/pom.xml
index 98a0dc7..14bab4b 100644
--- a/components/camel-beanio/pom.xml
+++ b/components/camel-beanio/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-bindy/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-bindy/pom.xml b/components/camel-bindy/pom.xml
index 7bc5487..3caedbc 100755
--- a/components/camel-bindy/pom.xml
+++ b/components/camel-bindy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml
index 966df61..75328bc 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-cache/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cache/pom.xml b/components/camel-cache/pom.xml
index ce76dae..78198ca 100755
--- a/components/camel-cache/pom.xml
+++ b/components/camel-cache/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>components</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
 
     <artifactId>camel-cache</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-castor/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-castor/pom.xml b/components/camel-castor/pom.xml
index c84a456..2414ab3 100644
--- a/components/camel-castor/pom.xml
+++ b/components/camel-castor/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml
index 133fd2a..86920ff 100644
--- a/components/camel-cdi/pom.xml
+++ b/components/camel-cdi/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-cometd/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cometd/pom.xml b/components/camel-cometd/pom.xml
index 44c140f..b4b5928 100644
--- a/components/camel-cometd/pom.xml
+++ b/components/camel-cometd/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-context/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-context/pom.xml b/components/camel-context/pom.xml
index d85d0d5..ef7451c 100644
--- a/components/camel-context/pom.xml
+++ b/components/camel-context/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>camel-parent</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-core-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-core-osgi/pom.xml b/components/camel-core-osgi/pom.xml
index 75d2718..4fc22e0 100644
--- a/components/camel-core-osgi/pom.xml
+++ b/components/camel-core-osgi/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-core-xml/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-core-xml/pom.xml b/components/camel-core-xml/pom.xml
index 4d464d3..3785159 100644
--- a/components/camel-core-xml/pom.xml
+++ b/components/camel-core-xml/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-crypto/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-crypto/pom.xml b/components/camel-crypto/pom.xml
index 6f0fa19..84a6cf9 100644
--- a/components/camel-crypto/pom.xml
+++ b/components/camel-crypto/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>camel-parent</artifactId>
-		<version>2.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 		<relativePath>../../parent</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-csv/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-csv/pom.xml b/components/camel-csv/pom.xml
index 36d4ab4..befdd98 100644
--- a/components/camel-csv/pom.xml
+++ b/components/camel-csv/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-cxf-transport/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cxf-transport/pom.xml b/components/camel-cxf-transport/pom.xml
index 18fcd29..88d02c1 100644
--- a/components/camel-cxf-transport/pom.xml
+++ b/components/camel-cxf-transport/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 3c81aa2..f3e9145 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-dns/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-dns/pom.xml b/components/camel-dns/pom.xml
index 47ff1c9..a484a5b 100644
--- a/components/camel-dns/pom.xml
+++ b/components/camel-dns/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-dozer/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-dozer/pom.xml b/components/camel-dozer/pom.xml
index 5a6545a..87eaa61 100644
--- a/components/camel-dozer/pom.xml
+++ b/components/camel-dozer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>components</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
 
     <artifactId>camel-dozer</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-eclipse/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-eclipse/pom.xml b/components/camel-eclipse/pom.xml
index c35741e..3ffebb3 100644
--- a/components/camel-eclipse/pom.xml
+++ b/components/camel-eclipse/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-ejb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ejb/pom.xml b/components/camel-ejb/pom.xml
index 7b04063..26a3b34 100644
--- a/components/camel-ejb/pom.xml
+++ b/components/camel-ejb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-eventadmin/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-eventadmin/pom.xml b/components/camel-eventadmin/pom.xml
index 3d3e6d0..ba6c2c5 100644
--- a/components/camel-eventadmin/pom.xml
+++ b/components/camel-eventadmin/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-exec/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-exec/pom.xml b/components/camel-exec/pom.xml
index 66db980..c1193d3 100644
--- a/components/camel-exec/pom.xml
+++ b/components/camel-exec/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-flatpack/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-flatpack/pom.xml b/components/camel-flatpack/pom.xml
index 6a57963..0d1245a 100644
--- a/components/camel-flatpack/pom.xml
+++ b/components/camel-flatpack/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-fop/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-fop/pom.xml b/components/camel-fop/pom.xml
index 6c101c1..630aaa8 100644
--- a/components/camel-fop/pom.xml
+++ b/components/camel-fop/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-freemarker/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-freemarker/pom.xml b/components/camel-freemarker/pom.xml
index 8741fc7..65c8934 100644
--- a/components/camel-freemarker/pom.xml
+++ b/components/camel-freemarker/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-ftp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml
index 998e4d9..35d5bad 100644
--- a/components/camel-ftp/pom.xml
+++ b/components/camel-ftp/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-gae/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-gae/pom.xml b/components/camel-gae/pom.xml
index 658444e..f482911 100644
--- a/components/camel-gae/pom.xml
+++ b/components/camel-gae/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-groovy/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml
index f1d14b0..91d3d7f 100644
--- a/components/camel-groovy/pom.xml
+++ b/components/camel-groovy/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-gson/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-gson/pom.xml b/components/camel-gson/pom.xml
index bc4b9cf..7572731 100644
--- a/components/camel-gson/pom.xml
+++ b/components/camel-gson/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-guava-eventbus/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-guava-eventbus/pom.xml b/components/camel-guava-eventbus/pom.xml
index 9e65fe5..75ee1f5 100644
--- a/components/camel-guava-eventbus/pom.xml
+++ b/components/camel-guava-eventbus/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-guice/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-guice/pom.xml b/components/camel-guice/pom.xml
index 76992d5..963d0f2 100644
--- a/components/camel-guice/pom.xml
+++ b/components/camel-guice/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-hawtdb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hawtdb/pom.xml b/components/camel-hawtdb/pom.xml
index 75b8016..82aed01 100644
--- a/components/camel-hawtdb/pom.xml
+++ b/components/camel-hawtdb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-hazelcast/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hazelcast/pom.xml b/components/camel-hazelcast/pom.xml
index b51c723..66375f8 100644
--- a/components/camel-hazelcast/pom.xml
+++ b/components/camel-hazelcast/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hbase/pom.xml b/components/camel-hbase/pom.xml
index 48f2958..02c73fa 100644
--- a/components/camel-hbase/pom.xml
+++ b/components/camel-hbase/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
         <artifactId>camel-parent</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
 		<relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hdfs/pom.xml b/components/camel-hdfs/pom.xml
index c6ab444..82cdfac 100644
--- a/components/camel-hdfs/pom.xml
+++ b/components/camel-hdfs/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-hl7/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hl7/pom.xml b/components/camel-hl7/pom.xml
index f20079e..767b1fe 100644
--- a/components/camel-hl7/pom.xml
+++ b/components/camel-hl7/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-http/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-http/pom.xml b/components/camel-http/pom.xml
index 6db6373..a7e0037 100644
--- a/components/camel-http/pom.xml
+++ b/components/camel-http/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-http4/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-http4/pom.xml b/components/camel-http4/pom.xml
index 9febedf..113b23f 100644
--- a/components/camel-http4/pom.xml
+++ b/components/camel-http4/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-ibatis/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ibatis/pom.xml b/components/camel-ibatis/pom.xml
index fabfbdd..519686d 100644
--- a/components/camel-ibatis/pom.xml
+++ b/components/camel-ibatis/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-ical/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ical/pom.xml b/components/camel-ical/pom.xml
index 63c91c5..9d125e6 100644
--- a/components/camel-ical/pom.xml
+++ b/components/camel-ical/pom.xml
@@ -1,13 +1,11 @@
-<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <artifactId>camel-ical</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-irc/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-irc/pom.xml b/components/camel-irc/pom.xml
index d2e93eb..01e0f22 100644
--- a/components/camel-irc/pom.xml
+++ b/components/camel-irc/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jackson/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jackson/pom.xml b/components/camel-jackson/pom.xml
index da2e350..3fc3ee7 100644
--- a/components/camel-jackson/pom.xml
+++ b/components/camel-jackson/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jasypt/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jasypt/pom.xml b/components/camel-jasypt/pom.xml
index cb872cd..d838db1 100644
--- a/components/camel-jasypt/pom.xml
+++ b/components/camel-jasypt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-javaspace/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-javaspace/pom.xml b/components/camel-javaspace/pom.xml
index 79b69f3..778bd8f 100644
--- a/components/camel-javaspace/pom.xml
+++ b/components/camel-javaspace/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jaxb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jaxb/pom.xml b/components/camel-jaxb/pom.xml
index d8da091..83aa5f2 100644
--- a/components/camel-jaxb/pom.xml
+++ b/components/camel-jaxb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jclouds/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jclouds/pom.xml b/components/camel-jclouds/pom.xml
index 449cb67..2b6890b 100644
--- a/components/camel-jclouds/pom.xml
+++ b/components/camel-jclouds/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jcr/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jcr/pom.xml b/components/camel-jcr/pom.xml
index e848bf7..9813a86 100644
--- a/components/camel-jcr/pom.xml
+++ b/components/camel-jcr/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jdbc/pom.xml b/components/camel-jdbc/pom.xml
index 51e95e4..a150e03 100644
--- a/components/camel-jdbc/pom.xml
+++ b/components/camel-jdbc/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jetty/pom.xml b/components/camel-jetty/pom.xml
index 8c9dfed..f217484 100644
--- a/components/camel-jetty/pom.xml
+++ b/components/camel-jetty/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jibx/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jibx/pom.xml b/components/camel-jibx/pom.xml
index 8d05e97..d78a2a1 100644
--- a/components/camel-jibx/pom.xml
+++ b/components/camel-jibx/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jing/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jing/pom.xml b/components/camel-jing/pom.xml
index 1444b5c..f0b5661 100644
--- a/components/camel-jing/pom.xml
+++ b/components/camel-jing/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jms/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index 301a4c9..f7b6c54 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jmx/pom.xml b/components/camel-jmx/pom.xml
index 60e2d0a..f7bf691 100644
--- a/components/camel-jmx/pom.xml
+++ b/components/camel-jmx/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-josql/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-josql/pom.xml b/components/camel-josql/pom.xml
index 342a605..30c762e 100644
--- a/components/camel-josql/pom.xml
+++ b/components/camel-josql/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml
index 5e648af..66ab10d 100644
--- a/components/camel-jpa/pom.xml
+++ b/components/camel-jpa/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jsch/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jsch/pom.xml b/components/camel-jsch/pom.xml
index 5d3be2d..7a6ed8e 100644
--- a/components/camel-jsch/pom.xml
+++ b/components/camel-jsch/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jt400/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jt400/pom.xml b/components/camel-jt400/pom.xml
index dc7c10a..1e08858 100644
--- a/components/camel-jt400/pom.xml
+++ b/components/camel-jt400/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
   <artifactId>camel-jt400</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-juel/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-juel/pom.xml b/components/camel-juel/pom.xml
index edd698f..8a52a03 100644
--- a/components/camel-juel/pom.xml
+++ b/components/camel-juel/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-jxpath/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jxpath/pom.xml b/components/camel-jxpath/pom.xml
index 3a7fe4d..c96b522 100644
--- a/components/camel-jxpath/pom.xml
+++ b/components/camel-jxpath/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-kestrel/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-kestrel/pom.xml b/components/camel-kestrel/pom.xml
index e353c64..b085852 100644
--- a/components/camel-kestrel/pom.xml
+++ b/components/camel-kestrel/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-krati/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-krati/pom.xml b/components/camel-krati/pom.xml
index 94af065..83daa1e 100644
--- a/components/camel-krati/pom.xml
+++ b/components/camel-krati/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>components</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-ldap/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ldap/pom.xml b/components/camel-ldap/pom.xml
index 8af7ab4..80533d4 100644
--- a/components/camel-ldap/pom.xml
+++ b/components/camel-ldap/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-leveldb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml
index b265bc0..7861924 100644
--- a/components/camel-leveldb/pom.xml
+++ b/components/camel-leveldb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-lucene/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-lucene/pom.xml b/components/camel-lucene/pom.xml
index 2a5c39c..2f7a01b 100644
--- a/components/camel-lucene/pom.xml
+++ b/components/camel-lucene/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>components</artifactId>
-		<version>2.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 	</parent>
 
 	<artifactId>camel-lucene</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-mail/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml
index 83b55a1..f3729b9 100644
--- a/components/camel-mail/pom.xml
+++ b/components/camel-mail/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-mina/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mina/pom.xml b/components/camel-mina/pom.xml
index 091b64f..c74b768 100644
--- a/components/camel-mina/pom.xml
+++ b/components/camel-mina/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-mina2/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mina2/pom.xml b/components/camel-mina2/pom.xml
index bdc9b32..324ec80 100644
--- a/components/camel-mina2/pom.xml
+++ b/components/camel-mina2/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-mongodb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mongodb/pom.xml b/components/camel-mongodb/pom.xml
index 31f2399..1890b79 100644
--- a/components/camel-mongodb/pom.xml
+++ b/components/camel-mongodb/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mqtt/pom.xml b/components/camel-mqtt/pom.xml
index 230ddaf..482d866 100644
--- a/components/camel-mqtt/pom.xml
+++ b/components/camel-mqtt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-msv/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-msv/pom.xml b/components/camel-msv/pom.xml
index 88e60ce..e94c0e9 100644
--- a/components/camel-msv/pom.xml
+++ b/components/camel-msv/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-mvel/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mvel/pom.xml b/components/camel-mvel/pom.xml
index 9bb6272..cf13220 100644
--- a/components/camel-mvel/pom.xml
+++ b/components/camel-mvel/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-mybatis/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-mybatis/pom.xml b/components/camel-mybatis/pom.xml
index 3748fa1..30ee9fe 100644
--- a/components/camel-mybatis/pom.xml
+++ b/components/camel-mybatis/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-nagios/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-nagios/pom.xml b/components/camel-nagios/pom.xml
index e9ab1b0..b2499a2 100644
--- a/components/camel-nagios/pom.xml
+++ b/components/camel-nagios/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-netty/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-netty/pom.xml b/components/camel-netty/pom.xml
index 1a75fa1..3aba09a 100644
--- a/components/camel-netty/pom.xml
+++ b/components/camel-netty/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>components</artifactId>
-		<version>2.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 	</parent>
 
 	<artifactId>camel-netty</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-ognl/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ognl/pom.xml b/components/camel-ognl/pom.xml
index c8556b2..9305c21 100644
--- a/components/camel-ognl/pom.xml
+++ b/components/camel-ognl/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-paxlogging/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-paxlogging/pom.xml b/components/camel-paxlogging/pom.xml
index 6472040..113152f 100644
--- a/components/camel-paxlogging/pom.xml
+++ b/components/camel-paxlogging/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-printer/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-printer/pom.xml b/components/camel-printer/pom.xml
index e1b4814..748a256 100644
--- a/components/camel-printer/pom.xml
+++ b/components/camel-printer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-protobuf/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-protobuf/pom.xml b/components/camel-protobuf/pom.xml
index 29ac038..42023f1 100755
--- a/components/camel-protobuf/pom.xml
+++ b/components/camel-protobuf/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>camel-parent</artifactId>
-		<version>2.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
         <relativePath>../../parent</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-quartz/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-quartz/pom.xml b/components/camel-quartz/pom.xml
index 5219613..468225e 100644
--- a/components/camel-quartz/pom.xml
+++ b/components/camel-quartz/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-quickfix/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-quickfix/pom.xml b/components/camel-quickfix/pom.xml
index 27d648f..a7110ea 100644
--- a/components/camel-quickfix/pom.xml
+++ b/components/camel-quickfix/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-restlet/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-restlet/pom.xml b/components/camel-restlet/pom.xml
index 3c2d664..7577cbd 100644
--- a/components/camel-restlet/pom.xml
+++ b/components/camel-restlet/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
   

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-rmi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-rmi/pom.xml b/components/camel-rmi/pom.xml
index dae23dd..31153d4 100644
--- a/components/camel-rmi/pom.xml
+++ b/components/camel-rmi/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-routebox/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-routebox/pom.xml b/components/camel-routebox/pom.xml
index 353e2fd..09223f1 100644
--- a/components/camel-routebox/pom.xml
+++ b/components/camel-routebox/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<artifactId>camel-parent</artifactId>
 		<groupId>org.apache.camel</groupId>
-		<version>2.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 	    <relativePath>../../parent</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-rss/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-rss/pom.xml b/components/camel-rss/pom.xml
index ff6d0a1..ec013a4 100644
--- a/components/camel-rss/pom.xml
+++ b/components/camel-rss/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <groupId>org.apache.camel</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-ruby/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ruby/pom.xml b/components/camel-ruby/pom.xml
index b91479b..2661516 100644
--- a/components/camel-ruby/pom.xml
+++ b/components/camel-ruby/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-saxon/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-saxon/pom.xml b/components/camel-saxon/pom.xml
index 312cfe8..918c603 100644
--- a/components/camel-saxon/pom.xml
+++ b/components/camel-saxon/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-scala/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-scala/pom.xml b/components/camel-scala/pom.xml
index fb2cd61..49cfb76 100644
--- a/components/camel-scala/pom.xml
+++ b/components/camel-scala/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <artifactId>camel-scala</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-script/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-script/pom.xml b/components/camel-script/pom.xml
index 3ab1bdf..d329a5d 100644
--- a/components/camel-script/pom.xml
+++ b/components/camel-script/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-servlet/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-servlet/pom.xml b/components/camel-servlet/pom.xml
index 20dcda8..4ddc468 100644
--- a/components/camel-servlet/pom.xml
+++ b/components/camel-servlet/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-shiro/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-shiro/pom.xml b/components/camel-shiro/pom.xml
index aec83da..82ca374 100644
--- a/components/camel-shiro/pom.xml
+++ b/components/camel-shiro/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<artifactId>components</artifactId>
 		<groupId>org.apache.camel</groupId>
-		<version>2.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 	</parent>
 
 	<artifactId>camel-shiro</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-sip/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-sip/pom.xml b/components/camel-sip/pom.xml
index b8542e6..ad63808 100644
--- a/components/camel-sip/pom.xml
+++ b/components/camel-sip/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
   
 	<artifactId>camel-sip</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-smpp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-smpp/pom.xml b/components/camel-smpp/pom.xml
index 5a2535b..eb3070e 100644
--- a/components/camel-smpp/pom.xml
+++ b/components/camel-smpp/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-snmp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-snmp/pom.xml b/components/camel-snmp/pom.xml
index 48c1487..3160406 100644
--- a/components/camel-snmp/pom.xml
+++ b/components/camel-snmp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-soap/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml
index 48ec932..8742201 100644
--- a/components/camel-soap/pom.xml
+++ b/components/camel-soap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-solr/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index fab79be..490a775 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <groupId>org.apache.camel</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-spring-batch/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-batch/pom.xml b/components/camel-spring-batch/pom.xml
index bd9b497..936ff10 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.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
 
     <artifactId>camel-spring-batch</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-spring-integration/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-integration/pom.xml b/components/camel-spring-integration/pom.xml
index 2ec6443..0a451b2 100644
--- a/components/camel-spring-integration/pom.xml
+++ b/components/camel-spring-integration/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>components</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
     </parent>
 
     <groupId>org.apache.camel</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-spring-javaconfig/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-javaconfig/pom.xml b/components/camel-spring-javaconfig/pom.xml
index ceefe07..8814efd 100644
--- a/components/camel-spring-javaconfig/pom.xml
+++ b/components/camel-spring-javaconfig/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <groupId>org.apache.camel</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-spring-security/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-security/pom.xml b/components/camel-spring-security/pom.xml
index f8bfa8b..2a4bf53 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.10.5-SNAPSHOT</version>
+		<version>2.10.5</version>
 	</parent>
 
 	<artifactId>camel-spring-security</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-spring-ws/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-ws/pom.xml b/components/camel-spring-ws/pom.xml
index ba1668f..c30bfc0 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>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-spring/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml
index 89615b9..8a11d86 100644
--- a/components/camel-spring/pom.xml
+++ b/components/camel-spring/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-sql/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-sql/pom.xml b/components/camel-sql/pom.xml
index dc13c93..c60bc4a 100644
--- a/components/camel-sql/pom.xml
+++ b/components/camel-sql/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-ssh/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ssh/pom.xml b/components/camel-ssh/pom.xml
index 6b47387..aaaed62 100644
--- a/components/camel-ssh/pom.xml
+++ b/components/camel-ssh/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-stax/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-stax/pom.xml b/components/camel-stax/pom.xml
index 6194231..0115d36 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.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
   </parent>
 
   <artifactId>camel-stax</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-stream/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-stream/pom.xml b/components/camel-stream/pom.xml
index 67b7e4b..3f8f15a 100644
--- a/components/camel-stream/pom.xml
+++ b/components/camel-stream/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-stringtemplate/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-stringtemplate/pom.xml b/components/camel-stringtemplate/pom.xml
index 6e5d030..dcb696c 100644
--- a/components/camel-stringtemplate/pom.xml
+++ b/components/camel-stringtemplate/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-syslog/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-syslog/pom.xml b/components/camel-syslog/pom.xml
index dbd7b51..2b748cf 100644
--- a/components/camel-syslog/pom.xml
+++ b/components/camel-syslog/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-tagsoup/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-tagsoup/pom.xml b/components/camel-tagsoup/pom.xml
index d272ea3..359d905 100644
--- a/components/camel-tagsoup/pom.xml
+++ b/components/camel-tagsoup/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5-SNAPSHOT</version>
+    <version>2.10.5</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-test-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-test-blueprint/pom.xml b/components/camel-test-blueprint/pom.xml
index 0416675..4efd407 100644
--- a/components/camel-test-blueprint/pom.xml
+++ b/components/camel-test-blueprint/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-test-spring/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-test-spring/pom.xml b/components/camel-test-spring/pom.xml
index ec6f329..3ec81b0 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>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-test/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-test/pom.xml b/components/camel-test/pom.xml
index 6335933..c72c599 100644
--- a/components/camel-test/pom.xml
+++ b/components/camel-test/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-testng/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-testng/pom.xml b/components/camel-testng/pom.xml
index f9a6323..748b7fb 100644
--- a/components/camel-testng/pom.xml
+++ b/components/camel-testng/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-twitter/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-twitter/pom.xml b/components/camel-twitter/pom.xml
index 47b0b99..fcc0503 100644
--- a/components/camel-twitter/pom.xml
+++ b/components/camel-twitter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3beb1fa5/components/camel-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-velocity/pom.xml b/components/camel-velocity/pom.xml
index a4b1ff3..a3aeb19 100644
--- a/components/camel-velocity/pom.xml
+++ b/components/camel-velocity/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5-SNAPSHOT</version>
+        <version>2.10.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 


[6/8] git commit: downgrade the maven-release-plugin from 2.2.1 to 2.1 because of MRELEASE-695

Posted by cm...@apache.org.
downgrade the maven-release-plugin from 2.2.1 to 2.1 because of MRELEASE-695


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

Branch: refs/heads/camel-2.10.x
Commit: bdd258152c73acecb79a20ec052679beffbba28f
Parents: c9c2821
Author: cmueller <cm...@apache.org>
Authored: Sat Jun 22 15:59:17 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sun Jun 23 11:02:56 2013 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/bdd25815/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3d13fb2..f7d2e74 100755
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@
           <artifactId>maven-release-plugin</artifactId>
           <!-- we have to stick to this version unti the below issue is resolved -->
           <!-- see http://jira.codehaus.org/browse/MRELEASE-695 -->
-          <version>2.2.1</version>
+          <version>2.1</version>
           <configuration>
 	        <localCheckout>true</localCheckout>
             <pushChanges>false</pushChanges>


[7/8] [maven-release-plugin] prepare for next development iteration

Posted by cm...@apache.org.
http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-web/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-web/pom.xml b/components/camel-web/pom.xml
index 1830e9e..20397c7 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.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>camel-web</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-websocket/pom.xml b/components/camel-websocket/pom.xml
index 3ff6e00..afcd212 100644
--- a/components/camel-websocket/pom.xml
+++ b/components/camel-websocket/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-xmlbeans/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmlbeans/pom.xml b/components/camel-xmlbeans/pom.xml
index 6889b20..efe5820 100644
--- a/components/camel-xmlbeans/pom.xml
+++ b/components/camel-xmlbeans/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-xmljson/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmljson/pom.xml b/components/camel-xmljson/pom.xml
index 75b807c..85ed80d 100644
--- a/components/camel-xmljson/pom.xml
+++ b/components/camel-xmljson/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-xmlsecurity/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmlsecurity/pom.xml b/components/camel-xmlsecurity/pom.xml
index 85e1fdf..4c3e457 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.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-xmlsecurity</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-xmpp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmpp/pom.xml b/components/camel-xmpp/pom.xml
index 209a5e5..2a105a1 100644
--- a/components/camel-xmpp/pom.xml
+++ b/components/camel-xmpp/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-xstream/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xstream/pom.xml b/components/camel-xstream/pom.xml
index b1a9630..6adfefd 100644
--- a/components/camel-xstream/pom.xml
+++ b/components/camel-xstream/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/camel-zookeeper/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-zookeeper/pom.xml b/components/camel-zookeeper/pom.xml
index 4c44782..5e26fc4 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-zookeeper</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index 8ae5e27..d382a8e 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-aggregate/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-aggregate/pom.xml b/examples/camel-example-aggregate/pom.xml
index 6e764bc..4159771 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.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-bam/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-bam/pom.xml b/examples/camel-example-bam/pom.xml
index 1598216..ae3eed4 100644
--- a/examples/camel-example-bam/pom.xml
+++ b/examples/camel-example-bam/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-cafe/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cafe/pom.xml b/examples/camel-example-cafe/pom.xml
index c1af419..83cdb63 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.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-console/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-console/pom.xml b/examples/camel-example-console/pom.xml
index 6da0f6f..0972ff2 100644
--- a/examples/camel-example-console/pom.xml
+++ b/examples/camel-example-console/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 d068787..a6629b0 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 2efd14d..02db38f 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 5d73f0b..a016e01 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 810c26f..033fcc6 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.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-cxf/pom.xml b/examples/camel-example-cxf/pom.xml
index 5da1f36..9db2cb4 100644
--- a/examples/camel-example-cxf/pom.xml
+++ b/examples/camel-example-cxf/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-docs/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-docs/pom.xml b/examples/camel-example-docs/pom.xml
index 38836ea..cfcf414 100755
--- a/examples/camel-example-docs/pom.xml
+++ b/examples/camel-example-docs/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-etl/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-etl/pom.xml b/examples/camel-example-etl/pom.xml
index 7d98f20..b36e4ec 100755
--- 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-gae/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-gae/pom.xml b/examples/camel-example-gae/pom.xml
index cdba26d..684bffe 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.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-gauth/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-gauth/pom.xml b/examples/camel-example-gauth/pom.xml
index 7e7394d..2f8b398 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.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 ac936bf..daeabe0 100644
--- a/examples/camel-example-guice-jms/pom.xml
+++ b/examples/camel-example-guice-jms/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 90f1080..d7fd50f 100755
--- a/examples/camel-example-jms-file/pom.xml
+++ b/examples/camel-example-jms-file/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-jmx/pom.xml b/examples/camel-example-jmx/pom.xml
index b914dc6..018c742 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.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-loadbalancing/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-loadbalancing/pom.xml b/examples/camel-example-loadbalancing/pom.xml
index bc62e32..bcbe06e 100644
--- a/examples/camel-example-loadbalancing/pom.xml
+++ b/examples/camel-example-loadbalancing/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 	    <groupId>org.apache.camel</groupId>
 	    <artifactId>examples</artifactId>
-	    <version>2.10.5</version>
+	    <version>2.10.6-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>camel-example-loadbalancing</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 708908a..94cbf15 100644
--- a/examples/camel-example-loan-broker/pom.xml
+++ b/examples/camel-example-loan-broker/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-management/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-management/pom.xml b/examples/camel-example-management/pom.xml
index a8239a7..a42f3b9 100644
--- a/examples/camel-example-management/pom.xml
+++ b/examples/camel-example-management/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 28754d6..597c1bd 100644
--- a/examples/camel-example-osgi-rmi/pom.xml
+++ b/examples/camel-example-osgi-rmi/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-osgi-rmi</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-osgi/pom.xml b/examples/camel-example-osgi/pom.xml
index cfc7247..47e757b 100644
--- a/examples/camel-example-osgi/pom.xml
+++ b/examples/camel-example-osgi/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 51774fc..14c3a4b 100644
--- a/examples/camel-example-pojo-messaging/pom.xml
+++ b/examples/camel-example-pojo-messaging/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 bf55a5f..5176bdc 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.10.5</version>
+       <version>2.10.6-SNAPSHOT</version>
        <relativePath>..</relativePath>
    </parent>
   

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-reportincident/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-reportincident/pom.xml b/examples/camel-example-reportincident/pom.xml
index a13033b..1d57422 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.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 e5a95dd..cfea3c6 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.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 59b21a2..e0cc91f 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.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-servlet-tomcat</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 cf78541..3015f76 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.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-simplejirabot/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-simplejirabot/pom.xml b/examples/camel-example-simplejirabot/pom.xml
index cefc094..abe6acd 100644
--- a/examples/camel-example-simplejirabot/pom.xml
+++ b/examples/camel-example-simplejirabot/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-simplejirabot</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 99bfe9e..eba6fa9 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.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 72990af..2c860f0 100644
--- a/examples/camel-example-spring-javaconfig/pom.xml
+++ b/examples/camel-example-spring-javaconfig/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 b7c3f29..10b84b3 100644
--- a/examples/camel-example-spring-jms/pom.xml
+++ b/examples/camel-example-spring-jms/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 c79c0f1..8bc8144 100755
--- a/examples/camel-example-spring-security/pom.xml
+++ b/examples/camel-example-spring-security/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 302cbd4..2236eee 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.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-example-spring-ws</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 0d4e0de..d69bcf4 100755
--- a/examples/camel-example-spring-xquery/pom.xml
+++ b/examples/camel-example-spring-xquery/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-spring/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring/pom.xml b/examples/camel-example-spring/pom.xml
index ac1019b..e1012b0 100755
--- a/examples/camel-example-spring/pom.xml
+++ b/examples/camel-example-spring/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel</groupId>
 		<artifactId>examples</artifactId>
-		<version>2.10.5</version>
+		<version>2.10.6-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-ssh/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-ssh/pom.xml b/examples/camel-example-ssh/pom.xml
index c578717..5db3075 100644
--- a/examples/camel-example-ssh/pom.xml
+++ b/examples/camel-example-ssh/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/camel-example-tracer/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-tracer/pom.xml b/examples/camel-example-tracer/pom.xml
index 607f3cb..1c50320 100644
--- a/examples/camel-example-tracer/pom.xml
+++ b/examples/camel-example-tracer/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>examples</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 1fbe38e..72275ca 100644
--- a/examples/camel-example-twitter-websocket/pom.xml
+++ b/examples/camel-example-twitter-websocket/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>examples</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index cc56a4a..f27caf3 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index df7d339..05283a6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -20,14 +20,14 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.camel</groupId>
   <artifactId>camel-parent</artifactId>
-  <version>2.10.5</version>
+  <version>2.10.6-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Camel :: Parent</name>
   <description>Camel Parent POM</description>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/platforms/karaf/commands/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml
index 53693d3..ca7827a 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/platforms/karaf/features/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml
index e7ca4d0..058d418 100644
--- a/platforms/karaf/features/pom.xml
+++ b/platforms/karaf/features/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/platforms/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/pom.xml b/platforms/karaf/pom.xml
index 37bb4b3..9cefbe7 100644
--- a/platforms/karaf/pom.xml
+++ b/platforms/karaf/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>platforms</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
     <groupId>org.apache.camel</groupId>
     <artifactId>karaf</artifactId>
     <packaging>pom</packaging>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <name>Camel :: Platforms :: Apache Karaf</name>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/platforms/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/pom.xml b/platforms/pom.xml
index a72086b..4edb1f9 100644
--- a/platforms/pom.xml
+++ b/platforms/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bb5de18..d847fb6 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.camel</groupId>
   <artifactId>camel</artifactId>
-  <version>2.10.5</version>
+  <version>2.10.6-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Camel</name>
   <description>Camel build POM</description>
@@ -126,7 +126,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=camel-2.10.x/camel-git</url>
-    <tag>camel-2.10.5</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <build>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/tests/camel-itest-standalone/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-standalone/pom.xml b/tests/camel-itest-standalone/pom.xml
index 22c5ae0..b3b7d63 100644
--- a/tests/camel-itest-standalone/pom.xml
+++ b/tests/camel-itest-standalone/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/tests/camel-itest/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 8bfe538..488c483 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 e1704a4..66936a8 100644
--- a/tests/camel-partial-classpath-test/pom.xml
+++ b/tests/camel-partial-classpath-test/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/tests/camel-typeconverterscan-test/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-typeconverterscan-test/pom.xml b/tests/camel-typeconverterscan-test/pom.xml
index 44e836a..5ef6957 100644
--- a/tests/camel-typeconverterscan-test/pom.xml
+++ b/tests/camel-typeconverterscan-test/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index e91a8dc..acac3d3 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 35eb2e3..fa031ab 100644
--- a/tests/test-bundles/mock-javamail_1.7/pom.xml
+++ b/tests/test-bundles/mock-javamail_1.7/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.camel.tests.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>2.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.tests</groupId>
     <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Camel :: Integration Tests :: Test Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/tests/test-bundles/pom.xml
----------------------------------------------------------------------
diff --git a/tests/test-bundles/pom.xml b/tests/test-bundles/pom.xml
index 2ef8b52..4ee615e 100644
--- a/tests/test-bundles/pom.xml
+++ b/tests/test-bundles/pom.xml
@@ -22,14 +22,14 @@
     <parent>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-parent</artifactId>
-      <version>2.10.5</version>
+      <version>2.10.6-SNAPSHOT</version>
       <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.camel.tests.bundles</groupId>
     <artifactId>bundles-pom</artifactId>
     <packaging>pom</packaging>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <name>Camel :: Integration Tests :: Test Bundles</name>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 2986d66..4f6399c 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 285e969..1310293 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 108630f..64d29fe 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.10.5</version>
+        <version>2.10.6-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 5be6367..998a88a 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 bc37d7a..20f8d83 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 65918eb..7084ccd 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 82b5222..6020723 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 0f064a5..c2ea83c 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 b768c9d..462570c 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 12cb16d..8aa010a 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 b499c54..dbcf2fd 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.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.camel.archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/tooling/archetypes/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/archetypes/pom.xml b/tooling/archetypes/pom.xml
index 4d73737..e8a6697 100644
--- a/tooling/archetypes/pom.xml
+++ b/tooling/archetypes/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/tooling/camel-manual/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/camel-manual/pom.xml b/tooling/camel-manual/pom.xml
index 0f39a54..744f0c0 100644
--- a/tooling/camel-manual/pom.xml
+++ b/tooling/camel-manual/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 050a683..c1e64d0 100644
--- a/tooling/maven/camel-maven-plugin/pom.xml
+++ b/tooling/maven/camel-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/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 430b143..41fa56f 100644
--- a/tooling/maven/guice-maven-plugin/pom.xml
+++ b/tooling/maven/guice-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>guice-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/tooling/maven/maven-html-to-pdf/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/maven-html-to-pdf/pom.xml b/tooling/maven/maven-html-to-pdf/pom.xml
index ae995aa..29809cf 100644
--- a/tooling/maven/maven-html-to-pdf/pom.xml
+++ b/tooling/maven/maven-html-to-pdf/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-html-to-pdf</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/tooling/maven/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml
index d2925d2..cb8e7b7 100644
--- a/tooling/maven/pom.xml
+++ b/tooling/maven/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/7d8a31c6/tooling/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/pom.xml b/tooling/pom.xml
index f70e1fc..e533acc 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.10.5</version>
+    <version>2.10.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 


[5/8] git commit: explicitly set the tagNameFormat in maven-release-plugin

Posted by cm...@apache.org.
explicitly set the tagNameFormat in maven-release-plugin


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

Branch: refs/heads/camel-2.10.x
Commit: c9c282108e0e889c066fe9761824a0e2f4b48af2
Parents: 5f994b0
Author: cmueller <cm...@apache.org>
Authored: Sat Jun 22 15:05:20 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sun Jun 23 11:02:56 2013 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c9c28210/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9ffb310..3d13fb2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -213,6 +213,7 @@
           <configuration>
 	        <localCheckout>true</localCheckout>
             <pushChanges>false</pushChanges>
+            <tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>
             <useReleaseProfile>false</useReleaseProfile>
             <preparationGoals>clean install</preparationGoals>
             <goals>deploy</goals>