You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/01/07 08:45:28 UTC

svn commit: r1056214 - in /servicemix/components/trunk: bindings/servicemix-cxf-bc/pom.xml engines/servicemix-cxf-se/pom.xml engines/servicemix-wsn2005/pom.xml pom.xml

Author: gertv
Date: Fri Jan  7 07:45:28 2011
New Revision: 1056214

URL: http://svn.apache.org/viewvc?rev=1056214&view=rev
Log:
Remove duplicate cxf.version property definitions

Modified:
    servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml
    servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml
    servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml
    servicemix/components/trunk/pom.xml

Modified: servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml?rev=1056214&r1=1056213&r2=1056214&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml Fri Jan  7 07:45:28 2011
@@ -45,7 +45,6 @@
     </scm>
 
     <properties>
-        <cxf.version>2.3.1</cxf.version>
         <cxf.jetty.version>7.2.1.v20101111</cxf.jetty.version>
         <surefire.fork.mode>pertest</surefire.fork.mode>
 

Modified: servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml?rev=1056214&r1=1056213&r2=1056214&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml Fri Jan  7 07:45:28 2011
@@ -34,8 +34,6 @@
     <name>Apache ServiceMix :: Components :: CXF Service Engine</name>
 
     <properties>
-        <cxf.version>2.3.1</cxf.version>
-
         <servicemix.osgi.import>
             !org.apache.servicemix.cxfse*,
             !META-INF.services.org.apache.xbean.spring.http.servicemix.apache.org.cxfse,

Modified: servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml?rev=1056214&r1=1056213&r2=1056214&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml Fri Jan  7 07:45:28 2011
@@ -34,8 +34,6 @@
     <name>Apache ServiceMix :: Components :: WS-Notification Service Engine</name>
 
     <properties>
-        <cxf.version>2.3.1</cxf.version>
-
         <servicemix.osgi.import>
             !org.apache.servicemix.wsn*,
             !META-INF.services.org.apache.xbean.spring.http.servicemix.apache.org.wsn,

Modified: servicemix/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/pom.xml?rev=1056214&r1=1056213&r2=1056214&view=diff
==============================================================================
--- servicemix/components/trunk/pom.xml (original)
+++ servicemix/components/trunk/pom.xml Fri Jan  7 07:45:28 2011
@@ -98,7 +98,7 @@
         <activemq.version>5.4.2</activemq.version>
 
         <!-- CXF -->
-        <cxf.version>2.2.11</cxf.version>
+        <cxf.version>2.3.1</cxf.version>
 
         <!-- Geronimo Specs and Modules -->
         <geronimo-activation.version>1.0.2</geronimo-activation.version>