You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by rf...@apache.org on 2012/02/21 23:25:50 UTC

svn commit: r1292062 - /incubator/wink/trunk/pom.xml

Author: rfeng
Date: Tue Feb 21 22:25:50 2012
New Revision: 1292062

URL: http://svn.apache.org/viewvc?rev=1292062&view=rev
Log:
Upgrade the httpclient version

Modified:
    incubator/wink/trunk/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=1292062&r1=1292061&r2=1292062&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Tue Feb 21 22:25:50 2012
@@ -727,7 +727,7 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.0.1</version>
+                <version>4.1.3</version>
             </dependency>
 
             <dependency>