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 "Javier Puerto (JIRA)" <ji...@apache.org> on 2009/09/10 08:55:57 UTC

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

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


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.


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

Posted by "Thorsten Scherler (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Javier Puerto (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DROIDS-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Javier Puerto updated DROIDS-64:
--------------------------------

    Attachment: POM_httpcomponents_v4.0.diff

Sorry again for the path without file.

This patch upgrade the httpcomponents to version 4.0 stable.

> 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.