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:37:50 UTC

svn commit: r1143493 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Wed Jul  6 16:37:50 2011
New Revision: 1143493

URL: http://svn.apache.org/viewvc?rev=1143493&view=rev
Log:
[CXF-3622] Update to latest commons-pool

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1143493&r1=1143492&r2=1143493&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Wed Jul  6 16:37:50 2011
@@ -996,7 +996,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>