Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 32921 invoked from network); 22 Jun 2006 06:30:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jun 2006 06:30:48 -0000 Received: (qmail 446 invoked by uid 500); 22 Jun 2006 06:30:47 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 99669 invoked by uid 500); 22 Jun 2006 06:30:45 -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 99655 invoked by uid 99); 22 Jun 2006 06:30:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 23:30:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gnodet@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 23:30:44 -0700 Received: by nf-out-0910.google.com with SMTP id x30so224879nfb for ; Wed, 21 Jun 2006 23:30:23 -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:references; b=phe5UNlhc4DVn5oyO2zyaE5P4/KVCI3e5Yam/VCTHjIQTNAn0qKea17+zNqttoK5lYv/vxLYyMxrZqCN2OfxVDf7gZwzcyXcjIgz750bkKXgyptzCw82PfLHylE07BUVbPG46IZYeAPPM8RN6UdTc2PzxVERB2LbjsluOdgNAaw= Received: by 10.49.4.17 with SMTP id g17mr1274518nfi; Wed, 21 Jun 2006 23:30:23 -0700 (PDT) Received: by 10.49.38.11 with HTTP; Wed, 21 Jun 2006 23:30:21 -0700 (PDT) Message-ID: Date: Thu, 22 Jun 2006 08:30:21 +0200 From: "Guillaume Nodet" To: dev@geronimo.apache.org Subject: Re: XBean root POM In-Reply-To: <044990B6-2D73-476D-AB83-7F884ECB4320@visi.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2996_29728487.1150957821479" References: <4499F449.2090008@toolazydogs.com> <044990B6-2D73-476D-AB83-7F884ECB4320@visi.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_2996_29728487.1150957821479 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline When you use the maven release plugin, maven change the scm url to point to the tag. I will revert it to trunk asap. Cheers, Guillaume Nodet On 6/22/06, David Blevins wrote: > > > On Jun 21, 2006, at 6:37 PM, Alan D. Cabrera wrote: > > > IIUC, version specific information has snuck into elements that > > should be version free, e.g. . Here is a list of elements > > that should have version information removed: > > > > > > ... > > > > > > Not sure how this got there, it should point to trunk > > > scm:svn:http://svn.apache.org/repos/asf/geronimo/ > xbean/tags/xbean-2.4 > scm:svn:https://${maven.username} > @svn.apache.org/repos/asf/geronimo/xbean/tags/xbean-2.4 developerConnection> > http://svn.apache.org/repos/asf/geronimo/xbean/tags/ > xbean-2.4 > > > No wonder Continuum is very unhappy with XBean... > > http://ci.gbuild.org/continuum/servlet/continuum > > ... it will check the code out from *exactly* where you point it to. > > > -David > > ------=_Part_2996_29728487.1150957821479 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline When you use the maven release plugin, maven change the scm url
to point to the tag.  I will revert it to trunk asap.

Cheers,
Guillaume Nodet

On 6/22/06, David Blevins <david.blevins@visi.com> wrote:

On Jun 21, 2006, at 6:37 PM, Alan D. Cabrera wrote:

> IIUC, version specific information  has snuck into elements that
> should be version free, e.g. <scm>.  Here is a list of elements
> that should have version information removed:
>
> <scm>
> <build>...<remoteRepositoryUrl>
> <distributionManagment>
>

Not sure how this got there, it should point to trunk

   <scm>
     <connection>scm:svn: http://svn.apache.org/repos/asf/geronimo/
xbean/tags/xbean-2.4</connection>
     <developerConnection>scm:svn:https://${maven.username}
@ svn.apache.org/repos/asf/geronimo/xbean/tags/xbean-2.4</
developerConnection>
     <url>http://svn.apache.org/repos/asf/geronimo/xbean/tags/
xbean-2.4</url>
   </scm>

No wonder Continuum is very unhappy with XBean...

http://ci.gbuild.org/continuum/servlet/continuum

... it will check the code out from *exactly* where you point it to.


-David


------=_Part_2996_29728487.1150957821479--