You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2011/12/28 08:50:03 UTC

svn commit: r1225135 - /camel/trunk/components/camel-xmpp/pom.xml

Author: ningjiang
Date: Wed Dec 28 07:50:02 2011
New Revision: 1225135

URL: http://svn.apache.org/viewvc?rev=1225135&view=rev
Log:
CAMEL-4836 fixed the pom.xml version issue

Modified:
    camel/trunk/components/camel-xmpp/pom.xml

Modified: camel/trunk/components/camel-xmpp/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-xmpp/pom.xml?rev=1225135&r1=1225134&r2=1225135&view=diff
==============================================================================
--- camel/trunk/components/camel-xmpp/pom.xml (original)
+++ camel/trunk/components/camel-xmpp/pom.xml Wed Dec 28 07:50:02 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.9-SNAPSHOT</version>
+    <version>2.10-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>