Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4798F10BF5 for ; Fri, 4 Oct 2013 19:08:03 +0000 (UTC) Received: (qmail 49091 invoked by uid 500); 4 Oct 2013 19:08:00 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 49006 invoked by uid 500); 4 Oct 2013 19:07:56 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 48998 invoked by uid 99); 4 Oct 2013 19:07:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Oct 2013 19:07:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [66.111.4.25] (HELO out1-smtp.messagingengine.com) (66.111.4.25) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Oct 2013 19:07:47 +0000 Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 1AC4221194 for ; Fri, 4 Oct 2013 15:07:27 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 04 Oct 2013 15:07:27 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=tesla.io; h=from :content-type:message-id:mime-version:subject:date:references:to :in-reply-to; s=mesmtp; bh=qmWRURTcgQWaWBZcKOA9c2xTOwE=; b=vYzg5 hpNonHbJPfQGtMVKWCQcCWtji8llSXw37RDWWwl+xC4lSk1OGv8Uu0uNY9UFSSdm srYJGbcw9WNkhBY6kx5CNS08Dlvd+7PWljcQduMQvuHxa6cYUJL+W3yB+4K0MfRU EVppot9DSnAinSl9UPfstDlgKBgq47L0HpMyqk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:content-type:message-id:mime-version :subject:date:references:to:in-reply-to; s=smtpout; bh=qmWRURTcg QWaWBZcKOA9c2xTOwE=; b=FLQMsg5jjBz9hAk1BVhhViNP/RhTquJJzwSBK73GL kVdvOm6TG7dB9pUEg1rzS2AC+CQYcOT+t5RMUeLJl1/38YrEBbiFRsEZOnaKPX/1 erlVYaURHyczQPFNGdLTko2tOEmumwCGSs8KWL9kt0ULNYqD6IGO+IxW+Uyw04ZA 4E= X-Sasl-enc: zr/JMnNYxqiTu8hGNDkkX1zJtzczjjWdjKjgnf5j3GK3 1380913646 Received: from [10.0.1.3] (unknown [192.0.155.174]) by mail.messagingengine.com (Postfix) with ESMTPA id C1C766800A6 for ; Fri, 4 Oct 2013 15:07:26 -0400 (EDT) From: Jason van Zyl Content-Type: multipart/alternative; boundary="Apple-Mail=_D7CAD20F-A17B-433F-BE86-AFE166D51689" Message-Id: <57E0AB78-3085-4131-98D5-4CB71B621D01@tesla.io> Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: Leaving Maven Core POMs at major.minor-SNAPSHOT Date: Fri, 4 Oct 2013 15:07:26 -0400 References: <5B52997E-0ABA-4CDC-8CCC-0C07538E363C@tesla.io> <524EA41A.9020506@ifedorenko.com> To: "Maven Developers List" In-Reply-To: <524EA41A.9020506@ifedorenko.com> X-Mailer: Apple Mail (2.1510) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_D7CAD20F-A17B-433F-BE86-AFE166D51689 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Good point. I did some experiments with the version:set plugin and I can = live with the rollback using that. So I reset the poms to = 3.1.2-SNAPSHOT. Problem solved. On Oct 4, 2013, at 7:18 AM, Igor Fedorenko wrote: > Practical question. What should be supported maven version range for = new > ITs introduced during 3.1.2 development, [3.1,)? This means we'd need = to > tag ITs, right? Otherwise it wouldn't be possible to successfully = rerun > ITs for 3.1 and 3.1.1, unless I am mistaken. >=20 > -- > Regards, > Igor >=20 > On 2013-09-14 1:24 PM, Jason van Zyl wrote: >> When a release fails like this it is annoying to have to rev back the >> version of the POM. I'm not sure who flipped the versions in the POM >> and while it's a little more visible to see what you're moving toward >> I prefer the pattern of: >>=20 >> 3.1-SNAPSHOT --> 3.1.1 --> 3.1-SNAPSHOT --> 3.1.2 --> 3.1-SNAPSHOT >>=20 >> I know this may not be obvious to the casual observer as they may >> think 3.1 is next, but I'm personally fine with that. >>=20 >> Especially after a failed release because then I don't have to go >> change all the POMs (whether rolling back manually, using the release >> rollback, the version:set command, or whatever else). It's much >> easier to just fix what's necessary and carry on. >>=20 >> Unless anyone objects I would like to go back this pattern, what I >> previously had, because it's far easier to manage. Ideally it might >> be nice if all the tools understood 3.1.z-SNAPSHOT but they don't an >> in lieu of that I would prefer not to diddle POMs after a failed >> release. >>=20 >> Thanks, >>=20 >> Jason >>=20 >> ---------------------------------------------------------- Jason van >> Zyl Founder, Apache Maven http://twitter.com/jvanzyl >> --------------------------------------------------------- >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org >=20 Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl --------------------------------------------------------- --Apple-Mail=_D7CAD20F-A17B-433F-BE86-AFE166D51689--