aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-09-30 19:20:20 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-09-30 19:26:53 +0000
commit9034d01133d9a18b2ebb3e9fb8cd6068fad3759e (patch)
treee4104a807d3ef9861b96b34de6e893087f75bd57
parent6c435255eb84b9e5bd01be23b8bdea10a1277db9 (diff)
R6 tag update
Change-Id: Ie8f9baecbec6c61d6b5c3f4600210312c7ee36f5 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1785 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 d94324d..c696051 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:-R5}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R6}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else