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 C7F446688 for ; Sun, 10 Jul 2011 10:53:15 +0000 (UTC) Received: (qmail 26319 invoked by uid 500); 10 Jul 2011 10:53:15 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 26265 invoked by uid 500); 10 Jul 2011 10:53:11 -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 26258 invoked by uid 99); 10 Jul 2011 10:53:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jul 2011 10:53:10 +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, 10 Jul 2011 10:53:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 56B7123889E7 for ; Sun, 10 Jul 2011 10:52:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1144816 - in /httpcomponents/httpcore/tags/4.1.2-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, 10 Jul 2011 10:52:45 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110710105245.56B7123889E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Sun Jul 10 10:52:44 2011 New Revision: 1144816 URL: http://svn.apache.org/viewvc?rev=1144816&view=rev Log: HttpCore 4.1.2 RC1 tag Added: httpcomponents/httpcore/tags/4.1.2-RC1/ (props changed) - copied from r1144814, httpcomponents/httpcore/branches/4.1.x/ Modified: httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-ab/pom.xml httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-benchmark/pom.xml httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-contrib/pom.xml httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-nio/pom.xml httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-osgi/pom.xml httpcomponents/httpcore/tags/4.1.2-RC1/httpcore/pom.xml httpcomponents/httpcore/tags/4.1.2-RC1/pom.xml Propchange: httpcomponents/httpcore/tags/4.1.2-RC1/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sun Jul 10 10:52:44 2011 @@ -0,0 +1,9 @@ + +.project +.classpath +bin +lib +.settings +dist +target +.pmd Propchange: httpcomponents/httpcore/tags/4.1.2-RC1/ ------------------------------------------------------------------------------ --- svn:mergeinfo (added) +++ svn:mergeinfo Sun Jul 10 10:52:44 2011 @@ -0,0 +1,2 @@ +/httpcomponents/httpcore/branches/ibm_compat_branch:755687-758898 +/httpcomponents/httpcore/trunk:1102241-1102657,1133031-1134569,1134571,1139799-1140255 Modified: httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-ab/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-ab/pom.xml?rev=1144816&r1=1144814&r2=1144816&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-ab/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-ab/pom.xml Sun Jul 10 10:52:44 2011 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-core - 4.1.2-SNAPSHOT + 4.1.2 httpcore-ab HttpCore AB clone Modified: httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-benchmark/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-benchmark/pom.xml?rev=1144816&r1=1144814&r2=1144816&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-benchmark/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-benchmark/pom.xml Sun Jul 10 10:52:44 2011 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-core - 4.1.2-SNAPSHOT + 4.1.2 httpcore-benchmark HttpCore Benchmarks Modified: httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-contrib/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-contrib/pom.xml?rev=1144816&r1=1144814&r2=1144816&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-contrib/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-contrib/pom.xml Sun Jul 10 10:52:44 2011 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-core - 4.1.2-SNAPSHOT + 4.1.2 httpcore-contrib HttpCore Contrib Modified: httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-nio/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-nio/pom.xml?rev=1144816&r1=1144814&r2=1144816&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-nio/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-nio/pom.xml Sun Jul 10 10:52:44 2011 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-core - 4.1.2-SNAPSHOT + 4.1.2 httpcore-nio HttpCore NIO Modified: httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-osgi/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-osgi/pom.xml?rev=1144816&r1=1144814&r2=1144816&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-osgi/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.2-RC1/httpcore-osgi/pom.xml Sun Jul 10 10:52:44 2011 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-core - 4.1.2-SNAPSHOT + 4.1.2 httpcore-osgi HttpCore OSGi bundle Modified: httpcomponents/httpcore/tags/4.1.2-RC1/httpcore/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.2-RC1/httpcore/pom.xml?rev=1144816&r1=1144814&r2=1144816&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.2-RC1/httpcore/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.2-RC1/httpcore/pom.xml Sun Jul 10 10:52:44 2011 @@ -30,7 +30,7 @@ org.apache.httpcomponents httpcomponents-core - 4.1.2-SNAPSHOT + 4.1.2 httpcore HttpCore Modified: httpcomponents/httpcore/tags/4.1.2-RC1/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.1.2-RC1/pom.xml?rev=1144816&r1=1144814&r2=1144816&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.1.2-RC1/pom.xml (original) +++ httpcomponents/httpcore/tags/4.1.2-RC1/pom.xml Sun Jul 10 10:52:44 2011 @@ -35,7 +35,7 @@ org.apache.httpcomponents httpcomponents-core HttpComponents Core - 4.1.2-SNAPSHOT + 4.1.2 Core components to build HTTP enabled services http://hc.apache.org/httpcomponents-core 2005 @@ -60,9 +60,9 @@ - scm:svn:http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk - scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk - http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk + scm:svn:http://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.1.2 + scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.1.2 + http://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.1.2