You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/08/28 18:16:09 UTC

svn commit: r1518273 - /cxf/web/pom.xml

Author: dkulp
Date: Wed Aug 28 16:16:09 2013
New Revision: 1518273

URL: http://svn.apache.org/r1518273
Log:
Use latest CXF release to avoid doc bounce thing on OSX

Modified:
    cxf/web/pom.xml

Modified: cxf/web/pom.xml
URL: http://svn.apache.org/viewvc/cxf/web/pom.xml?rev=1518273&r1=1518272&r2=1518273&view=diff
==============================================================================
--- cxf/web/pom.xml (original)
+++ cxf/web/pom.xml Wed Aug 28 16:16:09 2013
@@ -32,7 +32,7 @@
     </parent>
 
     <properties>
-        <cxf.version>2.7.4</cxf.version>
+        <cxf.version>2.7.6</cxf.version>
         <extra.arg></extra.arg>
         <svn.arg1></svn.arg1>
         <svn.arg2></svn.arg2>