Return-Path: X-Original-To: apmail-htrace-dev-archive@minotaur.apache.org Delivered-To: apmail-htrace-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 146EB106AE for ; Sat, 6 Dec 2014 22:49:52 +0000 (UTC) Received: (qmail 55699 invoked by uid 500); 6 Dec 2014 22:49:51 -0000 Delivered-To: apmail-htrace-dev-archive@htrace.apache.org Received: (qmail 55657 invoked by uid 500); 6 Dec 2014 22:49:51 -0000 Mailing-List: contact dev-help@htrace.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@htrace.incubator.apache.org Delivered-To: mailing list dev@htrace.incubator.apache.org Received: (qmail 55645 invoked by uid 99); 6 Dec 2014 22:49:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Dec 2014 22:49:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shaposhnik@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qa0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Dec 2014 22:49:25 +0000 Received: by mail-qa0-f43.google.com with SMTP id bm13so1952698qab.2 for ; Sat, 06 Dec 2014 14:47:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=uPZPqMnl45CbEwQiMKZiwWq7ppF2hiWiIu0XIQoKsOk=; b=LKO7jc0/zwn3l9tmLGqxbIO+pkHsAf/DBwMPHpl9VvT0qzdQfhLSR/g2GOgP0MuUA+ 8a8JGnT9ttO+eLIE6IHCHGgj/YyvXPvyK2BBQ5WkxPT3Vo9d14otfdZOy57/M69OsD4M angugvw4iVwwpa5RbIN5fsOUggoQ9lWv2Rs4/t+21OIVTQc4JApAjZ3bQPHgPiBzzAUf qhwcAjvHksN0R6W0He2z/PCkW9ouISYcnJI9+bgIT2bzlOmsnOSAUhgFu8xfCXl61Pqc /eXBAfkuaJPlke3JM+zyMZMkY4k6oXXCt9wGOsSCxzHbakEaWC3FmdiJA2VN2PfM3jbw mdpA== MIME-Version: 1.0 X-Received: by 10.140.49.107 with SMTP id p98mr37752261qga.20.1417906029433; Sat, 06 Dec 2014 14:47:09 -0800 (PST) Sender: shaposhnik@gmail.com Received: by 10.140.21.51 with HTTP; Sat, 6 Dec 2014 14:47:09 -0800 (PST) In-Reply-To: References: Date: Sat, 6 Dec 2014 14:47:09 -0800 X-Google-Sender-Auth: YiHRwu9-W_g4sHk0NChF2Y60YIg Message-ID: Subject: Re: What version should be the first apache htrace be? 4.0.0 or 1.0.0? From: Roman Shaposhnik To: dev@htrace.incubator.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Dec 5, 2014 at 7:53 PM, Colin McCabe wrote: > I looked at http://incubator.apache.org/guides/releasemanagement.html#best-practice-versioning > and it doesn't say whether we need to start at 1. Hmm. > > I think either way could work. There is stuff from org.htrace up on > Maven central, but since we're moving to org.apache.htrace, we won't > conflict if we choose to go back to 1.0.0. I don't really have any > preference between 1.0.0 or 4.0.0. Well said! Personally I have a slight preference towards 1.0.0 b/c of the org.apache migration. Thanks, Roman.