Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 24F77200CB6 for ; Wed, 24 May 2017 23:13:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 23A02160BA5; Wed, 24 May 2017 21:13:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4FA61160BDA for ; Wed, 24 May 2017 23:13:02 +0200 (CEST) Received: (qmail 39146 invoked by uid 500); 24 May 2017 21:13:01 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 38813 invoked by uid 99); 24 May 2017 21:13:01 -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; Wed, 24 May 2017 21:13:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 18ACAE1892; Wed, 24 May 2017 21:12:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dhalperi@apache.org To: commits@beam.apache.org Date: Wed, 24 May 2017 21:13:03 -0000 Message-Id: <3de35651732641c2a3f6ee1656f6a6e8@git.apache.org> In-Reply-To: <3a437b6859994e278ef3e6b7e54cd70e@git.apache.org> References: <3a437b6859994e278ef3e6b7e54cd70e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/7] beam git commit: Fix spanner dependency management archived-at: Wed, 24 May 2017 21:13:03 -0000 Fix spanner dependency management Also minor cleanup alphabetization in root pom.xml Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/8871eadc Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/8871eadc Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/8871eadc Branch: refs/heads/master Commit: 8871eadcc8413dab906656806b54f3d73b24893d Parents: e53dc91 Author: Dan Halperin Authored: Thu May 4 10:48:54 2017 -0700 Committer: Dan Halperin Committed: Wed May 24 14:12:52 2017 -0700 ---------------------------------------------------------------------- pom.xml | 22 +++++++++++++++++++--- sdks/java/io/google-cloud-platform/pom.xml | 8 +++++--- 2 files changed, 24 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/8871eadc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3a6289d..c3a6b73 100644 --- a/pom.xml +++ b/pom.xml @@ -115,11 +115,13 @@ 0.5.160222 1.4.0 1.3.0 + 1.0.0-rc2 1.0-rc2 1.4.1 0.6.1 1.22.0 1.4.5 + 1.0.2 0.5.160304 20.0 1.2.0 @@ -132,18 +134,20 @@ 1.9.5 4.1.8.Final 1.1.33.Fork26 - 1.5.0.Final 3.2.0 v1-rev10-1.22.0 1.7.14 + 0.16.0-beta 1.6.2 + 4.3.5.RELEASE 3.1.4 v1-rev71-1.22.0 4.4.1 - 0.16.0-beta 4.3.5.RELEASE - 2.0 1.1.4-M3 + + 1.5.0.Final + 2.0 2.20 2.20 3.6.1 @@ -611,6 +615,12 @@ + com.google.api + api-common + ${google-api-common.version} + + + com.google.api-client google-api-client ${google-clients.version} @@ -869,6 +879,12 @@ com.google.cloud + google-cloud-core + ${google-cloud-core.version} + + + + com.google.cloud google-cloud-spanner ${spanner.version} http://git-wip-us.apache.org/repos/asf/beam/blob/8871eadc/sdks/java/io/google-cloud-platform/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/java/io/google-cloud-platform/pom.xml b/sdks/java/io/google-cloud-platform/pom.xml index 2181895..9143ccf 100644 --- a/sdks/java/io/google-cloud-platform/pom.xml +++ b/sdks/java/io/google-cloud-platform/pom.xml @@ -89,7 +89,6 @@ com.google.api.grpc grpc-google-common-protos - ${grpc-google-common-protos.version} @@ -100,7 +99,6 @@ com.google.api api-common - ${api-common.version} @@ -163,8 +161,12 @@ com.google.cloud + google-cloud-core + + + + com.google.cloud google-cloud-spanner - ${spanner.version}