Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A39DD200B13 for ; Wed, 11 May 2016 06:57:38 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A26FA160A1A; Wed, 11 May 2016 04:57:38 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DC3C0160A11 for ; Wed, 11 May 2016 06:57:37 +0200 (CEST) Received: (qmail 72609 invoked by uid 500); 11 May 2016 04:57:35 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 70719 invoked by uid 99); 11 May 2016 04:57:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2016 04:57:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C0AA2E0B71; Wed, 11 May 2016 04:57:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: syuanjiang@apache.org To: commits@hbase.apache.org Date: Wed, 11 May 2016 04:57:53 -0000 Message-Id: <497f52a657994b91aa41b7b808d06c9d@git.apache.org> In-Reply-To: <55704e49b6b94c39bef72d1aeb2c0146@git.apache.org> References: <55704e49b6b94c39bef72d1aeb2c0146@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/50] [abbrv] hbase git commit: HBASE-15767 upgrade httpclient to 4.3.6 archived-at: Wed, 11 May 2016 04:57:38 -0000 HBASE-15767 upgrade httpclient to 4.3.6 Signed-off-by: Sean Busbey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c716a754 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c716a754 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c716a754 Branch: refs/heads/hbase-12439 Commit: c716a75416b8ef01f2c4e233f1340f3dbf33198e Parents: 0bf065a Author: tedyu Authored: Thu May 5 15:41:26 2016 -0500 Committer: Sean Busbey Committed: Thu May 5 15:41:26 2016 -0500 ---------------------------------------------------------------------- hbase-rest/pom.xml | 4 ++-- hbase-server/pom.xml | 4 ++-- pom.xml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/c716a754/hbase-rest/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index 7bacf95..a66be01 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -270,8 +270,8 @@ commons-cli - commons-httpclient - commons-httpclient + org.apache.httpcomponents + httpclient commons-lang http://git-wip-us.apache.org/repos/asf/hbase/blob/c716a754/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 2631417..9532d1e 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -395,8 +395,8 @@ true - commons-httpclient - commons-httpclient + org.apache.httpcomponents + httpclient commons-codec http://git-wip-us.apache.org/repos/asf/hbase/blob/c716a754/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cf6501c..0b3c61a 100644 --- a/pom.xml +++ b/pom.xml @@ -1213,7 +1213,7 @@ 3.3.0 3.2.2 - 3.1 + 4.3.6 3.1.2 12.0.1 1.3.9 @@ -1502,8 +1502,8 @@ ${collections.version} - commons-httpclient - commons-httpclient + org.apache.httpcomponents + httpclient ${httpclient.version}