From d20886cd5630b21a0960793337b2d7da0d8deb87 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Mon, 30 Jun 2014 08:20:31 +0000 Subject: [PATCH] Upgraded HttpClient version to 4.4-alpha2-SNAPSHOT git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1606643 13f79535-47bb-0310-9956-ffa450edef68 --- fluent-hc/pom.xml | 2 +- httpclient-cache/pom.xml | 2 +- httpclient-osgi/pom.xml | 2 +- httpclient-win/pom.xml | 6 ++---- httpclient/pom.xml | 2 +- httpmime/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 8 insertions(+), 10 deletions(-) diff --git a/fluent-hc/pom.xml b/fluent-hc/pom.xml index 88b06a943..cc575fb7b 100644 --- a/fluent-hc/pom.xml +++ b/fluent-hc/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.4-alpha1-SNAPSHOT + 4.4-alpha2-SNAPSHOT fluent-hc Fluent API for Apache HttpClient diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml index 9b94af88e..03847edb4 100644 --- a/httpclient-cache/pom.xml +++ b/httpclient-cache/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.4-alpha1-SNAPSHOT + 4.4-alpha2-SNAPSHOT httpclient-cache Apache HttpClient Cache diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml index 7730a48dc..74922fe30 100644 --- a/httpclient-osgi/pom.xml +++ b/httpclient-osgi/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.4-alpha1-SNAPSHOT + 4.4-alpha2-SNAPSHOT httpclient-osgi Apache HttpClient OSGi bundle diff --git a/httpclient-win/pom.xml b/httpclient-win/pom.xml index 0381b9c33..4b76be31e 100644 --- a/httpclient-win/pom.xml +++ b/httpclient-win/pom.xml @@ -23,14 +23,12 @@ individuals on behalf of the Apache Software Foundation. For more information on the Apache Software Foundation, please see . - --> - - + --> 4.0.0 org.apache.httpcomponents httpcomponents-client - 4.4-alpha1-SNAPSHOT + 4.4-alpha2-SNAPSHOT httpclient-win Windows features for Apache HttpClient diff --git a/httpclient/pom.xml b/httpclient/pom.xml index ae6f18332..6e62e9da3 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.4-alpha1-SNAPSHOT + 4.4-alpha2-SNAPSHOT httpclient Apache HttpClient diff --git a/httpmime/pom.xml b/httpmime/pom.xml index 698978292..cfc0d0807 100644 --- a/httpmime/pom.xml +++ b/httpmime/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.4-alpha1-SNAPSHOT + 4.4-alpha2-SNAPSHOT httpmime Apache HttpClient Mime diff --git a/pom.xml b/pom.xml index daa1ee02b..f44ca84c3 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 4.0.0 httpcomponents-client HttpComponents Client - 4.4-alpha1-SNAPSHOT + 4.4-alpha2-SNAPSHOT Apache HttpComponents Client is a library of components for building client side HTTP services http://hc.apache.org/httpcomponents-client 1999