You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2013/06/20 15:23:07 UTC

svn commit: r1494977 - /camel/website/pom.xml

Author: dkulp
Date: Thu Jun 20 13:23:06 2013
New Revision: 1494977

URL: http://svn.apache.org/r1494977
Log:
Update cxf version used

Modified:
    camel/website/pom.xml

Modified: camel/website/pom.xml
URL: http://svn.apache.org/viewvc/camel/website/pom.xml?rev=1494977&r1=1494976&r2=1494977&view=diff
==============================================================================
--- camel/website/pom.xml (original)
+++ camel/website/pom.xml Thu Jun 20 13:23:06 2013
@@ -28,11 +28,11 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.5.2</version>
+        <version>2.6.8</version>
     </parent>
 
     <properties>
-        <cxf.version>2.5.2</cxf.version>
+        <cxf.version>2.6.8</cxf.version>
         <extra.arg></extra.arg>
         <svn.arg1></svn.arg1>
         <svn.arg2></svn.arg2>