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 2010/07/11 22:26:29 UTC

svn commit: r963145 - in /camel/trunk: components/camel-ode/pom.xml etc/pom.xml

Author: hadrian
Date: Sun Jul 11 20:26:29 2010
New Revision: 963145

URL: http://svn.apache.org/viewvc?rev=963145&view=rev
Log:
Version fix

Modified:
    camel/trunk/components/camel-ode/pom.xml
    camel/trunk/etc/pom.xml

Modified: camel/trunk/components/camel-ode/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-ode/pom.xml?rev=963145&r1=963144&r2=963145&view=diff
==============================================================================
--- camel/trunk/components/camel-ode/pom.xml (original)
+++ camel/trunk/components/camel-ode/pom.xml Sun Jul 11 20:26:29 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
-        <version>2.3-SNAPSHOT</version>
+        <version>2.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-ode</artifactId>

Modified: camel/trunk/etc/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/etc/pom.xml?rev=963145&r1=963144&r2=963145&view=diff
==============================================================================
--- camel/trunk/etc/pom.xml (original)
+++ camel/trunk/etc/pom.xml Sun Jul 11 20:26:29 2010
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.3-SNAPSHOT</version>
+    <version>2.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-etc</artifactId>