Return-Path: Delivered-To: apmail-hc-commits-archive@www.apache.org Received: (qmail 84019 invoked from network); 17 Feb 2009 20:49:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2009 20:49:09 -0000 Received: (qmail 85579 invoked by uid 500); 17 Feb 2009 20:49:09 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 85551 invoked by uid 500); 17 Feb 2009 20:49:08 -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 85542 invoked by uid 99); 17 Feb 2009 20:49:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 12:49:08 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Tue, 17 Feb 2009 20:49:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 236612388975; Tue, 17 Feb 2009 20:48:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r745253 - in /httpcomponents/httpcore/trunk: module-main/pom.xml module-nio/pom.xml module-osgi-bundle/pom.xml pom.xml Date: Tue, 17 Feb 2009 20:48:47 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090217204848.236612388975@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Tue Feb 17 20:48:47 2009 New Revision: 745253 URL: http://svn.apache.org/viewvc?rev=745253&view=rev Log: Upgraded version to 4.1-SNAPSHOT Modified: httpcomponents/httpcore/trunk/module-main/pom.xml httpcomponents/httpcore/trunk/module-nio/pom.xml httpcomponents/httpcore/trunk/module-osgi-bundle/pom.xml httpcomponents/httpcore/trunk/pom.xml Modified: httpcomponents/httpcore/trunk/module-main/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-main/pom.xml?rev=745253&r1=745252&r2=745253&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/module-main/pom.xml (original) +++ httpcomponents/httpcore/trunk/module-main/pom.xml Tue Feb 17 20:48:47 2009 @@ -34,7 +34,7 @@ org.apache.httpcomponents httpcomponents-core - 4.0 + 4.1-SNAPSHOT httpcore HttpCore Modified: httpcomponents/httpcore/trunk/module-nio/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-nio/pom.xml?rev=745253&r1=745252&r2=745253&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/module-nio/pom.xml (original) +++ httpcomponents/httpcore/trunk/module-nio/pom.xml Tue Feb 17 20:48:47 2009 @@ -34,7 +34,7 @@ org.apache.httpcomponents httpcomponents-core - 4.0 + 4.1-SNAPSHOT httpcore-nio HttpCore NIO Modified: httpcomponents/httpcore/trunk/module-osgi-bundle/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-osgi-bundle/pom.xml?rev=745253&r1=745252&r2=745253&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/module-osgi-bundle/pom.xml (original) +++ httpcomponents/httpcore/trunk/module-osgi-bundle/pom.xml Tue Feb 17 20:48:47 2009 @@ -34,7 +34,7 @@ org.apache.httpcomponents httpcomponents-core - 4.0 + 4.1-SNAPSHOT httpcore-osgi HttpCore OSGi bundle Modified: httpcomponents/httpcore/trunk/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=745253&r1=745252&r2=745253&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/pom.xml (original) +++ httpcomponents/httpcore/trunk/pom.xml Tue Feb 17 20:48:47 2009 @@ -39,7 +39,7 @@ org.apache.httpcomponents httpcomponents-core HttpComponents Core - 4.0 + 4.1-SNAPSHOT Core components to build HTTP enabled services http://hc.apache.org/httpcomponents-core/ 2005