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:42:01 UTC

svn commit: r640108 - in /commons/sandbox/performance/trunk: build-dbcp.xml build-http.xml build-pool.xml

Author: psteitz
Date: Sat Mar 22 15:42:00 2008
New Revision: 640108

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

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

Modified: commons/sandbox/performance/trunk/build-dbcp.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/build-dbcp.xml?rev=640108&r1=640107&r2=640108&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/build-dbcp.xml (original)
+++ commons/sandbox/performance/trunk/build-dbcp.xml Sat Mar 22 15:42:00 2008
@@ -71,8 +71,8 @@
 
   <target name="get-math">
     <get
-    src="${mavenRepo}/commons-math/commons-math/1.1/commons-math-1.1.jar"
-    dest="${lib}/commons-math-1.1.jar"
+    src="${mavenRepo}/commons-math/commons-math/1.2/commons-math-1.2.jar"
+    dest="${lib}/commons-math-1.2.jar"
     usetimestamp="true"/>
   </target>
 

Modified: commons/sandbox/performance/trunk/build-http.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/build-http.xml?rev=640108&r1=640107&r2=640108&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/build-http.xml (original)
+++ commons/sandbox/performance/trunk/build-http.xml Sat Mar 22 15:42:00 2008
@@ -71,8 +71,8 @@
 
   <target name="get-math">
     <get
-    src="${mavenRepo}/commons-math/commons-math/1.1/commons-math-1.1.jar"
-    dest="${lib}/commons-math-1.1.jar"
+    src="${mavenRepo}/commons-math/commons-math/1.2/commons-math-1.2.jar"
+    dest="${lib}/commons-math-1.2.jar"
     usetimestamp="true"/>
   </target>
 

Modified: commons/sandbox/performance/trunk/build-pool.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/build-pool.xml?rev=640108&r1=640107&r2=640108&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/build-pool.xml (original)
+++ commons/sandbox/performance/trunk/build-pool.xml Sat Mar 22 15:42:00 2008
@@ -70,8 +70,8 @@
 
   <target name="get-math">
     <get
-    src="${mavenRepo}/commons-math/commons-math/1.1/commons-math-1.1.jar"
-    dest="${lib}/commons-math-1.1.jar"
+    src="${mavenRepo}/commons-math/commons-math/1.2/commons-math-1.2.jar"
+    dest="${lib}/commons-math-1.2.jar"
     usetimestamp="true"/>
   </target>