summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-05-06 16:15:58 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-05-06 16:16:10 +0000
commit87c27c2e49671a973c2955330d8bd6a04b411331 (patch)
tree53b07521aa39e93da8a48343465a84cb45e15dde
parent175a6d52277d321a93310dbe78d81a4ff68d2a10 (diff)
R5 tag update
Change-Id: I3822177c6b0e0ee08a647fd31a0a34532d52751d 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 e404a08..6b3120b 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:-R4}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R5}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else