summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2020-10-20 22:55:07 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-20 22:55:07 +0000
commit91004838714460163c3569f5f01c9dad5c40a3ad (patch)
treef773ff111a2207d3fb2f217b36f7c0ae1bebc246
parent5904efd2eb32793fde36ff4ea2076a3cb2994e31 (diff)
parentf35d2f0ed850a8822edd85acd83147e4498518c1 (diff)
Merge "R8 tag/path update"
-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 44f50ec..0e9c8f4 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:-R7}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R8}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else