summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-03-10 07:06:04 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-10 07:06:04 +0000
commit87924d4452b97f1fe945675f6321efe2cccd30c3 (patch)
tree3efde4da2473297c5a0c8085f8953c8322965486 /mvn-phase-script.sh
parentf9e1c2488b08407d8d08ec84648e9746109bcb4d (diff)
parent4fccbfca47c367aaf357ded386c97e25f96823fc (diff)
Merge "R9 tag/path update"
Diffstat (limited to 'mvn-phase-script.sh')
-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 8797433..50528c9 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