summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/mvn-phase-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mvn-phase-lib.sh b/scripts/mvn-phase-lib.sh
index 2bf82bd..fc959df 100644
--- a/scripts/mvn-phase-lib.sh
+++ b/scripts/mvn-phase-lib.sh
@@ -52,7 +52,7 @@ fi
export SETTINGS_FILE=${SETTINGS_FILE:-$HOME/.m2/settings.xml}
-RELEASE_TAG=${MVN_RELEASE_TAG:-R3}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R4}
if [ "$RELEASE_TAG" == "R1" ]; then
unset RELEASE_TAG
fi