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 2012/01/20 22:43:26 UTC

svn commit: r1234156 - in /camel/branches/camel-2.9.x: ./ parent/pom.xml

Author: hadrian
Date: Fri Jan 20 21:43:26 2012
New Revision: 1234156

URL: http://svn.apache.org/viewvc?rev=1234156&view=rev
Log:
Merged revisions 1229569 via svnmerge from 
https://svn.apache.org/repos/asf/camel/trunk

........
  r1229569 | dkulp | 2012-01-10 09:56:14 -0500 (Tue, 10 Jan 2012) | 2 lines
  
  Update cxf version range to include the 2.6.0-SNAPSHOT that is the
  current CXF trunk
........

Modified:
    camel/branches/camel-2.9.x/   (props changed)
    camel/branches/camel-2.9.x/parent/pom.xml

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.9.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/parent/pom.xml?rev=1234156&r1=1234155&r2=1234156&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/parent/pom.xml (original)
+++ camel/branches/camel-2.9.x/parent/pom.xml Fri Jan 20 21:43:26 2012
@@ -177,7 +177,7 @@
     <camel.osgi.import.defaults>
       org.springframework.*;version="[3,4)",
       org.apache.commons.logging.*;version="[1.1,2)",
-      org.apache.cxf.*;version="[2.4,2.6)",
+      org.apache.cxf.*;version="[2.4,2.7)",
       org.apache.qpid.*;version="[0.12,0.13)",
       org.apache.abdera.*;version="[0.4,2)",
       org.apache.commons.httpclient.*;version="[3.1,4.0)",