You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2009/10/28 22:13:20 UTC

svn commit: r830762 - /openjpa/branches/1.3.x/pom.xml

Author: dwoods
Date: Wed Oct 28 21:13:19 2009
New Revision: 830762

URL: http://svn.apache.org/viewvc?rev=830762&view=rev
Log:
OPENJPA-1363 Upgrade to latest commons-pool maintenance release

Modified:
    openjpa/branches/1.3.x/pom.xml

Modified: openjpa/branches/1.3.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/pom.xml?rev=830762&r1=830761&r2=830762&view=diff
==============================================================================
--- openjpa/branches/1.3.x/pom.xml (original)
+++ openjpa/branches/1.3.x/pom.xml Wed Oct 28 21:13:19 2009
@@ -486,7 +486,7 @@
             <dependency>
                 <groupId>commons-pool</groupId>
                 <artifactId>commons-pool</artifactId>
-                <version>1.5.2</version>
+                <version>1.5.3</version>
             </dependency>
             <dependency>
                 <groupId>commons-logging</groupId>