Return-Path: Delivered-To: apmail-ode-commits-archive@www.apache.org Received: (qmail 72896 invoked from network); 6 Feb 2009 21:22:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2009 21:22:38 -0000 Received: (qmail 85974 invoked by uid 500); 6 Feb 2009 21:22:38 -0000 Delivered-To: apmail-ode-commits-archive@ode.apache.org Received: (qmail 85946 invoked by uid 500); 6 Feb 2009 21:22:38 -0000 Mailing-List: contact commits-help@ode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ode.apache.org Delivered-To: mailing list commits@ode.apache.org Received: (qmail 85936 invoked by uid 99); 6 Feb 2009 21:22:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 13:22:38 -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; Fri, 06 Feb 2009 21:22:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 97B762388AE9; Fri, 6 Feb 2009 21:22:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r741734 - /ode/trunk/Buildfile Date: Fri, 06 Feb 2009 21:22:15 -0000 To: commits@ode.apache.org From: mriou@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090206212215.97B762388AE9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mriou Date: Fri Feb 6 21:22:15 2009 New Revision: 741734 URL: http://svn.apache.org/viewvc?rev=741734&view=rev Log: Think I found a bug in the way buildr splits the release version. Modified: ode/trunk/Buildfile Modified: ode/trunk/Buildfile URL: http://svn.apache.org/viewvc/ode/trunk/Buildfile?rev=741734&r1=741733&r2=741734&view=diff ============================================================================== --- ode/trunk/Buildfile (original) +++ ode/trunk/Buildfile Fri Feb 6 21:22:15 2009 @@ -25,8 +25,8 @@ # Keep this structure to allow the build system to update version numbers. -VERSION_NUMBER = "2.0-beta1-SNAPSHOT" -NEXT_VERSION = "2.0-beta2" +VERSION_NUMBER = "2.0beta1-SNAPSHOT" +NEXT_VERSION = "2.0beta2" # finds one or artifacts by a regex in a set of artifacts def findArtifacts(artifacts, expr)