From commits-return-14622-archive-asf-public=cust-asf.ponee.io@pulsar.incubator.apache.org Tue Sep 18 23:50:19 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 730EF180672 for ; Tue, 18 Sep 2018 23:50:19 +0200 (CEST) Received: (qmail 87452 invoked by uid 500); 18 Sep 2018 21:50:18 -0000 Mailing-List: contact commits-help@pulsar.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.incubator.apache.org Delivered-To: mailing list commits@pulsar.incubator.apache.org Received: (qmail 87443 invoked by uid 99); 18 Sep 2018 21:50:18 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Sep 2018 21:50:18 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 07C4A82A53; Tue, 18 Sep 2018 21:50:18 +0000 (UTC) Date: Tue, 18 Sep 2018 21:50:17 +0000 To: "commits@pulsar.apache.org" Subject: [incubator-pulsar] branch master updated: [build] Fix docker organization parameter (#2597) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153730741786.5596.7616198463913405103@gitbox.apache.org> From: sijie@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-pulsar X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8d5061779e7a869e6e5981d2010e671ed0afa322 X-Git-Newrev: fb396bf8313f728f5659286e4d8924bcf37d4832 X-Git-Rev: fb396bf8313f728f5659286e4d8924bcf37d4832 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new fb396bf [build] Fix docker organization parameter (#2597) fb396bf is described below commit fb396bf8313f728f5659286e4d8924bcf37d4832 Author: Sijie Guo AuthorDate: Tue Sep 18 14:50:12 2018 -0700 [build] Fix docker organization parameter (#2597) *Motivation* docker orgnization is missing for building test image. so the build will be failing with `-Pdocker`. *Changes* Move the docker organization parameter to root pom file. --- docker/pom.xml | 3 --- pom.xml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/pom.xml b/docker/pom.xml index bdc99f7..302bda8 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -31,9 +31,6 @@ org.apache.pulsar docker-images Apache Pulsar :: Docker Images - - apachepulsar - pulsar grafana diff --git a/pom.xml b/pom.xml index 6d45a00..91ba14c 100644 --- a/pom.xml +++ b/pom.xml @@ -132,6 +132,7 @@ flexible messaging model and an intuitive client API. true false 1 + apachepulsar 2.1.0-incubating