Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 58674 invoked from network); 14 Dec 2007 00:43:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2007 00:43:13 -0000 Received: (qmail 17823 invoked by uid 500); 14 Dec 2007 00:43:01 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 17772 invoked by uid 500); 14 Dec 2007 00:43:01 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 17761 invoked by uid 99); 14 Dec 2007 00:43:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 16:43:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jgawor@gmail.com designates 209.85.146.177 as permitted sender) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 00:42:40 +0000 Received: by wa-out-1112.google.com with SMTP id j4so1430808wah.1 for ; Thu, 13 Dec 2007 16:42:43 -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:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=9Q7w7obaH1Zy5ybHAhwv/H3D80WtYxswMFqPdHCD2UA=; b=tVq5REIqXf/Oz0T/PsjlJ+u1AvuS0eCd4vWXGoBkqnynaa31sKOpxFgx3/v4NLjEarGSTX0S++vvDamr9hwJv0MC1GgYwoixmi5GTYGJXLa0jI0ptNZ7tSFCXGNkj/XYfahJXvXVyrRrG79+pguuufLiKS8ago34fRCLIk6KfZc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=wwyu9P10AGYJituuhe5RH5xbv8McZIsyNv2mDz23Zi9cEzjhw+EDbsNu8Q8GXswO0x/WKgQ/EnTVT75GzfWz80MXxiHSi+RzUJbg7IpBfgWTbDEbqLKjis4q4qZMNerouWLhB65+322wZm4WJweDGFmOEvYAMDN2a6riNSmMs/c= Received: by 10.114.161.11 with SMTP id j11mr2975057wae.127.1197592963454; Thu, 13 Dec 2007 16:42:43 -0800 (PST) Received: by 10.114.150.10 with HTTP; Thu, 13 Dec 2007 16:42:43 -0800 (PST) Message-ID: <5eb405c70712131642i2d2ba32en8a7c2c64e6f243a1@mail.gmail.com> Date: Thu, 13 Dec 2007 19:42:43 -0500 From: "Jarek Gawor" To: dev@geronimo.apache.org Subject: Re: svn commit: r604053 - /geronimo/server/trunk/pom.xml In-Reply-To: <20071213224151.6272A1A9832@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071213224151.6272A1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Jason, Can you give a reason for this change? I might have to update a few machines. Thanks, Jarek On Dec 13, 2007 5:41 PM, wrote: > Author: jdillon > Date: Thu Dec 13 14:41:50 2007 > New Revision: 604053 > > URL: http://svn.apache.org/viewvc?rev=604053&view=rev > Log: > Require Maven 2.0.7 for now > > Modified: > geronimo/server/trunk/pom.xml > > Modified: geronimo/server/trunk/pom.xml > URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=604053&r1=604052&r2=604053&view=diff > ============================================================================== > --- geronimo/server/trunk/pom.xml (original) > +++ geronimo/server/trunk/pom.xml Thu Dec 13 14:41:50 2007 > @@ -2095,9 +2095,9 @@ > [1.5,1.6) > > > - > + > > - [2.0.5,) > + [2.0.7] > > > > > >