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 2012/01/11 22:29:24 UTC

svn commit: r1230259 - in /camel/branches/camel-2.7.x: etc/pom.xml tests/camel-itest-karaf/pom.xml

Author: cmueller
Date: Wed Jan 11 21:29:24 2012
New Revision: 1230259

URL: http://svn.apache.org/viewvc?rev=1230259&view=rev
Log:
updated the version numbers the maven release plugin didn't updated

Modified:
    camel/branches/camel-2.7.x/etc/pom.xml
    camel/branches/camel-2.7.x/tests/camel-itest-karaf/pom.xml

Modified: camel/branches/camel-2.7.x/etc/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/etc/pom.xml?rev=1230259&r1=1230258&r2=1230259&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/etc/pom.xml (original)
+++ camel/branches/camel-2.7.x/etc/pom.xml Wed Jan 11 21:29:24 2012
@@ -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>
 

Modified: camel/branches/camel-2.7.x/tests/camel-itest-karaf/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.7.x/tests/camel-itest-karaf/pom.xml?rev=1230259&r1=1230258&r2=1230259&view=diff
==============================================================================
--- camel/branches/camel-2.7.x/tests/camel-itest-karaf/pom.xml (original)
+++ camel/branches/camel-2.7.x/tests/camel-itest-karaf/pom.xml Wed Jan 11 21:29:24 2012
@@ -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>