From 4fccbfca47c367aaf357ded386c97e25f96823fc Mon Sep 17 00:00:00 2001 From: vv770d Date: Tue, 9 Mar 2021 15:49:53 +0000 Subject: R9 tag/path update Change-Id: Ifea4f102ca45eceee451a9986289fa4546d1f738 Signed-off-by: vv770d Issue-ID: DCAEGEN2-2663 --- mvn-phase-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mvn-phase-script.sh') diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 0e9c8f4..b048625 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:-R8} +RELEASE_TAG=${MVN_RELEASE_TAG:-R9} if [ "$RELEASE_TAG" != "R1" ]; then RELEASE_TAGGED_DIR="${RELEASE_TAG}/" else -- cgit 1.2.3-korg