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 F1CFD1165B for ; Tue, 16 Sep 2014 17:07:03 +0000 (UTC) Received: (qmail 44420 invoked by uid 500); 16 Sep 2014 17:07:03 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 44372 invoked by uid 500); 16 Sep 2014 17:07:03 -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 44360 invoked by uid 99); 16 Sep 2014 17:07:03 -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:07:03 +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 m.ben.franklin@gmail.com designates 209.85.216.177 as permitted sender) Received: from [209.85.216.177] (HELO mail-qc0-f177.google.com) (209.85.216.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2014 17:06:36 +0000 Received: by mail-qc0-f177.google.com with SMTP id o8so223410qcw.22 for ; Tue, 16 Sep 2014 10:06:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2zAlGswyYnpo8CZ1/lrryPe953CRmeItT2Uzu8VWWrQ=; b=d+8WDobIWmxtfomt4DD/9HujJ5ICcAAMsBwxzT/WlNt7FJOrJpWJyNJGf0+GRulKIR K+O+hSlumZU0wpMPbifzsXuCAHR+XaAugs2CMqlEBd46OSQ4dsC3kOZFPtZZ/VbOuuiM ADhnsnebEktAR9H1uEinL+D6KzCkoJyvKVP9Xw5LuUzcz0sPemIuUFjMoBpYfTZm17Lf B4WB0Oq0GHrkEM1HJfvvY7hIB7bcm46kifJuNAVrqkBv6HkXJZaeFqSlCtU7rxMBD1oV PCizq3b2RZ55uVtgnnBrqjODvrBwbF3H5ooT4wYKqpGqtckikjWqXl494dKUecJ/acb/ 387g== MIME-Version: 1.0 X-Received: by 10.224.7.197 with SMTP id e5mr49562016qae.58.1410887195783; Tue, 16 Sep 2014 10:06:35 -0700 (PDT) Received: by 10.140.95.134 with HTTP; Tue, 16 Sep 2014 10:06:35 -0700 (PDT) In-Reply-To: References: Date: Tue, 16 Sep 2014 13:06:35 -0400 Message-ID: Subject: Re: SNAPSHOT version dependencies From: Matt Franklin To: "dev@streams.incubator.apache.org" Content-Type: multipart/alternative; boundary=001a11c223f41f9510050331c693 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c223f41f9510050331c693 Content-Type: text/plain; charset=UTF-8 On Tue, Sep 16, 2014 at 1:05 PM, Stanton Sievers wrote: > 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. > Sounds like a great idea. > > Additionally, this project can make use of the maven-enforcer-plugin to > ensure that no snapshots are used as part of project policy. > +1 > > Thanks, > -Stanton > --001a11c223f41f9510050331c693--