Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 97376 invoked from network); 7 Jul 2006 15:35:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jul 2006 15:35:43 -0000 Received: (qmail 34702 invoked by uid 500); 7 Jul 2006 15:35:40 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 34661 invoked by uid 500); 7 Jul 2006 15:35:39 -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 34650 invoked by uid 99); 7 Jul 2006 15:35:39 -0000 Received-SPF: pass (hermes.apache.org: domain of david.blevins@visi.com designates 208.42.156.2 as permitted sender) Received: from [208.42.156.2] (HELO conn.mc.mpls.visi.com) (208.42.156.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2006 08:35:39 -0700 Received: from [192.168.42.22] (68-171-58-68.vnnyca.adelphia.net [68.171.58.68]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by conn.mc.mpls.visi.com (Postfix) with ESMTP id 93F2B84C1 for ; Fri, 7 Jul 2006 10:34:48 -0500 (CDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: <44ADD549.7050006@apache.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Blevins Subject: Re: Tag 1.1 issue? Date: Fri, 7 Jul 2006 08:34:43 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Jul 7, 2006, at 6:32 AM, Kevan Miller wrote: > > On Jul 6, 2006, at 11:30 PM, Jeff Genender wrote: > >> I tried to build the v1.1 of Geronimo tag and I noticed that when >> I went >> to do a m:co of openejb, it is giving me the openejb branch >> instead of >> the 2.1 tag. Sure enough, upon perusal of the tagged root maven.xml, >> its pulling the openejb branch and not the tag. >> >> I am assuming this is an oversight and it should pull the tag orf >> openejb, not the branch. Do we need this fixed so we can do a >> build of >> our svn tagged 1.1? > > Yes, I noticed this yesterday, also. The build works if you don't > run m:co (the openejb 2.1 dependencies). So, I don't think we need > to rush to fix this. Instead we can wait to fix in the normal 1.1.1 > release cycle, which I think should be soon (in July). > > Clearly something that needs to be in a release process checklist. At release time is one of the rare moments where we don't have a snapshot dependency on OpenEJB. Why wouldn't we just disable the m:co? -David