From commits-return-27458-archive-asf-public=cust-asf.ponee.io@isis.apache.org Thu Nov 21 14:22:51 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 2BDC1180660 for ; Thu, 21 Nov 2019 15:22:51 +0100 (CET) Received: (qmail 62225 invoked by uid 500); 21 Nov 2019 14:22:50 -0000 Mailing-List: contact commits-help@isis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@isis.apache.org Delivered-To: mailing list commits@isis.apache.org Received: (qmail 62216 invoked by uid 99); 21 Nov 2019 14:22:50 -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; Thu, 21 Nov 2019 14:22:50 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 37D588B690; Thu, 21 Nov 2019 14:22:50 +0000 (UTC) Date: Thu, 21 Nov 2019 14:22:50 +0000 To: "commits@isis.apache.org" Subject: [isis] branch master updated: ISIS-2181: debugging build-core.sh (1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157434617014.4305.8718700091139545542@gitbox.apache.org> From: danhaywood@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: isis X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6cd278208b300dfb6e3f7f8f2b582478a0e83a5b X-Git-Newrev: 51241d39f8d8dfe5763dc55ce17fe408fe286354 X-Git-Rev: 51241d39f8d8dfe5763dc55ce17fe408fe286354 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. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/isis.git The following commit(s) were added to refs/heads/master by this push: new 51241d3 ISIS-2181: debugging build-core.sh (1) 51241d3 is described below commit 51241d39f8d8dfe5763dc55ce17fe408fe286354 Author: danhaywood AuthorDate: Thu Nov 21 14:22:27 2019 +0000 ISIS-2181: debugging build-core.sh (1) not running mvn versions:set --- scripts/ci/build-core.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/ci/build-core.sh b/scripts/ci/build-core.sh index d309afa..66888d0 100644 --- a/scripts/ci/build-core.sh +++ b/scripts/ci/build-core.sh @@ -22,10 +22,15 @@ fi sh $SCRIPT_DIR/print-environment.sh "build-core" if [ ! -z "$REVISION" ]; then + cd $PROJECT_ROOT_PATH/core-parent + echo "updating version in isis-parent ..." mvn versions:set -DnewVersion=$REVISION + cd $PROJECT_ROOT_PATH/starters - mvn versions:set -DnewVersion=$REVISION + echo "updating version in isis-app-starter-parent ..." + cat pom.xml + mvn versions:set -DnewVersion=$REVISION -o fi cd $PROJECT_ROOT_PATH/core-parent