From adbe93f2b49e91aabc98bf21585ab4dd043074c3 Mon Sep 17 00:00:00 2001 From: vv770d Date: Thu, 1 Oct 2020 21:50:43 +0000 Subject: R8 tag/path update Change-Id: Idee8565bfe995284d630a0f5f1d636cd9520f9be Signed-off-by: vv770d Issue-ID: DCAEGEN2-2468 Signed-off-by: vv770d --- mvn-phase-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 3305c64..02d7470 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:-R7} +RELEASE_TAG=${MVN_RELEASE_TAG:-R8} if [ "$RELEASE_TAG" != "R1" ]; then RELEASE_TAGGED_DIR="${RELEASE_TAG}/" else -- cgit 1.2.3-korg