Author: imario
Date: Tue Jul  5 07:31:14 2005
New Revision: 209279

URL: http://svn.apache.org/viewcvs?rev=209279&view=rev
Log:
upgrade to httpclient 3.0-rc3

Modified:
    jakarta/commons/proper/vfs/trunk/build.xml
    jakarta/commons/proper/vfs/trunk/project.xml

Modified: jakarta/commons/proper/vfs/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/build.xml?rev=209279&r1=209278&r2=209279&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/build.xml (original)
+++ jakarta/commons/proper/vfs/trunk/build.xml Tue Jul  5 07:31:14 2005
@@ -199,7 +199,7 @@
         </get>
         <get dest="${libdir}/jdom-1.0.jar" usetimestamp="true" 
ignoreerrors="true" src="http://www.ibiblio.org/maven/jdom/jars/jdom-1.0.jar";>
         </get>
-        <get dest="${libdir}/commons-httpclient-2.0.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0.jar";>
+        <get dest="${libdir}/commons-httpclient-3.0-rc3.jar" 
usetimestamp="true" ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-3.0-rc3.jar";>
         </get>
         <get dest="${libdir}/jsch-0.1.17.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/jsch/jars/jsch-0.1.17.jar";>
         </get>

Modified: jakarta/commons/proper/vfs/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/project.xml?rev=209279&r1=209278&r2=209279&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.xml (original)
+++ jakarta/commons/proper/vfs/trunk/project.xml Tue Jul  5 07:31:14 2005
@@ -142,7 +142,7 @@
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
-            <version>2.0</version>
+            <version>3.0-rc3</version>
         </dependency>
 
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to