File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737 NEXT_PATCH=$(( "${PATCH} " + 1 ))
3838fi
3939
40- # allow to override the next version, e.g. via "DEVELOPMENT_VERSION=7.0.0-SNAPSHOT ./do-release.sh"
40+ # allow to override the next version, e.g. via "DEVELOPMENT_VERSION=7.0.0 ./do-release.sh"
4141if [ " $DEVELOPMENT_VERSION " = " " ]; then
4242 DEVELOPMENT_VERSION=" $MAJOR .$NEXT_MINOR .$NEXT_PATCH -SNAPSHOT"
4343fi
@@ -59,7 +59,7 @@ export DEVELOPMENT_VERSION
5959export BUILDQUALIFIER
6060
6161echo " RELEASE_VERSION: ${RELEASE_VERSION} .${BUILDQUALIFIER} (this release)"
62- echo " DEVELOPMENT_VERSION: ${DEVELOPMENT_VERSION} (the next version after the release)"
62+ echo " DEVELOPMENT_VERSION: ${DEVELOPMENT_VERSION} -SNAPSHOT (the next version after the release)"
6363echo " CURRENT_BRANCH: ${CURRENT_BRANCH} "
6464
6565echo
You can’t perform that action at this time.
0 commit comments