aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2021-03-09 15:55:41 +0000
committervv770d <vv770d@att.com>2021-03-09 15:55:46 +0000
commitd06365a5f57270272f5bef6e55e5bad6b4814666 (patch)
tree226d413240a9569a207d9bc5f4ab1b3960eb27c8
parent333bf0dd234458cbd7c1d742d2f3d852009a0382 (diff)
R9 tag/path update
Change-Id: I5027f00b46920f96301044931ee65aaf24972978 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2663
-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 34dcc3e..9402c89 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -29,7 +29,7 @@ PROJECT_ROOT=$(dirname $0)
echo "MVN_RELEASE_TAG is set to [$MVN_RELEASE_TAG]"
-RELEASE_TAG=${MVN_RELEASE_TAG:-R8}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R9}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else