From commits-return-2069-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Sat Jun 15 02:38:17 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2785318062F for ; Sat, 15 Jun 2019 04:38:17 +0200 (CEST) Received: (qmail 84511 invoked by uid 500); 15 Jun 2019 02:38:16 -0000 Mailing-List: contact commits-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list commits@zipkin.apache.org Received: (qmail 84502 invoked by uid 99); 15 Jun 2019 02:38:16 -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; Sat, 15 Jun 2019 02:38:16 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5F3F387AD7; Sat, 15 Jun 2019 02:38:11 +0000 (UTC) Date: Sat, 15 Jun 2019 02:38:11 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin] branch master updated: license skip MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156056629123.21286.14520702529322540443@gitbox.apache.org> From: adriancole@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a934cafa8428a78a07bc00cea93d1e6ea8654215 X-Git-Newrev: 1989d0060a8e79e051798779425e8db271a6f352 X-Git-Rev: 1989d0060a8e79e051798779425e8db271a6f352 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. adriancole pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git The following commit(s) were added to refs/heads/master by this push: new 1989d00 license skip 1989d00 is described below commit 1989d0060a8e79e051798779425e8db271a6f352 Author: Adrian Cole AuthorDate: Sat Jun 15 10:37:57 2019 +0800 license skip --- travis/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/publish.sh b/travis/publish.sh index 05c154e..2609994 100644 --- a/travis/publish.sh +++ b/travis/publish.sh @@ -166,7 +166,7 @@ if is_pull_request; then # If we are on master, we will deploy the latest snapshot or release version # - If a release commit fails to deploy for a transient reason, delete the broken version from bintray and click rebuild elif is_travis_branch_master; then - ./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -DskipTests deploy + ./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -DskipTests -Dlicense.skip=true deploy # If the deployment succeeded, sync it to Maven Central. Note: this needs to be done once per project, not module, hence -N if is_release_commit; then