From: Vijay Venkatesh Kumar Date: Mon, 6 May 2019 16:15:58 +0000 (+0000) Subject: R5 tag update X-Git-Tag: 5.0.1-ONAP~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F87056%2F1;p=dcaegen2%2Fplatform%2Fplugins.git R5 tag update Change-Id: I3822177c6b0e0ee08a647fd31a0a34532d52751d Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-1481 --- diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index e404a08..6b3120b 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -27,7 +27,7 @@ MVN_PHASE="$2" PROJECT_ROOT=$(dirname $0) set -e -RELEASE_TAG=${MVN_RELEASE_TAG:-R4} +RELEASE_TAG=${MVN_RELEASE_TAG:-R5} if [ "$RELEASE_TAG" != "R1" ]; then RELEASE_TAGGED_DIR="${RELEASE_TAG}/" else