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/01/24 18:05:55 UTC

svn commit: r1062882 - in /camel/trunk: etc/pom.xml tests/camel-itest-activemq-highvolume/pom.xml

Author: hadrian
Date: Mon Jan 24 17:05:55 2011
New Revision: 1062882

URL: http://svn.apache.org/viewvc?rev=1062882&view=rev
Log:
Fix version value

Modified:
    camel/trunk/etc/pom.xml
    camel/trunk/tests/camel-itest-activemq-highvolume/pom.xml

Modified: camel/trunk/etc/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/etc/pom.xml?rev=1062882&r1=1062881&r2=1062882&view=diff
==============================================================================
--- camel/trunk/etc/pom.xml (original)
+++ camel/trunk/etc/pom.xml Mon Jan 24 17:05:55 2011
@@ -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>

Modified: camel/trunk/tests/camel-itest-activemq-highvolume/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-activemq-highvolume/pom.xml?rev=1062882&r1=1062881&r2=1062882&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-activemq-highvolume/pom.xml (original)
+++ camel/trunk/tests/camel-itest-activemq-highvolume/pom.xml Mon Jan 24 17:05:55 2011
@@ -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>