Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 96339179A5 for ; Sun, 27 Sep 2015 09:30:18 +0000 (UTC) Received: (qmail 95678 invoked by uid 500); 27 Sep 2015 09:30:18 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 95638 invoked by uid 500); 27 Sep 2015 09:30:18 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 95626 invoked by uid 99); 27 Sep 2015 09:30:18 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Sep 2015 09:30:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D5097C551F for ; Sun, 27 Sep 2015 09:30:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.064 X-Spam-Level: ** X-Spam-Status: No, score=2.064 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, KAM_INFOUSMEBIZ=0.75, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=comcast.net Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 5VHt95r7y0mz for ; Sun, 27 Sep 2015 09:30:04 +0000 (UTC) Received: from resqmta-po-01v.sys.comcast.net (resqmta-po-01v.sys.comcast.net [96.114.154.160]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 03DDF42BB4 for ; Sun, 27 Sep 2015 09:30:03 +0000 (UTC) Received: from resomta-po-19v.sys.comcast.net ([96.114.154.243]) by resqmta-po-01v.sys.comcast.net with comcast id N9Vo1r0015FMDhs019Vxnb; Sun, 27 Sep 2015 09:29:57 +0000 Received: from tinybb.boudnik.org ([24.130.135.131]) by resomta-po-19v.sys.comcast.net with comcast id N9Tx1r0052qGB60019TxxM; Sun, 27 Sep 2015 09:27:57 +0000 Received: by tinybb.boudnik.org (Postfix, from userid 1002) id 942E4974; Sun, 27 Sep 2015 09:30:37 +0000 (UTC) Date: Sun, 27 Sep 2015 02:30:37 -0700 From: Konstantin Boudnik To: dev@ignite.apache.org Subject: Re: version names Message-ID: <20150927093037.GW19314@boudnik.org> Mail-Followup-To: dev@ignite.apache.org References: <20150926161659.GN19314@boudnik.org> <20150927092022.GU19314@boudnik.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150927092022.GU19314@boudnik.org> X-Organization: It's something of 'Cos User-Agent: Mutt/1.5.21 (2010-09-15) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1443346197; bh=vwcGtyORtqrVp0MlYx+dqj/BKokUvH4BKIgTYzZMefg=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=HQ0zXfnhYbq+y+om53Mxd2lFrMqtFod1WWBBH/mPlOzspcIGcFMg7mdSNoyAeVaV4 cJAFdgXmQpesKDasZjMumk8O2b0sOZ/dq5PFHbb8p+aftUkjeiCJq4VQqazSy377De 9tHTJVLwl2e+2ewNV2dS1iQZPG/iQj0jOkvlIh0/pF2FhQDRFA2PMGpxIrlJU0Elz7 8ARBBkfAyPm5cYRcExjNr7gi5jWYDU2wfD2XEUPg8KJoYhsSo0htooaouaG81lfbhW 0CsrjKz4QbpMdRATVV1+4PqKpbmIMLUTUm/ogg+/nQLzsvsYXLH+NRVm9pM8YV29xj 0B9/myU9ee1nA== On Sun, Sep 27, 2015 at 02:20AM, Konstantin Boudnik wrote: > On Sat, Sep 26, 2015 at 09:23PM, Raul Kripalani wrote: > > Agree. And we should also normalise tag names and branch names in Git if > > they aren't (cannot check now). > > Tag names aren't much of the concern IMO, but it won't hurt either. Version > numbers are more visible, and their mishandling might have dire consequences. > > > What do you think about creating a new branch per release like it's being > > done now? > > > > In other projects (OSS and non-OSS) we tend to create and leave open a > > maintenance branch once per minor version (e.g. ignite-1.4) rather can > > creating and deleting branches for every particular version. We do this > > once the first release in that maintenance line is cut from master. One more thing (should re-read my own emails before sending them ;) - why creating a maintenance branch if there's no plans (yet?!) to release a minor update? And once the release is tagged it is save to drop the branch without fear of confusing the release tip with anything else. Thanks > We have this lengthy discussion a few months back > http://apache-ignite-developers.2346864.n4.nabble.com/Git-branches-and-development-process-tp889p945.html > > and it got settled. > > Cos > > > On 26 Sep 2015 17:16, "Konstantin Boudnik" wrote: > > > > > On a somewhat similar note: I just noticed that our versions have prefix > > > "ignite-". Do we really need it? It is sorta obvious that these are > > > Ignite's > > > versions, not httpd's :) It seems a bit confusing that JIRA versions still > > > aren't the same as the release ones. > > > > > > Shall we move to just numerical versions like 1.5 and so on and do it > > > starting from 1.5? > > > > > > Cos > > > > > > ----- Forwarded message from Dmitriy Setrakyan > > > ----- > > > > > > Date: Sat, 26 Sep 2015 10:50:08 -0500 > > > From: Dmitriy Setrakyan > > > To: dev@ignite.apache.org > > > Subject: Re: Need Project Admin rights on JIRA > > > > > > Done. > > > > > > On Sat, Sep 26, 2015 at 5:27 AM, Raul Kripalani wrote: > > > > > > > Hi guys, > > > > > > > > I need project admin rights for Ignite in JIRA so I can add a new release > > > > ignite-1.4.1. > > > > > > > > For future releases, it would be great if the release manager adds the > > > next > > > > micro [and minor [and major]] versions in JIRA when cutting the first RC. > > > > > > > > Thanks, > > > > > > > > *Raúl Kripalani* > > > > PMC & Committer @ Apache Ignite, Apache Camel | Integration, Big Data and > > > > Messaging Engineer > > > > http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani > > > > http://blog.raulkr.net | twitter: @raulvk > > > > > > > > > > ----- End forwarded message ----- > > >