summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mvn-phase-lib.sh2
-rwxr-xr-xmvn-phase-script.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/mvn-phase-lib.sh b/mvn-phase-lib.sh
index e5b7709..daec9f8 100644
--- a/mvn-phase-lib.sh
+++ b/mvn-phase-lib.sh
@@ -52,7 +52,7 @@ fi
export SETTINGS_FILE=${SETTINGS_FILE:-$HOME/.m2/settings.xml}
-RELEASE_TAG=${MVN_RELEASE_TAG:-R8}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R9}
if [ "$RELEASE_TAG" == "R1" ]; then
unset RELEASE_TAG
fi
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index 4eaa92b..a7a35d4 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -27,7 +27,7 @@ MVN_PHASE="$2"
PROJECT_ROOT=$(dirname $0)
set -e
-RELEASE_TAG=${MVN_RELEASE_TAG:-R8}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R9}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else