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 1D536DF89 for ; Mon, 24 Sep 2012 18:52:55 +0000 (UTC) Received: (qmail 86484 invoked by uid 500); 24 Sep 2012 18:52:55 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 86449 invoked by uid 500); 24 Sep 2012 18:52:55 -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 86441 invoked by uid 99); 24 Sep 2012 18:52:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 18:52:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 18:52:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6DFA023888CD for ; Mon, 24 Sep 2012 18:52:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1389512 - in /httpcomponents/httpasyncclient/tags/4.0-beta3-RC1: ./ httpasyncclient-cache/pom.xml httpasyncclient-osgi/pom.xml httpasyncclient/pom.xml pom.xml Date: Mon, 24 Sep 2012 18:52:10 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120924185210.6DFA023888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Mon Sep 24 18:52:09 2012 New Revision: 1389512 URL: http://svn.apache.org/viewvc?rev=1389512&view=rev Log: HttpAsyncClient 4.0-beta3 RC1 Added: httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/ (props changed) - copied from r1389510, httpcomponents/httpasyncclient/trunk/ Modified: httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-cache/pom.xml httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-osgi/pom.xml httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient/pom.xml httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/pom.xml Propchange: httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Mon Sep 24 18:52:09 2012 @@ -0,0 +1,4 @@ +target +.settings +.classpath +.project Propchange: httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/ ------------------------------------------------------------------------------ --- svn:mergeinfo (added) +++ svn:mergeinfo Mon Sep 24 18:52:09 2012 @@ -0,0 +1,2 @@ +/httpcomponents/httpasyncclient/branches/conn-mgmt-redesign:1155312-1159070 +/httpcomponents/httpasyncclient/branches/protocol-handler-refactoring:1167093-1174316 Modified: httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-cache/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-cache/pom.xml?rev=1389512&r1=1389510&r2=1389512&view=diff ============================================================================== --- httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-cache/pom.xml (original) +++ httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-cache/pom.xml Mon Sep 24 18:52:09 2012 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-asyncclient - 4.0-beta3-SNAPSHOT + 4.0-beta3 httpasyncclient-cache HttpAsyncClient Cache Modified: httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-osgi/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-osgi/pom.xml?rev=1389512&r1=1389510&r2=1389512&view=diff ============================================================================== --- httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-osgi/pom.xml (original) +++ httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-osgi/pom.xml Mon Sep 24 18:52:09 2012 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-asyncclient - 4.0-beta3-SNAPSHOT + 4.0-beta3 httpasyncclient-osgi HttpAsyncClient OSGi bundle Modified: httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient/pom.xml?rev=1389512&r1=1389510&r2=1389512&view=diff ============================================================================== --- httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient/pom.xml (original) +++ httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient/pom.xml Mon Sep 24 18:52:09 2012 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-asyncclient - 4.0-beta3-SNAPSHOT + 4.0-beta3 httpasyncclient HttpAsyncClient Modified: httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/pom.xml?rev=1389512&r1=1389510&r2=1389512&view=diff ============================================================================== --- httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/pom.xml (original) +++ httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/pom.xml Mon Sep 24 18:52:09 2012 @@ -34,7 +34,7 @@ 4.0.0 httpcomponents-asyncclient HttpComponents AsyncClient - 4.0-beta3-SNAPSHOT + 4.0-beta3 Components to build asynchronous client side HTTP services http://hc.apache.org/httpcomponents-asyncclient 2010 @@ -59,9 +59,9 @@ - scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk - scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk - https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk + scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-beta3 + scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-beta3 + https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-beta3