Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 41938 invoked from network); 11 Oct 2009 21:36:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Oct 2009 21:36:17 -0000 Received: (qmail 28746 invoked by uid 500); 11 Oct 2009 21:36:16 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 28661 invoked by uid 500); 11 Oct 2009 21:36:16 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 28652 invoked by uid 99); 11 Oct 2009 21:36:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Oct 2009 21:36:16 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= 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, 11 Oct 2009 21:36:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 37C012388908; Sun, 11 Oct 2009 21:35:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r824182 - /commons/proper/exec/trunk/pom.xml Date: Sun, 11 Oct 2009 21:35:54 -0000 To: commits@commons.apache.org From: sgoeschl@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091011213554.37C012388908@eris.apache.org> Author: sgoeschl Date: Sun Oct 11 21:35:53 2009 New Revision: 824182 URL: http://svn.apache.org/viewvc?rev=824182&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/exec/trunk/pom.xml Modified: commons/proper/exec/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=824182&r1=824181&r2=824182&view=diff ============================================================================== --- commons/proper/exec/trunk/pom.xml (original) +++ commons/proper/exec/trunk/pom.xml Sun Oct 11 21:35:53 2009 @@ -25,7 +25,7 @@ Commons Exec org.apache.commons commons-exec - 1.0.1 + 1.0.2-SNAPSHOT A library to reliably execute external processes from within the JVM http://commons.apache.org/exec/ @@ -79,9 +79,9 @@ - scm:svn:http://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC5 - scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC5 - http://svn.apache.org/viewvc/commons/proper/exec/tags/EXEC_1_0_1_RC5 + scm:svn:http://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC3 + scm:svn:https://svn.apache.org/repos/asf/commons/proper/exec/tags/EXEC_1_0_1_RC3 + http://svn.apache.org/viewvc/commons/proper/exec/tags/EXEC_1_0_1_RC3