Return-Path: Delivered-To: apmail-jakarta-httpcomponents-commits-archive@www.apache.org Received: (qmail 19238 invoked from network); 5 Oct 2007 09:55:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 09:55:45 -0000 Received: (qmail 86764 invoked by uid 500); 5 Oct 2007 09:55:34 -0000 Delivered-To: apmail-jakarta-httpcomponents-commits-archive@jakarta.apache.org Received: (qmail 86746 invoked by uid 500); 5 Oct 2007 09:55:34 -0000 Mailing-List: contact httpcomponents-commits-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: httpcomponents-dev@jakarta.apache.org Delivered-To: mailing list httpcomponents-commits@jakarta.apache.org Received: (qmail 86737 invoked by uid 99); 5 Oct 2007 09:55:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 02:55:34 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 09:55:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9DB0B1A9844; Fri, 5 Oct 2007 02:54:54 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r582176 - in /jakarta/httpcomponents/httpcore/trunk: module-main/pom.xml module-nio/pom.xml module-niossl/pom.xml pom.xml Date: Fri, 05 Oct 2007 09:54:53 -0000 To: httpcomponents-commits@jakarta.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071005095454.9DB0B1A9844@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Fri Oct 5 02:54:52 2007 New Revision: 582176 URL: http://svn.apache.org/viewvc?rev=582176&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml jakarta/httpcomponents/httpcore/trunk/module-niossl/pom.xml jakarta/httpcomponents/httpcore/trunk/pom.xml Modified: jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml?rev=582176&r1=582175&r2=582176&view=diff ============================================================================== --- jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml (original) +++ jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml Fri Oct 5 02:54:52 2007 @@ -34,7 +34,7 @@ org.apache.httpcomponents httpcomponents-core - 4.0-alpha6 + 4.0-alpha7-SNAPSHOT httpcore HttpCore (base module) @@ -54,9 +54,9 @@ - scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha6/module-main - scm:svn:https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha6/module-main - http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha6/module-main + scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-main + scm:svn:https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-main + http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-main Modified: jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml?rev=582176&r1=582175&r2=582176&view=diff ============================================================================== --- jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml (original) +++ jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml Fri Oct 5 02:54:52 2007 @@ -34,7 +34,7 @@ org.apache.httpcomponents httpcomponents-core - 4.0-alpha6 + 4.0-alpha7-SNAPSHOT httpcore-nio HttpCore (NIO extensions module) @@ -54,9 +54,9 @@ - scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha6/module-nio - scm:svn:https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha6/module-nio - http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha6/module-nio + scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-nio + scm:svn:https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-nio + http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-nio Modified: jakarta/httpcomponents/httpcore/trunk/module-niossl/pom.xml URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-niossl/pom.xml?rev=582176&r1=582175&r2=582176&view=diff ============================================================================== --- jakarta/httpcomponents/httpcore/trunk/module-niossl/pom.xml (original) +++ jakarta/httpcomponents/httpcore/trunk/module-niossl/pom.xml Fri Oct 5 02:54:52 2007 @@ -34,7 +34,7 @@ org.apache.httpcomponents httpcomponents-core - 4.0-alpha6 + 4.0-alpha7-SNAPSHOT httpcore-niossl HttpCore (NIO SSL extensions module) @@ -54,9 +54,9 @@ - scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha6/module-niossl - scm:svn:https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha6/module-niossl - http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha6/module-niossl + scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-niossl + scm:svn:https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-niossl + http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-niossl Modified: jakarta/httpcomponents/httpcore/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/pom.xml?rev=582176&r1=582175&r2=582176&view=diff ============================================================================== --- jakarta/httpcomponents/httpcore/trunk/pom.xml (original) +++ jakarta/httpcomponents/httpcore/trunk/pom.xml Fri Oct 5 02:54:52 2007 @@ -38,7 +38,7 @@ org.apache.httpcomponents httpcomponents-core HttpComponents Core - 4.0-alpha6 + 4.0-alpha7-SNAPSHOT Core components to build HTTP enabled services http://jakarta.apache.org/httpcomponents/httpcomponents-core/ 2005 @@ -63,9 +63,9 @@ - scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha6 - scm:svn:https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha6 - http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha6 + scm:svn:http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk + scm:svn:https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk + http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk