You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2011/10/25 11:37:22 UTC

svn commit: r1188584 - /camel/branches/camel-2.8.x/tests/camel-itest-karaf/pom.xml

Author: davsclaus
Date: Tue Oct 25 09:37:22 2011
New Revision: 1188584

URL: http://svn.apache.org/viewvc?rev=1188584&view=rev
Log:
Fixed version in pom.xml

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

Modified: camel/branches/camel-2.8.x/tests/camel-itest-karaf/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/tests/camel-itest-karaf/pom.xml?rev=1188584&r1=1188583&r2=1188584&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/tests/camel-itest-karaf/pom.xml (original)
+++ camel/branches/camel-2.8.x/tests/camel-itest-karaf/pom.xml Tue Oct 25 09:37:22 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.8.1-SNAPSHOT</version>
+        <version>2.8.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>