You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2011/11/02 00:06:54 UTC

svn commit: r1196355 - /camel/trunk/tests/camel-itest-karaf/pom.xml

Author: hadrian
Date: Tue Nov  1 23:06:53 2011
New Revision: 1196355

URL: http://svn.apache.org/viewvc?rev=1196355&view=rev
Log:
Fix parent project version

Modified:
    camel/trunk/tests/camel-itest-karaf/pom.xml

Modified: camel/trunk/tests/camel-itest-karaf/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-karaf/pom.xml?rev=1196355&r1=1196354&r2=1196355&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-karaf/pom.xml (original)
+++ camel/trunk/tests/camel-itest-karaf/pom.xml Tue Nov  1 23:06:53 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.9-SNAPSHOT</version>
+        <version>2.9.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>