Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 93332 invoked from network); 25 Feb 2009 08:26:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Feb 2009 08:26:10 -0000 Received: (qmail 89952 invoked by uid 500); 25 Feb 2009 08:26:09 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 89894 invoked by uid 500); 25 Feb 2009 08:26:09 -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 89885 invoked by uid 99); 25 Feb 2009 08:26:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 00:26:09 -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; Wed, 25 Feb 2009 08:26:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 294232388962; Wed, 25 Feb 2009 08:25:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r747705 - /commons/proper/exec/trunk/pom.xml Date: Wed, 25 Feb 2009 08:25:48 -0000 To: commits@commons.apache.org From: sgoeschl@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090225082548.294232388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sgoeschl Date: Wed Feb 25 08:25:47 2009 New Revision: 747705 URL: http://svn.apache.org/viewvc?rev=747705&view=rev Log: Preparing new release candidate using a "proper" version number. 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=747705&r1=747704&r2=747705&view=diff ============================================================================== --- commons/proper/exec/trunk/pom.xml (original) +++ commons/proper/exec/trunk/pom.xml Wed Feb 25 08:25:47 2009 @@ -27,7 +27,7 @@ Commons Exec org.apache.commons commons-exec - 1.0.0-SNAPSHOT + 1.0-SNAPSHOT A library to reliably execute external processes from within the JVM http://commons.apache.org/exec/