aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-11-09 08:27:45 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2018-11-09 09:16:26 +0000
commit8e12680f279f50fc7a1ca01e66c003f6059ae754 (patch)
tree24c0579f78d28d2fbea0b4d38da9b77f04af12e1
parentf351db55311825662f1514259b0a9d4eff9fd25d (diff)
R4 tag update
Change-Id: Ic1673ff6312b23d9d557f1a337ceef0de66bb82e Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-937 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-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 a14c292..5f5ae77 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:-R2}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R4}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else