Author: psteitz
Date: Sat Sep 18 19:49:40 2010
New Revision: 998532

URL: http://svn.apache.org/viewvc?rev=998532&view=rev
Log:
Updated commons math version.

Modified:
    commons/sandbox/performance/trunk/pom.xml
    commons/sandbox/performance/trunk/src/dbcp/build.xml
    commons/sandbox/performance/trunk/src/http/build.xml
    commons/sandbox/performance/trunk/src/pool/build.xml

Modified: commons/sandbox/performance/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/pom.xml?rev=998532&r1=998531&r2=998532&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/pom.xml (original)
+++ commons/sandbox/performance/trunk/pom.xml Sat Sep 18 19:49:40 2010
@@ -64,9 +64,9 @@
        <version>1.4</version>
     </dependency>
     <dependency>
-       <groupId>commons-math</groupId>
+       <groupId>org.apache.commons</groupId>
        <artifactId>commons-math</artifactId>
-       <version>1.2</version>
+       <version>2.1</version>
     </dependency>
     <dependency>
        <groupId>commons-httpclient</groupId>

Modified: commons/sandbox/performance/trunk/src/dbcp/build.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/src/dbcp/build.xml?rev=998532&r1=998531&r2=998532&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/src/dbcp/build.xml (original)
+++ commons/sandbox/performance/trunk/src/dbcp/build.xml Sat Sep 18 19:49:40 
2010
@@ -73,8 +73,8 @@
 
   <target name="get-math">
     <get
-    src="${mavenRepo}/commons-math/commons-math/1.2/commons-math-1.2.jar"
-    dest="${lib}/commons-math-1.2.jar"
+    src="${mavenRepo}/org/apache/commons/commons-math/2.1/commons-math-2.1.jar"
+    dest="${lib}/commons-math-2.1.jar"
     usetimestamp="true"/>
   </target>
 

Modified: commons/sandbox/performance/trunk/src/http/build.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/src/http/build.xml?rev=998532&r1=998531&r2=998532&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/src/http/build.xml (original)
+++ commons/sandbox/performance/trunk/src/http/build.xml Sat Sep 18 19:49:40 
2010
@@ -71,8 +71,8 @@
 
   <target name="get-math">
     <get
-    src="${mavenRepo}/commons-math/commons-math/1.2/commons-math-1.2.jar"
-    dest="${lib}/commons-math-1.2.jar"
+    src="${mavenRepo}/org/apache/commons/commons-math/2.1/commons-math-2.1.jar"
+    dest="${lib}/commons-math-2.1.jar"
     usetimestamp="true"/>
   </target>
 

Modified: commons/sandbox/performance/trunk/src/pool/build.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/src/pool/build.xml?rev=998532&r1=998531&r2=998532&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/src/pool/build.xml (original)
+++ commons/sandbox/performance/trunk/src/pool/build.xml Sat Sep 18 19:49:40 
2010
@@ -70,8 +70,8 @@
 
   <target name="get-math">
     <get
-    src="${mavenRepo}/commons-math/commons-math/1.2/commons-math-1.2.jar"
-    dest="${lib}/commons-math-1.2.jar"
+    src="${mavenRepo}/org/apache/commons/commons-math/2.1/commons-math-2.1.jar"
+    dest="${lib}/commons-math-2.1.jar"
     usetimestamp="true"/>
   </target>
 


Reply via email to