Fix version value

git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@1062882 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/etc/pom.xml b/etc/pom.xml
index bdc8b5d..ff84a40 100755
--- a/etc/pom.xml
+++ b/etc/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.5-SNAPSHOT</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-etc</artifactId>
diff --git a/tests/camel-itest-activemq-highvolume/pom.xml b/tests/camel-itest-activemq-highvolume/pom.xml
index 76515a8..cbbe33b 100644
--- a/tests/camel-itest-activemq-highvolume/pom.xml
+++ b/tests/camel-itest-activemq-highvolume/pom.xml
@@ -22,9 +22,9 @@
 	<modelVersion>4.0.0</modelVersion>

 

 	<parent>

-		<groupId>org.apache.camel</groupId>

-		<artifactId>camel-parent</artifactId>

-	    <version>2.5-SNAPSHOT</version>

+            <groupId>org.apache.camel</groupId>

+            <artifactId>camel-parent</artifactId>

+            <version>2.6-SNAPSHOT</version>

 	</parent>

 

 	<artifactId>camel-itest-activemq-highvolume</artifactId>