You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/10/26 11:15:52 UTC

git commit: use last httpclient 4.2.2

Updated Branches:
  refs/heads/master 804d46988 -> 57b94e7bc


use last httpclient 4.2.2


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

Branch: refs/heads/master
Commit: 57b94e7bc0291973ca9c51fc14edc1947226be7d
Parents: 804d469
Author: olivier lamy <ol...@apache.org>
Authored: Fri Oct 26 11:15:43 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Oct 26 11:15:43 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/57b94e7b/wagon-providers/pom.xml
----------------------------------------------------------------------
diff --git a/wagon-providers/pom.xml b/wagon-providers/pom.xml
index 82b2942..43d9510 100644
--- a/wagon-providers/pom.xml
+++ b/wagon-providers/pom.xml
@@ -51,7 +51,7 @@ under the License.
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.2.1</version>
+        <version>4.2.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>