Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 78842 invoked from network); 30 Jun 2006 16:07:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2006 16:07:35 -0000 Received: (qmail 53668 invoked by uid 500); 30 Jun 2006 16:07:28 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 53606 invoked by uid 500); 30 Jun 2006 16:07:28 -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 53552 invoked by uid 99); 30 Jun 2006 16:07:28 -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 09:07:28 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.201.195] (HELO web31715.mail.mud.yahoo.com) (68.142.201.195) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 30 Jun 2006 09:07:27 -0700 Received: (qmail 98621 invoked by uid 60001); 30 Jun 2006 16:07:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=f9nW1fYZ1izl3N5wpgZ8U02pkbzsGhuPw87mpZjdHEiyQp1tcRgWhv4g3vE2p1slXmF7An0vadXFNCXf64964leLzAswEVHUtAUu+EEeK5Ubkujanc7hzalNvr9zQMKHiV5Kf05+5wr0BweSE7YoQrAECBLcW+4Pk/B0uCe9RUQ= ; Message-ID: <20060630160706.98619.qmail@web31715.mail.mud.yahoo.com> Received: from [24.211.208.98] by web31715.mail.mud.yahoo.com via HTTP; Fri, 30 Jun 2006 09:07:06 PDT Date: Fri, 30 Jun 2006 09:07:06 -0700 (PDT) From: anita kulshreshtha Subject: Re: [RTC] - Fix top pom to reference right plugin To: dev@geronimo.apache.org In-Reply-To: <44A53B9E.8060006@savoirtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It was my understanding that we do not use snapshots for plugins. This is from etc/project.properties - geronimo_packaging_plugin_version=1.2.0-4 geronimo_assembly_plugin_version=1.2.0-9 geronimo_deployment_plugin_version=1.2.0-2 geronimo_dependency_plugin_version=1.2.0-2 Thnaks Anita --- Jeff Genender wrote: > The packaging plugin is at 1.2-SNAPSHOT, and the pom references it as > 1.2.0. I wan tto update it to 1.2-SNAPSHOT: > > Index: pom.xml > =================================================================== > --- pom.xml (revision 418149) > +++ pom.xml (working copy) > @@ -136,7 +136,7 @@ > | Geronimo plugin versions > | > --> > - > 1.2.0 > + > 1.2-SNAPSHOT > >