You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2008/12/22 15:44:10 UTC

svn commit: r728703 - /continuum/trunk/pom.xml

Author: evenisse
Date: Mon Dec 22 06:44:10 2008
New Revision: 728703

URL: http://svn.apache.org/viewvc?rev=728703&view=rev
Log:
[CONTINUUM-2024] Upgrade httpclient to 4.0-beta2

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=728703&r1=728702&r2=728703&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Mon Dec 22 06:44:10 2008
@@ -688,7 +688,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.0-beta1</version>
+        <version>4.0-beta2</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>