summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2020-10-02 16:18:47 +0000
committervv770d <vv770d@att.com>2020-10-02 16:18:54 +0000
commit4aa38fa57b3d7251306c041aeb1b75cc1fd3b67d (patch)
tree475531d0886352b9ce7dd469b33bc3fce345507e /mvn-phase-script.sh
parent86c9f3ac9a19ffba6ef9ca92ac088a0c24abcb3f (diff)
R8 tag/path update
Change-Id: Ia615bc0cb35741cd6c052c6c1ebe65bc1282aed5 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2468
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-xmvn-phase-script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index 7e881b3..cf6b1a8 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -27,7 +27,7 @@ MVN_PHASE="$2"
PROJECT_ROOT=$(dirname $0)
set -e
-RELEASE_TAG=${MVN_RELEASE_TAG:-R7}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R8}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else