From commits-return-851-archive-asf-public=cust-asf.ponee.io@mnemonic.apache.org Thu Dec 31 21:48:13 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 6BA94180638 for ; Thu, 31 Dec 2020 22:48:13 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id D699C633D7 for ; Thu, 31 Dec 2020 21:48:12 +0000 (UTC) Received: (qmail 338 invoked by uid 500); 31 Dec 2020 21:48:12 -0000 Mailing-List: contact commits-help@mnemonic.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mnemonic.apache.org Delivered-To: mailing list commits@mnemonic.apache.org Received: (qmail 329 invoked by uid 99); 31 Dec 2020 21:48:12 -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, 31 Dec 2020 21:48:12 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id BEBA081F9F; Thu, 31 Dec 2020 21:48:11 +0000 (UTC) Date: Thu, 31 Dec 2020 21:48:11 +0000 To: "commits@mnemonic.apache.org" Subject: [mnemonic] branch master updated: MNEMONIC-581: Upgrade assembly and deploy plugins MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160945129169.9066.3776870177964426093@gitbox.apache.org> From: garyw@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: mnemonic X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c07d99e12606346f6f41f450ac657a73150b9263 X-Git-Newrev: aba3fe9a32c8cda829776610f3f1fead5c65c6cf X-Git-Rev: aba3fe9a32c8cda829776610f3f1fead5c65c6cf 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. garyw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mnemonic.git The following commit(s) were added to refs/heads/master by this push: new aba3fe9 MNEMONIC-581: Upgrade assembly and deploy plugins aba3fe9 is described below commit aba3fe9a32c8cda829776610f3f1fead5c65c6cf Author: Gary AuthorDate: Wed Dec 30 22:56:23 2020 -0800 MNEMONIC-581: Upgrade assembly and deploy plugins Signed-off-by: Gary --- bin/source-assembly.xml | 4 ++-- pom.xml | 15 +++++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/bin/source-assembly.xml b/bin/source-assembly.xml index af625d4..9a23a41 100644 --- a/bin/source-assembly.xml +++ b/bin/source-assembly.xml @@ -20,9 +20,9 @@ --> + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-2.1.0.xsd"> src zip diff --git a/pom.xml b/pom.xml index 8843906..25d9a28 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,10 @@ mnemonic-computing-services mnemonic-query mnemonic-common + mnemonic-sessions + mnemonic-hadoop + mnemonic-spark + mnemonic-benches @@ -455,6 +459,11 @@ + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0-M1 + @@ -500,10 +509,12 @@ org.apache.maven.plugins maven-assembly-plugin - 2.4 + 3.3.0 apache-mnemonic-${project.version} - bin/source-assembly.xml + + bin/source-assembly.xml +