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 A8F4298ED for ; Sun, 18 Dec 2011 16:10:18 +0000 (UTC) Received: (qmail 68135 invoked by uid 500); 18 Dec 2011 16:10:18 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 68107 invoked by uid 500); 18 Dec 2011 16:10:18 -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 68100 invoked by uid 99); 18 Dec 2011 16:10:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Dec 2011 16:10:18 +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; Sun, 18 Dec 2011 16:10:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E4C972388980 for ; Sun, 18 Dec 2011 16:09:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1220447 - in /httpcomponents/httpcore/tags/4.1.4-RC1: ./ httpcore-ab/pom.xml httpcore-benchmark/pom.xml httpcore-contrib/pom.xml httpcore-nio/pom.xml httpcore-osgi/pom.xml httpcore/pom.xml pom.xml Date: Sun, 18 Dec 2011 16:09:56 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111218160956.E4C972388980@eris.apache.org> Author: olegk Date: Sun Dec 18 16:09:56 2011 New Revision: 1220447 URL: http://svn.apache.org/viewvc?rev=1220447&view=rev Log: HttpCore 4.1.4 RC1 tag Added: httpcomponents/httpcore/tags/4.1.4-RC1/ (props changed) - copied from r1220444, httpcomponents/httpcore/branches/4.1.x/ Modified: httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-ab/pom.xml httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-benchmark/pom.xml httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-contrib/pom.xml httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-nio/pom.xml httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-osgi/pom.xml httpcomponents/httpcore/tags/4.1.4-RC1/httpcore/pom.xml httpcomponents/httpcore/tags/4.1.4-RC1/pom.xml Propchange: httpcomponents/httpcore/tags/4.1.4-RC1/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Dec 18 16:09:56 2011 @@ -0,0 +1,9 @@ + +.project +.classpath +bin +lib +.settings +dist +target +.pmd Propchange: httpcomponents/httpcore/tags/4.1.4-RC1/ ------------------------------------------------------------------------------ --- svn:mergeinfo (added) +++ svn:mergeinfo Sun Dec 18 16:09:56 2011 @@ -0,0 +1,2 @@ +/httpcomponents/httpcore/branches/ibm_compat_branch:755687-758898 +/httpcomponents/httpcore/trunk:1102241-1102657,1133031-1134569,1134571,1139799-1140255,1149742-1150202,1157055,1157114 Modified: httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-ab/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-ab/pom.xml?rev=1220447&r1=1220444&r2=1220447&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-ab/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-ab/pom.xml Sun Dec 18 16:09:56 2011 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-core - 4.1.4-SNAPSHOT + 4.1.4 httpcore-ab HttpCore AB clone Modified: httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-benchmark/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-benchmark/pom.xml?rev=1220447&r1=1220444&r2=1220447&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-benchmark/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-benchmark/pom.xml Sun Dec 18 16:09:56 2011 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-core - 4.1.4-SNAPSHOT + 4.1.4 httpcore-benchmark HttpCore Benchmarks Modified: httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-contrib/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-contrib/pom.xml?rev=1220447&r1=1220444&r2=1220447&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-contrib/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-contrib/pom.xml Sun Dec 18 16:09:56 2011 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-core - 4.1.4-SNAPSHOT + 4.1.4 httpcore-contrib HttpCore Contrib Modified: httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-nio/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-nio/pom.xml?rev=1220447&r1=1220444&r2=1220447&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-nio/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-nio/pom.xml Sun Dec 18 16:09:56 2011 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-core - 4.1.4-SNAPSHOT + 4.1.4 httpcore-nio HttpCore NIO Modified: httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-osgi/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-osgi/pom.xml?rev=1220447&r1=1220444&r2=1220447&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-osgi/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.4-RC1/httpcore-osgi/pom.xml Sun Dec 18 16:09:56 2011 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-core - 4.1.4-SNAPSHOT + 4.1.4 httpcore-osgi HttpCore OSGi bundle Modified: httpcomponents/httpcore/tags/4.1.4-RC1/httpcore/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.4-RC1/httpcore/pom.xml?rev=1220447&r1=1220444&r2=1220447&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.4-RC1/httpcore/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.4-RC1/httpcore/pom.xml Sun Dec 18 16:09:56 2011 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-core - 4.1.4-SNAPSHOT + 4.1.4 httpcore HttpCore Modified: httpcomponents/httpcore/tags/4.1.4-RC1/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.4-RC1/pom.xml?rev=1220447&r1=1220444&r2=1220447&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.4-RC1/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.4-RC1/pom.xml Sun Dec 18 16:09:56 2011 @@ -35,7 +35,7 @@ org.apache.httpcomponents httpcomponents-core HttpComponents Core - 4.1.4-SNAPSHOT + 4.1.4 Core components to build HTTP enabled services http://hc.apache.org/httpcomponents-core 2005