You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2008/03/22 23:32:24 UTC

svn commit: r640105 - /commons/sandbox/performance/trunk/pom.xml

Author: psteitz
Date: Sat Mar 22 15:32:24 2008
New Revision: 640105

URL: http://svn.apache.org/viewvc?rev=640105&view=rev
Log:
Updated math, pool versions.

Modified:
    commons/sandbox/performance/trunk/pom.xml

Modified: commons/sandbox/performance/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/pom.xml?rev=640105&r1=640104&r2=640105&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/pom.xml (original)
+++ commons/sandbox/performance/trunk/pom.xml Sat Mar 22 15:32:24 2008
@@ -61,12 +61,12 @@
     <dependency>
        <groupId>commons-pool</groupId>
        <artifactId>commons-pool</artifactId>
-       <version>1.3</version>
+       <version>1.4</version>
     </dependency>
     <dependency>
        <groupId>commons-math</groupId>
        <artifactId>commons-math</artifactId>
-       <version>1.1</version>
+       <version>1.2</version>
     </dependency>
     <dependency>
        <groupId>commons-httpclient</groupId>