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 2013/03/06 23:15:55 UTC

svn commit: r1453592 - /servicemix/smx4/features/trunk/pom.xml

Author: gertv
Date: Wed Mar  6 22:15:55 2013
New Revision: 1453592

URL: http://svn.apache.org/r1453592
Log:
Fix build on MacOS/JDK7

Modified:
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=1453592&r1=1453591&r2=1453592&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Wed Mar  6 22:15:55 2013
@@ -126,8 +126,8 @@
         <felix.prefs.version>1.0.4</felix.prefs.version>
 
         <!-- CXF -->
-        <cxf.xjc-utils.version>2.3.2</cxf.xjc-utils.version>
-        <cxf.codegen-plugin.version>2.4.4</cxf.codegen-plugin.version>
+        <cxf.xjc-utils.version>2.6.1</cxf.xjc-utils.version>
+        <cxf.codegen-plugin.version>2.6.6</cxf.codegen-plugin.version>
 
         <!-- Geronimo -->
         <geronimo-annotation.version>1.1.1</geronimo-annotation.version>