From 7a941173c1efeb9d72c31f8bcf166d80049955eb Mon Sep 17 00:00:00 2001 From: m-brophy Date: Mon, 15 Jun 2020 16:24:03 +0100 Subject: [PATCH] changes for mta rebrand --- README.md | 2 +- build_cli.sh | 2 +- build_web.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 629c820..29a0e13 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # windup-local-build-scripts -Useful scripts to build locally all projects involving the RHAMT CLI and Web UI +Useful scripts to build locally all projects involving the MTA CLI and Web UI The scripts within this repository should be executed from the parent directory of the local repositories, i.e. the parent directory of windup, windup-distribution, etc. diff --git a/build_cli.sh b/build_cli.sh index b65865c..1131f47 100755 --- a/build_cli.sh +++ b/build_cli.sh @@ -16,4 +16,4 @@ cd windup-distribution $MVN_COMMAND || exit 1 cd target -unzip rhamt-cli-*.zip +unzip mta-cli-*.zip diff --git a/build_web.sh b/build_web.sh index be9e54c..7fd38ba 100755 --- a/build_web.sh +++ b/build_web.sh @@ -19,4 +19,4 @@ $MVN_COMMAND || exit 1 cd target -unzip rhamt-web-*.zip +unzip mta-web-*.zip