Return-Path: X-Original-To: apmail-streams-dev-archive@minotaur.apache.org Delivered-To: apmail-streams-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 26D731162F for ; Tue, 16 Sep 2014 17:05:29 +0000 (UTC) Received: (qmail 37941 invoked by uid 500); 16 Sep 2014 17:05:29 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 37897 invoked by uid 500); 16 Sep 2014 17:05:29 -0000 Mailing-List: contact dev-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list dev@streams.incubator.apache.org Received: (qmail 37885 invoked by uid 99); 16 Sep 2014 17:05:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2014 17:05:28 +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: domain of sieverssj@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qa0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2014 17:05:02 +0000 Received: by mail-qa0-f48.google.com with SMTP id v10so194715qac.35 for ; Tue, 16 Sep 2014 10:05:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=jMTOiQ6V69rP4EERd05LuREAhz+ZfYOxMDZy6/tKjBY=; b=a8x6mIVbBh5IoUz+Ni97hvCA2jVbWyd9RJg3C20BCsFfRgLtkVN0hOWio/3BRJVVlI JegaDyzaPtvRVQ2QazQFBO3j9wrIVQl/QZbUMGlS0IHNThPRro6i0xNNd7EsnMKn1SkE VdvPcacdNnlshEMToG8CtSPMiupiwgHPhD42JxmcvAgqtX1ok55f03o+WgAelPk+ZH8I tYTkA67c1nV/9cZ2GPEqlE0HXK38VGkcpWru3hhpO3t7lefbkLLg4CeciIf1ewVhityc BFMDZ9+T0M3EOQcfOnbfd64i4dMk+PPS3/UlsU4YH2MgfJ7bq4lEm+mi/Ccq2fspzYcV 2xiA== MIME-Version: 1.0 X-Received: by 10.229.59.67 with SMTP id k3mr48408128qch.26.1410887100610; Tue, 16 Sep 2014 10:05:00 -0700 (PDT) Sender: sieverssj@gmail.com Received: by 10.96.72.5 with HTTP; Tue, 16 Sep 2014 10:05:00 -0700 (PDT) Date: Tue, 16 Sep 2014 13:05:00 -0400 X-Google-Sender-Auth: vsW_mVSDU8rJS30OSluwzoe2-dE Message-ID: Subject: SNAPSHOT version dependencies From: Stanton Sievers To: dev@streams.incubator.apache.org Content-Type: multipart/alternative; boundary=001a11c2c60e733b6c050331c0d2 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2c60e733b6c050331c0d2 Content-Type: text/plain; charset=UTF-8 Hi everyone, I'm looking through the streams code base and I've noticed some dependencies on SNAPSHOT resources in a few places. From a release standpoint this is generally frowned upon because functionality can change over time without changes in the code base simply because a newer SNAPSHOT dependency was pulled in. In fact, it is the default behavior of the maven release plugin to fail a build if SNAPSHOT dependencies are detected. The few instances I've noticed are in the google-gmail, streams-persist-hbase, and streams-persist-hdfs modules. The streams-master parent version is also a snapshot currently. If no one objects to the general idea of not having SNAPSHOT dependencies, I'll get a pull request up that fixes the versions in these 4 places. Additionally, this project can make use of the maven-enforcer-plugin to ensure that no snapshots are used as part of project policy. Thanks, -Stanton --001a11c2c60e733b6c050331c0d2--