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 2010/11/05 03:12:21 UTC

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

Author: ningjiang
Date: Fri Nov  5 02:12:21 2010
New Revision: 1031402

URL: http://svn.apache.org/viewvc?rev=1031402&view=rev
Log:
CAMEL-3308 Added a profile of cxf-2.2.x

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1031402&r1=1031401&r2=1031402&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Fri Nov  5 02:12:21 2010
@@ -1553,6 +1553,13 @@
       </properties>
     </profile>
     <profile>
+      <id>cxf-2.2.x</id>
+      <properties>
+         <!-- NOTE you can't compile camel-cxf with cxf 2.2.x since camel 2.6.0, but the compiled jar can be used with cxf 2.2.x --> 
+         <cxf-version>2.2.11</cxf-version>
+      </properties>
+    </profile>
+    <profile>
       <id>on-sunjdk</id>
       <activation>
         <property>