Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 7995 invoked from network); 30 Jun 2006 18:04:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2006 18:04:54 -0000 Received: (qmail 92026 invoked by uid 500); 30 Jun 2006 18:04:52 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 91985 invoked by uid 500); 30 Jun 2006 18:04:51 -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 91974 invoked by uid 99); 30 Jun 2006 18:04:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 11:04:51 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jason.dillon@gmail.com designates 64.233.184.236 as permitted sender) Received: from [64.233.184.236] (HELO wr-out-0506.google.com) (64.233.184.236) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 11:04:51 -0700 Received: by wr-out-0506.google.com with SMTP id 68so165379wri for ; Fri, 30 Jun 2006 11:04:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:subject:date:to:x-mailer:from:sender; b=Dwp64eoJ/GgsM8GWAT2ZmbJPg59fGvp3KEEaxpEdu/IWyuYH9JlWitj/xIVQ0dveANCbGAQtMecvW/a26I3wRLEXmNjfihQfpBaqfGOOOkMC75qvpUoN3HWFLeTqxSg4+Yt/Sj3xyveLpdkTOSRigvFXlAH1mnW4yxgstDdRPAY= Received: by 10.54.84.1 with SMTP id h1mr845308wrb; Fri, 30 Jun 2006 11:04:30 -0700 (PDT) Received: from ?10.0.1.5? ( [67.180.143.96]) by mx.gmail.com with ESMTP id 14sm2433053wrl.2006.06.30.11.04.28; Fri, 30 Jun 2006 11:04:30 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <44A5653D.9060308@apache.org> References: <20060630160706.98619.qmail@web31715.mail.mud.yahoo.com> <44A5653D.9060308@apache.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Subject: Re: [RTC] - Fix top pom to reference right plugin Date: Fri, 30 Jun 2006 11:04:19 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) From: Jason Dillon Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Jason Dillon wrote: >> FYI, we should be using ${pom.version} anywhere the project >> version is >> needed. No need for a custom property. > > I think its by coincidence that we have 1.2-SNAPSHOT for both the > plugin > and the G codebase...if its not coincidence, then it shouldn't be. > IMHO, the plugin should be versioned differently. In fact...I may even > go as far as to say, the packaging plugin can be useful outside of > geronimo itself (people building their own packages, etc) and probably > should be in its own tree or even be a mojo. I am personally against > locking the G verison to the plugin version...I would like to see them > seperated. All modules that are part of the build should share the same version to simply the release process and make effective use of the m2 release plugin. I agree that the plugins should probably be moved to their own project and have independent versioning... and we will get there, but right now the easiest/best thing to do is to use the same version for all modules. --jason