Updated Branches:
  refs/heads/master d93583533 -> f73475c44

use last http client version


Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/f73475c4
Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/f73475c4
Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/f73475c4

Branch: refs/heads/master
Commit: f73475c446ab8fca3286ad109ec71e84b2410517
Parents: d935835
Author: olivier lamy <ol...@apache.org>
Authored: Mon Sep 24 10:21:43 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Mon Sep 24 10:21:43 2012 +0200

----------------------------------------------------------------------
 wagon-providers/pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/f73475c4/wagon-providers/pom.xml
----------------------------------------------------------------------
diff --git a/wagon-providers/pom.xml b/wagon-providers/pom.xml
index bed96ed..82b2942 100644
--- a/wagon-providers/pom.xml
+++ b/wagon-providers/pom.xml
@@ -51,12 +51,12 @@ under the License.
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.1.3</version>
+        <version>4.2.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore</artifactId>
-        <version>4.1.3</version>
+        <version>4.2.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.sshd</groupId>

Reply via email to