updated the version numbers the maven release plugin didn't updated

git-svn-id: https://svn.apache.org/repos/asf/camel/branches/camel-2.7.x@1230259 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/etc/pom.xml b/etc/pom.xml
index ac95162..2856f32 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.7-SNAPSHOT</version>
+    <version>2.7.6-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
diff --git a/tests/camel-itest-karaf/pom.xml b/tests/camel-itest-karaf/pom.xml
index 3100d4d..93e9303 100644
--- a/tests/camel-itest-karaf/pom.xml
+++ b/tests/camel-itest-karaf/pom.xml
@@ -25,8 +25,8 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.7-SNAPSHOT</version>
-         <relativePath>../../parent</relativePath>
+        <version>2.7.6-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>camel-itest-karaf</artifactId>