Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 3591 invoked from network); 18 Apr 2006 18:11:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2006 18:11:56 -0000 Received: (qmail 79351 invoked by uid 500); 18 Apr 2006 18:11:55 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 79307 invoked by uid 500); 18 Apr 2006 18:11:54 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 79296 invoked by uid 99); 18 Apr 2006 18:11:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2006 11:11:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sean.schofield@gmail.com designates 64.233.162.195 as permitted sender) Received: from [64.233.162.195] (HELO nz-out-0102.google.com) (64.233.162.195) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2006 11:11:54 -0700 Received: by nz-out-0102.google.com with SMTP id s1so850776nze for ; Tue, 18 Apr 2006 11:11:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VObsgHzsDZAyl5Y+VyXtMdY0WLohvNyLH49rVr7uI9Nd6IOXqE+mZjGOkEn2nMa7yKh5461S9m+sEmGZ4JEhuPPYa/ineDmSzhuSIbCimiuPrD3Rd+w5Im8E+yebnOCOc8qyPd9e44TUklIHNIktHEYBMw4301Xse+5xEJwsKVU= Received: by 10.65.152.1 with SMTP id e1mr45568qbo; Tue, 18 Apr 2006 11:11:33 -0700 (PDT) Received: by 10.65.176.7 with HTTP; Tue, 18 Apr 2006 11:11:33 -0700 (PDT) Message-ID: <2387fbc50604181111t2677fe47nbc7287f86fd6818e@mail.gmail.com> Date: Tue, 18 Apr 2006 14:11:33 -0400 From: "Sean Schofield" To: "MyFaces Development" Subject: Re: svn commit: r394993 - /myfaces/shared/trunk/core/pom.xml In-Reply-To: <20060418180638.1551.qmail@minotaur.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060418180638.1551.qmail@minotaur.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I was just about to fix this. This was the source of the problem building tomahawk on the trunk. Sean On 4/18/06, manolito@apache.org wrote: > Author: manolito > Date: Tue Apr 18 11:06:36 2006 > New Revision: 394993 > > URL: http://svn.apache.org/viewcvs?rev=3D394993&view=3Drev > Log: > pom must not have an explicit version - must be inherited from parent pom > > Modified: > myfaces/shared/trunk/core/pom.xml > > Modified: myfaces/shared/trunk/core/pom.xml > URL: http://svn.apache.org/viewcvs/myfaces/shared/trunk/core/pom.xml?rev= =3D394993&r1=3D394992&r2=3D394993&view=3Ddiff > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- myfaces/shared/trunk/core/pom.xml (original) > +++ myfaces/shared/trunk/core/pom.xml Tue Apr 18 11:06:36 2006 > @@ -7,7 +7,6 @@ > 4.0.0 > myfaces-shared-core > MyFaces Shared Core > - 2.0.0 > The MyFaces Shared Core Subproject build the sources atri= fact > needed by shared-impl and shared-tomahawk > http://myfaces.apache.org > @@ -83,4 +82,4 @@ > > > > - > \ No newline at end of file > + > > >