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/07/06 18:40:51 UTC

svn commit: r1143496 - in /cxf/branches/2.4.x-fixes: ./ parent/pom.xml

Author: dkulp
Date: Wed Jul  6 16:40:51 2011
New Revision: 1143496

URL: http://svn.apache.org/viewvc?rev=1143496&view=rev
Log:
Merged revisions 1143493 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1143493 | dkulp | 2011-07-06 12:37:50 -0400 (Wed, 06 Jul 2011) | 1 line
  
  [CXF-3622] Update to latest commons-pool
........

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

Propchange: cxf/branches/2.4.x-fixes/
            ('svn:mergeinfo' removed)

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

Modified: cxf/branches/2.4.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/parent/pom.xml?rev=1143496&r1=1143495&r2=1143496&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/parent/pom.xml Wed Jul  6 16:40:51 2011
@@ -1003,7 +1003,7 @@
             <dependency>
                 <groupId>commons-pool</groupId>
                 <artifactId>commons-pool</artifactId>
-                <version>1.5.5</version>
+                <version>1.5.6</version>
             </dependency>
             <dependency>
                 <groupId>commons-logging</groupId>