You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by bl...@apache.org on 2009/09/19 00:02:37 UTC

svn commit: r816798 - /incubator/wink/trunk/wink-client-apache-httpclient/pom.xml

Author: bluk
Date: Fri Sep 18 22:02:37 2009
New Revision: 816798

URL: http://svn.apache.org/viewvc?rev=816798&view=rev
Log:
Revert HttpClient pom.xml version change

See https://issues.apache.org/jira/browse/HTTPCLIENT-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

Maybe when 4.0.1 is released, it will work
on Java 1.5.

See [WINK-203]

Modified:
    incubator/wink/trunk/wink-client-apache-httpclient/pom.xml

Modified: incubator/wink/trunk/wink-client-apache-httpclient/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-client-apache-httpclient/pom.xml?rev=816798&r1=816797&r2=816798&view=diff
==============================================================================
--- incubator/wink/trunk/wink-client-apache-httpclient/pom.xml (original)
+++ incubator/wink/trunk/wink-client-apache-httpclient/pom.xml Fri Sep 18 22:02:37 2009
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.0</version>
+            <version>4.0-beta2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.wink</groupId>