diff --git a/.circleci/adjust-pom-version.sh b/.circleci/adjust-pom-version.sh index 345cdc6c..419b14ce 100755 --- a/.circleci/adjust-pom-version.sh +++ b/.circleci/adjust-pom-version.sh @@ -8,7 +8,7 @@ fi if [ "$CIRCLE_BRANCH" == "dev" ] || [ "$CIRCLE_BRANCH" == "staging" ] || [ "$CIRCLE_BRANCH" == "main" ] || [ \! -z $(echo "$CIRCLE_TAG" | grep "^version-") ]; then echo "On a primary branch or tag [${CIRCLE_BRANCH}${CIRCLE_TAG}] - will not edit the pom version."; echo "(or do we need to do this for dev...?)" - echo "(maybe we do this if the current version is a SNAPSHOT?")" + echo "(maybe we do this if the current version is a SNAPSHOT?)" exit 0; fi