Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • validate the contents of the staging Maven repository
  • test the staged binaries with a JDK8 runtime

Push branches and release tag to upstream

Push the following:

  • Work branch
  • Release branch
  • Release tag
Code Block
git push
git push origin $WORK_BRANCH:$BRANCH_NAME
git push origin $TAG

Close the Maven Repository

...