From dev-return-42779-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Mon Dec 11 09:26:57 2006 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 23501 invoked from network); 11 Dec 2006 09:26:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2006 09:26:55 -0000 Received: (qmail 14087 invoked by uid 500); 11 Dec 2006 09:27:00 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 14025 invoked by uid 500); 11 Dec 2006 09:27:00 -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 14014 invoked by uid 99); 11 Dec 2006 09:27:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 01:27: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 (herse.apache.org: domain of chris.m.cardona@gmail.com designates 66.249.82.234 as permitted sender) Received: from [66.249.82.234] (HELO wx-out-0506.google.com) (66.249.82.234) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 01:26:48 -0800 Received: by wx-out-0506.google.com with SMTP id s18so1403003wxc for ; Mon, 11 Dec 2006 01:26:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Vr77GVZatVEP8v1RK7oPqrn/88LSVArSz+1zNjp7p//APSL2BXXcD+Ci/XxeL8XTW3oyXXQ1OHO8Cj+CViCGC01GZDtgW9DjcMhnD2WU9VTo4mK9j5Wo0YSrlDl6OsV/6ijodDC5iz/+cZEEZpe/QIMg6XNOgSun2K3S+WBJTtk= Received: by 10.70.7.4 with SMTP id 4mr11982340wxg.1165829187382; Mon, 11 Dec 2006 01:26:27 -0800 (PST) Received: from ?192.168.0.101? ( [76.168.152.30]) by mx.google.com with ESMTP id i18sm6376944wxd.2006.12.11.01.26.26; Mon, 11 Dec 2006 01:26:26 -0800 (PST) Message-ID: <457D243F.9000803@gmail.com> Date: Mon, 11 Dec 2006 01:26:23 -0800 From: "Christopher M. Cardona" User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: svn commit: r485548 - /geronimo/javamail/trunk/geronimo-javamail_1.4_provider/pom.xml References: <20061211081544.5AF3C1A9846@eris.apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org When we updated to JavaMail 1.4 and Activation 1.1 we got this warning message when building trunk: [WARNING] POM for 'org.apache.geronimo.javamail:geronimo-javamail_1.4_provider:pom:1.0-SNAPSHOT:compile' is invalid. It will be ignored for artifact resolution. Reason: Failed to validate POM The reason for this warning was it couldn't resolve the version for the said specs so I added it. I already published a new snapshot with these changes that's why we don't get this problem anymore but I forgot to update the source. Thanks for the pointers. Not sure if we have conventions on creating properties but if I create 'javamail14Version' and 'activation11Version' in the parent pom will that work for you? Thanks, chris Jason Dillon wrote: > Why are these not in the top-level javamail pom? This was building > fine for me as it was... or did someone recently change it to break > things? > > Anyways, version details should probably be in the top-level pom, not > in child poms, especially for a small project like this. > > --jason > > > On Dec 11, 2006, at 12:15 AM, ccardona@apache.org wrote: > >> Author: ccardona >> Date: Mon Dec 11 00:15:43 2006 >> New Revision: 485548 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=485548 >> Log: >> Added to Activation and JavaMail specs to fix the 'Failed >> to validate POM' warning when building G. >> >> Modified: >> geronimo/javamail/trunk/geronimo-javamail_1.4_provider/pom.xml >> >> Modified: geronimo/javamail/trunk/geronimo-javamail_1.4_provider/pom.xml >> URL: >> http://svn.apache.org/viewvc/geronimo/javamail/trunk/geronimo-javamail_1.4_provider/pom.xml?view=diff&rev=485548&r1=485547&r2=485548 >> >> ============================================================================== >> >> --- geronimo/javamail/trunk/geronimo-javamail_1.4_provider/pom.xml >> (original) >> +++ geronimo/javamail/trunk/geronimo-javamail_1.4_provider/pom.xml >> Mon Dec 11 00:15:43 2006 >> @@ -39,11 +39,13 @@ >> >> org.apache.geronimo.specs >> geronimo-activation_1.1_spec >> + 1.0-SNAPSHOT >> >> >> >> org.apache.geronimo.specs >> geronimo-javamail_1.4_spec >> + 1.0-SNAPSHOT >> >> >> >> >> > >