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 9628A10E28 for ; Sun, 7 Dec 2014 23:39:49 +0000 (UTC) Received: (qmail 82852 invoked by uid 500); 7 Dec 2014 23:39:49 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 82820 invoked by uid 500); 7 Dec 2014 23:39:49 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 82808 invoked by uid 99); 7 Dec 2014 23:39:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Dec 2014 23:39:48 +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 (athena.apache.org: domain of shaposhnik@gmail.com designates 209.85.192.53 as permitted sender) Received: from [209.85.192.53] (HELO mail-qg0-f53.google.com) (209.85.192.53) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Dec 2014 23:39:43 +0000 Received: by mail-qg0-f53.google.com with SMTP id q108so2859865qgd.12 for ; Sun, 07 Dec 2014 15:39:22 -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=e0no+/MmEAD7zSpz/56BC4r3Gn+2ZoV47w3IddV0Pys=; b=veKZd4r+KROBa+N4i768avCE3eZeK/J+5gQxk8MNLH+GSWKh1MEod+kt1mH2K7ddri yjm7ApDh+VytN13c9DtYKIt6TTEucY9jyhBLluV8tq7CIuGP9lPs3nbyKfFf4N4MHkJl hzPet1jtsUgJvTuFxlD8n/YESmuqbVcF09UwcvI47DnKBvTbu2BDrvSj2oTFK/GCrEUS M9ABwcKCT4/zEcwjKP8rGQsSfH5Lwj4/saR4SPWB0HXeZIjH8PH/j/kweDBISUEDM1Tq vdH32ysb8pjO4dk/waAG2P9ntAm4mud6Oi/iX++v2R9YRRCXVrVjx1U3Vl3M+5yI3sp8 LnwQ== MIME-Version: 1.0 X-Received: by 10.229.114.10 with SMTP id c10mr11519469qcq.2.1417995562824; Sun, 07 Dec 2014 15:39:22 -0800 (PST) Sender: shaposhnik@gmail.com Received: by 10.140.21.51 with HTTP; Sun, 7 Dec 2014 15:39:22 -0800 (PST) In-Reply-To: <20141206011458.GA1250@tcos> References: <20141205060401.GB4791@tpx> <20141206011458.GA1250@tcos> Date: Sun, 7 Dec 2014 15:39:22 -0800 X-Google-Sender-Auth: qKFUj-PfDFqpymlFN_3b_ZSxNUQ Message-ID: Subject: Re: Initial code import From: Roman Shaposhnik To: dev@ignite.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 5:14 PM, Konstantin Boudnik wrote: > We have snapshots.apache.org where all dev. artifacts can be published. When > the time of 1st release come we'll go through process for release artifacts. And to say this explicitly: every ASF release also gets mirrored to the Maven central, which means that you get the widest possible distribution of your released bits. Thanks, Roman.