diff options
author | vv770d <vv770d@att.com> | 2021-03-09 00:44:05 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-03-09 00:44:08 +0000 |
commit | 500b26f47022ad2c0cc9bb426690adeae1663a3e (patch) | |
tree | 9b6442332b6109466b17fde449e67e69b9c26056 | |
parent | 0d73934c79b72d2726a08bc3a660b344c3153e05 (diff) |
R9 tag/path update
Change-Id: I0df0a015d5a69aedddc80315e8af915421ffa20d
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2663
-rw-r--r-- | scripts/mvn-phase-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mvn-phase-lib.sh b/scripts/mvn-phase-lib.sh index 8c0795e..47bcd06 100644 --- a/scripts/mvn-phase-lib.sh +++ b/scripts/mvn-phase-lib.sh @@ -52,7 +52,7 @@ fi export SETTINGS_FILE=${SETTINGS_FILE:-$HOME/.m2/settings.xml} -RELEASE_TAG=${MVN_RELEASE_TAG:-R8} +RELEASE_TAG=${MVN_RELEASE_TAG:-R9} if [ "$RELEASE_TAG" == "R1" ]; then unset RELEASE_TAG fi |