Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 92772 invoked from network); 11 Jan 2008 13:45:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jan 2008 13:45:42 -0000 Received: (qmail 50799 invoked by uid 500); 11 Jan 2008 13:45:31 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 50768 invoked by uid 500); 11 Jan 2008 13:45:31 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 50758 invoked by uid 99); 11 Jan 2008 13:45:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 05:45:30 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mcculls@gmail.com designates 66.249.82.234 as permitted sender) Received: from [66.249.82.234] (HELO wx-out-0506.google.com) (66.249.82.234) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 13:45:07 +0000 Received: by wx-out-0506.google.com with SMTP id t5so782613wxc.16 for ; Fri, 11 Jan 2008 05:45:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=wkfeeThsVYW0YAVa9Vn5IC5uAmaqQcBclKewFDRMVuU=; b=HD7Hr6qYYJKqfCJM310az6D1G1F0xXl9Vqv7Av47x1qimFrDyMZhojYluifvMa07cSHGQVAh2qbULh7gPmpvqALzreGi3Ta1LLkPjNuBFFls3tUgbaKc8isb5u6sUqztYo4mIsSLaKqKs/gqQtv6K7Tz0Y1SeOMjF+HLOgsedAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=o3jIdVXDsfOD/+dqUacXpU9lIa9c9/Wl19cmx1o2ZxDo4ctBotVeFTwqhTll1Wc7JSHa15rj6F7kojh0R2PdtKYO9iyUzwqkyO4fFgHW+FRWggM3SqaZR8ad6OiYxeio5lrmWUBeN4omZUfRyjhCnjrA6b/6w6kfSd8OWHUS60s= Received: by 10.151.15.3 with SMTP id s3mr1335095ybi.143.1200059112485; Fri, 11 Jan 2008 05:45:12 -0800 (PST) Received: by 10.150.143.4 with HTTP; Fri, 11 Jan 2008 05:45:12 -0800 (PST) Message-ID: <81f0d9c0801110545t2be5d6bfxa8380a3e92b1f95@mail.gmail.com> Date: Fri, 11 Jan 2008 21:45:12 +0800 From: "Stuart McCulloch" Sender: mcculls@gmail.com To: dev@felix.apache.org Subject: Re: [Vote Result] release maven-obr-plugin 1.0.0 In-Reply-To: <81f0d9c0801102015i5c0d2a37if3c151596873a450@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_413_17701636.1200059112486" References: <81f0d9c0801101938i3bf2888eyb68b2cfe73c9ac6b@mail.gmail.com> <81f0d9c0801102015i5c0d2a37if3c151596873a450@mail.gmail.com> X-Google-Sender-Auth: c81c79822b953e87 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_413_17701636.1200059112486 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/01/2008, Stuart McCulloch wrote: > > On 11/01/2008, Stuart McCulloch wrote: > > > > The vote for releasing 1.0.0 of the maven-obr-plugin sub-project has > > passed successfully > > with +1 votes from Richard S. Hall, Carsten Ziegeler, Stuart McCulloch, > > Felix Meschberger, > > Karl Pauls, and Clement Escoffier > > > > I'll upload the release today - unfortunately, I'll need to make another > > release because > > a colleague has just found that there's a bug in the maven-obr-plugin's > > VersionRange > > class where it doesn't handle version strings surrounded by quotes (") - > > it's a minor fix > > > sorry, that reasoning wasn't quite correct - the actual issue is with the > following string: > > version="[1.0.0, 2.0.0)" > > and it appears the extra space causes the parsing to fail - still needs a > fix though :( > FYI, I've fixed this under https://issues.apache.org/jira/browse/FELIX-456 this isn't a major issue, as people can remove the whitespace manually, so I think I'll press ahead with getting the bundleplugin release ready and come back to this later on... We only just noticed this as Bnd now properly quotes version strings with > > certain chars. > > > > -- > > Cheers, Stuart > > > -- > Cheers, Stuart -- Cheers, Stuart ------=_Part_413_17701636.1200059112486--