aboutsummaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
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 577d1a6..6249249 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -37,7 +37,7 @@ if [ -z "$SETTINGS_FILE" ]; then
fi
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