You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2012/01/10 15:56:15 UTC

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

Author: dkulp
Date: Tue Jan 10 14:56:14 2012
New Revision: 1229569

URL: http://svn.apache.org/viewvc?rev=1229569&view=rev
Log:
Update cxf version range to include the 2.6.0-SNAPSHOT that is the
current CXF trunk

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1229569&r1=1229568&r2=1229569&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Tue Jan 10 14:56:14 2012
@@ -178,7 +178,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)",