You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2010/08/10 20:08:47 UTC

svn commit: r984154 - /geronimo/server/trunk/pom.xml

Author: dwoods
Date: Tue Aug 10 18:08:47 2010
New Revision: 984154

URL: http://svn.apache.org/viewvc?rev=984154&view=rev
Log:
upgrade commons-pool from 1.5.3 to 1.5.4 to match latest level used in OpenJPA trunk

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=984154&r1=984153&r2=984154&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue Aug 10 18:08:47 2010
@@ -883,7 +883,7 @@
             <dependency>
                 <groupId>commons-pool</groupId>
                 <artifactId>commons-pool</artifactId>
-                <version>1.5.3</version>
+                <version>1.5.4</version>
             </dependency>
 
             <dependency>