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/10/28 10:57:01 UTC

svn commit: r1190213 - /camel/trunk/parent/pom.xml

Author: ningjiang
Date: Fri Oct 28 08:57:00 2011
New Revision: 1190213

URL: http://svn.apache.org/viewvc?rev=1190213&view=rev
Log:
CAMEL-4592 revert the change of upgrading the abdera vesion, as it is not released yet

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1190213&r1=1190212&r2=1190213&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Fri Oct 28 08:57:00 2011
@@ -34,7 +34,7 @@
 
   <properties>
     <compiler.fork>true</compiler.fork>
-    <abdera-version>1.1.3</abdera-version>
+    <abdera-version>1.1.2</abdera-version>
     <!-- Note that activemq dependency is only used for testing! -->
     <activemq-version>5.5.0</activemq-version>
     <ahc-version>1.6.5</ahc-version>