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 2011/08/08 22:40:26 UTC

svn commit: r1155085 - in /cxf/branches/2.3.x-fixes: ./ pom.xml

Author: dkulp
Date: Mon Aug  8 20:40:26 2011
New Revision: 1155085

URL: http://svn.apache.org/viewvc?rev=1155085&view=rev
Log:
Merged revisions 1155081 via svnmerge from 
https://svn.us.apache.org/repos/asf/cxf/branches/2.4.x-fixes

................
  r1155081 | dkulp | 2011-08-08 16:34:08 -0400 (Mon, 08 Aug 2011) | 9 lines
  
  Merged revisions 1155079 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r1155079 | dkulp | 2011-08-08 16:22:36 -0400 (Mon, 08 Aug 2011) | 1 line
    
    Use new released versions
  ........
................

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    cxf/branches/2.3.x-fixes/pom.xml

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.3.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/pom.xml?rev=1155085&r1=1155084&r2=1155085&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/pom.xml Mon Aug  8 20:40:26 2011
@@ -42,8 +42,8 @@
 
     <properties>
         <cxf.compiler.fork>false</cxf.compiler.fork>
-        <cxf.build-utils.version>2.3.2</cxf.build-utils.version>
-        <cxf.xjc-utils.version>2.3.2</cxf.xjc-utils.version>
+        <cxf.build-utils.version>2.4.0</cxf.build-utils.version>
+        <cxf.xjc-utils.version>2.4.0</cxf.xjc-utils.version>
         <cxf.jdk.version>1.6</cxf.jdk.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>