Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A8261897C for ; Fri, 26 Feb 2016 11:39:16 +0000 (UTC) Received: (qmail 45121 invoked by uid 500); 26 Feb 2016 11:39:07 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 45078 invoked by uid 500); 26 Feb 2016 11:39:07 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 45069 invoked by uid 99); 26 Feb 2016 11:39:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2016 11:39:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id ACFF21A08FD for ; Fri, 26 Feb 2016 11:39:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.471 X-Spam-Level: * X-Spam-Status: No, score=1.471 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id AJfffihhPHHM for ; Fri, 26 Feb 2016 11:39:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D4E545F2C2 for ; Fri, 26 Feb 2016 11:39:04 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 29FB0E0285 for ; Fri, 26 Feb 2016 11:39:04 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 291303A0113 for ; Fri, 26 Feb 2016 11:39:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1732457 - in /httpcomponents/httpclient/branches/4.5.x: fluent-hc/pom.xml httpclient-cache/pom.xml httpclient-osgi/pom.xml httpclient-win/pom.xml httpclient/pom.xml httpmime/pom.xml pom.xml Date: Fri, 26 Feb 2016 11:39:04 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160226113904.291303A0113@svn01-us-west.apache.org> Author: olegk Date: Fri Feb 26 11:39:03 2016 New Revision: 1732457 URL: http://svn.apache.org/viewvc?rev=1732457&view=rev Log: Upgraded HttpClient version to 4.5.3-SNAPSHOT Modified: httpcomponents/httpclient/branches/4.5.x/fluent-hc/pom.xml httpcomponents/httpclient/branches/4.5.x/httpclient-cache/pom.xml httpcomponents/httpclient/branches/4.5.x/httpclient-osgi/pom.xml httpcomponents/httpclient/branches/4.5.x/httpclient-win/pom.xml httpcomponents/httpclient/branches/4.5.x/httpclient/pom.xml httpcomponents/httpclient/branches/4.5.x/httpmime/pom.xml httpcomponents/httpclient/branches/4.5.x/pom.xml Modified: httpcomponents/httpclient/branches/4.5.x/fluent-hc/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/fluent-hc/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff ============================================================================== --- httpcomponents/httpclient/branches/4.5.x/fluent-hc/pom.xml (original) +++ httpcomponents/httpclient/branches/4.5.x/fluent-hc/pom.xml Fri Feb 26 11:39:03 2016 @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.5.2-SNAPSHOT + 4.5.3-SNAPSHOT fluent-hc Apache HttpClient Fluent API Modified: httpcomponents/httpclient/branches/4.5.x/httpclient-cache/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/httpclient-cache/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff ============================================================================== --- httpcomponents/httpclient/branches/4.5.x/httpclient-cache/pom.xml (original) +++ httpcomponents/httpclient/branches/4.5.x/httpclient-cache/pom.xml Fri Feb 26 11:39:03 2016 @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.5.2-SNAPSHOT + 4.5.3-SNAPSHOT httpclient-cache Apache HttpClient Cache Modified: httpcomponents/httpclient/branches/4.5.x/httpclient-osgi/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/httpclient-osgi/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff ============================================================================== --- httpcomponents/httpclient/branches/4.5.x/httpclient-osgi/pom.xml (original) +++ httpcomponents/httpclient/branches/4.5.x/httpclient-osgi/pom.xml Fri Feb 26 11:39:03 2016 @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.5.2-SNAPSHOT + 4.5.3-SNAPSHOT httpclient-osgi Apache HttpClient OSGi bundle Modified: httpcomponents/httpclient/branches/4.5.x/httpclient-win/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/httpclient-win/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff ============================================================================== --- httpcomponents/httpclient/branches/4.5.x/httpclient-win/pom.xml (original) +++ httpcomponents/httpclient/branches/4.5.x/httpclient-win/pom.xml Fri Feb 26 11:39:03 2016 @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.5.2-SNAPSHOT + 4.5.3-SNAPSHOT httpclient-win Apache HttpClient Windows features Modified: httpcomponents/httpclient/branches/4.5.x/httpclient/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/httpclient/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff ============================================================================== --- httpcomponents/httpclient/branches/4.5.x/httpclient/pom.xml (original) +++ httpcomponents/httpclient/branches/4.5.x/httpclient/pom.xml Fri Feb 26 11:39:03 2016 @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.5.2-SNAPSHOT + 4.5.3-SNAPSHOT httpclient Apache HttpClient Modified: httpcomponents/httpclient/branches/4.5.x/httpmime/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/httpmime/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff ============================================================================== --- httpcomponents/httpclient/branches/4.5.x/httpmime/pom.xml (original) +++ httpcomponents/httpclient/branches/4.5.x/httpmime/pom.xml Fri Feb 26 11:39:03 2016 @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.5.2-SNAPSHOT + 4.5.3-SNAPSHOT httpmime Apache HttpClient Mime Modified: httpcomponents/httpclient/branches/4.5.x/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff ============================================================================== --- httpcomponents/httpclient/branches/4.5.x/pom.xml (original) +++ httpcomponents/httpclient/branches/4.5.x/pom.xml Fri Feb 26 11:39:03 2016 @@ -33,7 +33,7 @@ 4.0.0 httpcomponents-client Apache HttpComponents Client - 4.5.2-SNAPSHOT + 4.5.3-SNAPSHOT Apache HttpComponents Client is a library of components for building client side HTTP services http://hc.apache.org/httpcomponents-client-ga/ 1999