From: Vijay Venkatesh Kumar Date: Mon, 20 Apr 2020 16:28:37 +0000 (+0000) Subject: R7 tag/path update X-Git-Tag: 3.0.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F106293%2F1;p=dcaegen2%2Fdeployments.git R7 tag/path update Change-Id: Ifc15a43e4d5fe78ff5f4ffc43a4baf801936949a Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-2201 --- 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