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 3C28217DCE for ; Sat, 18 Oct 2014 11:42:52 +0000 (UTC) Received: (qmail 30110 invoked by uid 500); 18 Oct 2014 11:42:52 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 30068 invoked by uid 500); 18 Oct 2014 11:42:52 -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 30059 invoked by uid 99); 18 Oct 2014 11:42:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2014 11:42:52 +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; Sat, 18 Oct 2014 11:42:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A37C1238888F for ; Sat, 18 Oct 2014 11:42:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1632770 - in /httpcomponents/httpcore/tags/4.3.3-RC1: ./ httpcore-ab/pom.xml httpcore-nio/pom.xml httpcore-osgi/pom.xml httpcore/pom.xml pom.xml Date: Sat, 18 Oct 2014 11:42:25 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141018114225.A37C1238888F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Sat Oct 18 11:42:24 2014 New Revision: 1632770 URL: http://svn.apache.org/r1632770 Log: HttpCore 4.3.3 RC1 tag Added: httpcomponents/httpcore/tags/4.3.3-RC1/ (props changed) - copied from r1632769, httpcomponents/httpcore/branches/4.3.x/ Modified: httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-ab/pom.xml httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-nio/pom.xml httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-osgi/pom.xml httpcomponents/httpcore/tags/4.3.3-RC1/httpcore/pom.xml httpcomponents/httpcore/tags/4.3.3-RC1/pom.xml Propchange: httpcomponents/httpcore/tags/4.3.3-RC1/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sat Oct 18 11:42:24 2014 @@ -0,0 +1,11 @@ + +.project +.classpath +bin +lib +.settings +dist +target +.pmd +.idea +*.iml Propchange: httpcomponents/httpcore/tags/4.3.3-RC1/ ------------------------------------------------------------------------------ --- svn:mergeinfo (added) +++ svn:mergeinfo Sat Oct 18 11:42:24 2014 @@ -0,0 +1 @@ +/httpcomponents/httpcore/branches/ibm_compat_branch:755687-758898 Modified: httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-ab/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-ab/pom.xml?rev=1632770&r1=1632769&r2=1632770&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-ab/pom.xml (original) +++ httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-ab/pom.xml Sat Oct 18 11:42:24 2014 @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-core - 4.3.3-SNAPSHOT + 4.3.3 httpcore-ab Apache HttpCore Benchmarking Tool Modified: httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-nio/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-nio/pom.xml?rev=1632770&r1=1632769&r2=1632770&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-nio/pom.xml (original) +++ httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-nio/pom.xml Sat Oct 18 11:42:24 2014 @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-core - 4.3.3-SNAPSHOT + 4.3.3 httpcore-nio Apache HttpCore NIO Modified: httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-osgi/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-osgi/pom.xml?rev=1632770&r1=1632769&r2=1632770&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-osgi/pom.xml (original) +++ httpcomponents/httpcore/tags/4.3.3-RC1/httpcore-osgi/pom.xml Sat Oct 18 11:42:24 2014 @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-core - 4.3.3-SNAPSHOT + 4.3.3 httpcore-osgi Apache HttpCore OSGi bundle Modified: httpcomponents/httpcore/tags/4.3.3-RC1/httpcore/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.3.3-RC1/httpcore/pom.xml?rev=1632770&r1=1632769&r2=1632770&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.3.3-RC1/httpcore/pom.xml (original) +++ httpcomponents/httpcore/tags/4.3.3-RC1/httpcore/pom.xml Sat Oct 18 11:42:24 2014 @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-core - 4.3.3-SNAPSHOT + 4.3.3 httpcore Apache HttpCore Modified: httpcomponents/httpcore/tags/4.3.3-RC1/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/tags/4.3.3-RC1/pom.xml?rev=1632770&r1=1632769&r2=1632770&view=diff ============================================================================== --- httpcomponents/httpcore/tags/4.3.3-RC1/pom.xml (original) +++ httpcomponents/httpcore/tags/4.3.3-RC1/pom.xml Sat Oct 18 11:42:24 2014 @@ -33,7 +33,7 @@ 4.0.0 httpcomponents-core Apache HttpComponents Core - 4.3.3-SNAPSHOT + 4.3.3 Core components to build HTTP enabled services http://hc.apache.org/httpcomponents-core 2005 @@ -58,9 +58,9 @@ - scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.3.x - scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.3.x - https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.3.x + scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.3.3 + scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.3.3 + https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.3.3