diff options
-rw-r--r-- | scripts/mvn-phase-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mvn-phase-lib.sh b/scripts/mvn-phase-lib.sh index f743712..ce70471 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:-R5} +RELEASE_TAG=${MVN_RELEASE_TAG:-R6} if [ "$RELEASE_TAG" == "R1" ]; then unset RELEASE_TAG fi |