From commits-return-1729-archive-asf-public=cust-asf.ponee.io@metamodel.apache.org Fri Nov 9 07:37:13 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 94D83180627 for ; Fri, 9 Nov 2018 07:37:12 +0100 (CET) Received: (qmail 16984 invoked by uid 500); 9 Nov 2018 06:37:11 -0000 Mailing-List: contact commits-help@metamodel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@metamodel.apache.org Delivered-To: mailing list commits@metamodel.apache.org Received: (qmail 16963 invoked by uid 99); 9 Nov 2018 06:37:11 -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; Fri, 09 Nov 2018 06:37:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 93507E10BE; Fri, 9 Nov 2018 06:37:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: kaspersor@apache.org To: commits@metamodel.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: metamodel-membrane git commit: Fixed build Date: Fri, 9 Nov 2018 06:37:11 +0000 (UTC) Repository: metamodel-membrane Updated Branches: refs/heads/master 7bb21b791 -> 952f04139 Fixed build Closes #15 Project: http://git-wip-us.apache.org/repos/asf/metamodel-membrane/repo Commit: http://git-wip-us.apache.org/repos/asf/metamodel-membrane/commit/952f0413 Tree: http://git-wip-us.apache.org/repos/asf/metamodel-membrane/tree/952f0413 Diff: http://git-wip-us.apache.org/repos/asf/metamodel-membrane/diff/952f0413 Branch: refs/heads/master Commit: 952f041399c56d10e32b01b1558fe260a352563f Parents: 7bb21b7 Author: Kasper Sørensen Authored: Thu Nov 8 22:36:56 2018 -0800 Committer: Kasper Sørensen Committed: Thu Nov 8 22:36:56 2018 -0800 ---------------------------------------------------------------------- .travis.yml | 7 ++++--- Dockerfile | 2 +- postman-tests/pom.xml | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metamodel-membrane/blob/952f0413/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 948b691..f38a0b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,12 @@ services: before_install: - sudo apt-get -qq update -- sudo apt-get install npm -- sudo npm install newman --global; +- sudo apt-get install -y npm +- sudo npm config set registry="http://registry.npmjs.org/" +- sudo npm install newman@3.9.3 --global; script: - mvn clean install -Pfull notifications: - email: false \ No newline at end of file + email: false http://git-wip-us.apache.org/repos/asf/metamodel-membrane/blob/952f0413/Dockerfile ---------------------------------------------------------------------- diff --git a/Dockerfile b/Dockerfile index a10b5d8..cd366e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -FROM maven:3.5-jdk-8-alpine +FROM maven:3-jdk-8 # Set data directory used for the app's persistence VOLUME /data http://git-wip-us.apache.org/repos/asf/metamodel-membrane/blob/952f0413/postman-tests/pom.xml ---------------------------------------------------------------------- diff --git a/postman-tests/pom.xml b/postman-tests/pom.xml index 2d4c04c..40a91fc 100644 --- a/postman-tests/pom.xml +++ b/postman-tests/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.metamodel.membrane Membrane-parent - 0.1-SNAPSHOT + 0.2-SNAPSHOT 4.0.0 Membrane-postman-tests @@ -111,6 +111,7 @@ under the License.