summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-05-06 16:56:23 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-05-06 16:56:30 +0000
commit3ed26737cd224861e36703df5c7b7bb3a9591220 (patch)
treea32ec42015f2324d6ba3d9981e8c9334a9faa1b7 /mvn-phase-script.sh
parente50fb1f7f84e0a9c2d12baed943e49e6f43dae32 (diff)
R5 tag update
Change-Id: Iea3ba723cba257c02c2cfdfa04153a93b0c8c8a9 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1481
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 c0f76d9..6e18c0d 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -28,7 +28,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