You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-dev@incubator.apache.org by "Thorsten Scherler (JIRA)" <ji...@apache.org> on 2009/09/10 12:18:57 UTC

[jira] Closed: (DROIDS-64) Upgrade HttpClient version

     [ https://issues.apache.org/jira/browse/DROIDS-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thorsten Scherler closed DROIDS-64.
-----------------------------------

    Resolution: Fixed

Actually the version number is in the parent pom so I updated it there.

Thanks Javier.

Committed revision 813401

> Upgrade HttpClient version
> --------------------------
>
>                 Key: DROIDS-64
>                 URL: https://issues.apache.org/jira/browse/DROIDS-64
>             Project: Droids
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 0.01
>            Reporter: Javier Puerto
>            Priority: Minor
>         Attachments: POM_httpcomponents_v4.0.diff
>
>
> Upgraded the version from beta to stable. Like the author proposed in the page of the project: http://hc.apache.org/httpcomponents-client/download.html
> Index: pom.xml
> ===================================================================
> --- pom.xml	(revision 810841)
> +++ pom.xml	(working copy)
> @@ -54,6 +54,7 @@
>      <dependency>
>        <groupId>org.apache.httpcomponents</groupId>
>        <artifactId>httpclient</artifactId>
> +      <version>4.0</version>
>      </dependency>
>      <dependency>
>        <groupId>nekohtml</groupId>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.