aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-05-06 16:41:29 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-05-06 16:41:35 +0000
commit2b89e275120c43beee4ffb3c57d503c820cd0cb3 (patch)
tree2b2d724a0c7fca1846e8bf125918809783a1c2b0
parentdecf06eb401587c22ede29fbf3da958ac166a638 (diff)
R5 tag update
Change-Id: I89504fa214cfb4bb210caba6574a03df30fccc87 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1481
-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 5f5ae77..d94324d 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:-R4}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R5}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else