Return-Path: X-Original-To: apmail-beam-commits-archive@minotaur.apache.org Delivered-To: apmail-beam-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49E5C18987 for ; Tue, 15 Mar 2016 21:03:51 +0000 (UTC) Received: (qmail 60165 invoked by uid 500); 15 Mar 2016 21:03:50 -0000 Delivered-To: apmail-beam-commits-archive@beam.apache.org Received: (qmail 60115 invoked by uid 500); 15 Mar 2016 21:03:50 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 60106 invoked by uid 99); 15 Mar 2016 21:03:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2016 21:03:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 61DE0C0316 for ; Tue, 15 Mar 2016 21:03:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id tIr8ALj2ex9F for ; Tue, 15 Mar 2016 21:03:49 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 0EBFA5F3F3 for ; Tue, 15 Mar 2016 21:03:48 +0000 (UTC) Received: (qmail 60085 invoked by uid 99); 15 Mar 2016 21:03:48 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2016 21:03:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4A348DFA0B; Tue, 15 Mar 2016 21:03:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kenn@apache.org To: commits@beam.incubator.apache.org Date: Tue, 15 Mar 2016 21:03:48 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-beam git commit: Fix versions and artifact names in runner poms Repository: incubator-beam Updated Branches: refs/heads/master a91e11500 -> a13dd2910 Fix versions and artifact names in runner poms Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c168533e Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c168533e Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/c168533e Branch: refs/heads/master Commit: c168533ea98095a21408d90216955b7399089aea Parents: a91e115 Author: Kenneth Knowles Authored: Tue Mar 15 12:59:36 2016 -0700 Committer: Kenneth Knowles Committed: Tue Mar 15 12:59:36 2016 -0700 ---------------------------------------------------------------------- runners/flink/pom.xml | 2 +- runners/pom.xml | 2 +- runners/spark/pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c168533e/runners/flink/pom.xml ---------------------------------------------------------------------- diff --git a/runners/flink/pom.xml b/runners/flink/pom.xml index 31713cd..a340107 100644 --- a/runners/flink/pom.xml +++ b/runners/flink/pom.xml @@ -24,7 +24,7 @@ org.apache.beam - runners-parent + runners 1.6.0-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c168533e/runners/pom.xml ---------------------------------------------------------------------- diff --git a/runners/pom.xml b/runners/pom.xml index b2e9eb1..fbd6c41 100644 --- a/runners/pom.xml +++ b/runners/pom.xml @@ -29,7 +29,7 @@ org.apache.beam - runners-parent + runners 1.6.0-SNAPSHOT pom http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c168533e/runners/spark/pom.xml ---------------------------------------------------------------------- diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml index 8d2704f..6dcc95d 100644 --- a/runners/spark/pom.xml +++ b/runners/spark/pom.xml @@ -17,7 +17,7 @@ License. org.apache.beam runners - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT spark-runner @@ -41,7 +41,7 @@ License. UTF-8 1.7 1.5.2 - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT