aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-04-20 16:32:49 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2020-04-20 16:32:55 +0000
commite969b079e331cc32b1ca361c49ee7b56e43900a7 (patch)
treee49e0b354b52237fd2b0dabe42ea7910f464ca74
parent2d4cd470b0d0aaeb1e9f3bfbffa62a96c141d511 (diff)
R7 tag/path update
Change-Id: I184267d83edbac71956d14662d09b0980ea076d7 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2201
-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 e69d0f1..297eaf8 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -37,7 +37,7 @@ if [ -z "$SETTINGS_FILE" ]; then
fi
set +e
-RELEASE_TAG=${MVN_RELEASE_TAG:-R6}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R7}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else