summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-04-20 16:28:37 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2020-04-20 16:28:50 +0000
commita774ad9f309576a61db9689f5315f2577e507b25 (patch)
tree878b35e8d5ebfd4b981241b205bdc29abd38de3c
parentca4ad7969cf51ee0fcd508a6fab4640f47029755 (diff)
R7 tag/path update
Change-Id: Ifc15a43e4d5fe78ff5f4ffc43a4baf801936949a Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2201
-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 5bfe1dc..44f50ec 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:-R6}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R7}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else