You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/09/10 04:20:08 UTC

svn commit: r693681 - /servicemix/smx3/trunk/pom.xml

Author: ffang
Date: Tue Sep  9 19:20:08 2008
New Revision: 693681

URL: http://svn.apache.org/viewvc?rev=693681&view=rev
Log:
use 2.1.3-SNAPSHOT as cxf version so that we can pick up latest changes from cxf

Modified:
    servicemix/smx3/trunk/pom.xml

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=693681&r1=693680&r2=693681&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Tue Sep  9 19:20:08 2008
@@ -97,7 +97,7 @@
         <oro-version>2.0.8</oro-version>
         <sitemesh-version>2.2.1</sitemesh-version>
         <woden-version>1.0.0M6</woden-version>
-        <cxf-version>2.1.2</cxf-version>
+        <cxf-version>2.1.3-SNAPSHOT</cxf-version>
         <jaxb.version>2.1</jaxb.version>
         <jaxb.impl.version>2.1.6</jaxb.impl.version>
         <jaxb.xjc.version>2.1.6</jaxb.xjc.version>