Author: psteitz
Date: Sun Jan 13 19:15:37 2008
New Revision: 611701
URL: http://svn.apache.org/viewvc?rev=611701&view=rev
Log:
Updated httpclient version.
Modified:
commons/sandbox/performance/trunk/build-http.xml
Modified: commons/sandbox/performance/trunk/build-http.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/build-http.xml?rev=611701&r1=611700&r2=611701&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/build-http.xml (original)
+++ commons/sandbox/performance/trunk/build-http.xml Sun Jan 13 19:15:37 2008
@@ -85,8 +85,8 @@
<target name="get-httpclient">
<get
-
src="${mavenRepo}/commons-httpclient/commons-httpclient/3.0.1/commons-httpclient-3.0.1.jar"
- dest="${lib}/commons-httpclient-3.0.1.jar"
+
src="${mavenRepo}/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar"
+ dest="${lib}/commons-httpclient-3.1.jar"
usetimestamp="true"/>
</target>