Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Commit missing change so that pushing works for patch release.
Browse files Browse the repository at this point in the history
  • Loading branch information
katmatt committed Nov 15, 2017
1 parent 1a9f077 commit afde7ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ then
echo "Provided branch does not exits!"
exit 1
fi
CURRENT_BRANCH=${RELEASE_BRANCH}
fi
fi

Expand All @@ -82,7 +83,7 @@ updateReleaseVersion ${TYPE}
RELEASE_VERSION=$(getVersion)
echo Build release ${RELEASE_VERSION} without running tests

./mvnw clean install -DskipTests -Pjavadoc-jdk-8u121
./mvnw clean install -DskipTests

if [[ ${TYPE} != "PATCH" ]]
then
Expand Down

0 comments on commit afde7ce

Please sign in to comment.