Versions Compared

Key

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

...

If anything goes wrong at this state, you will need to undo, edit, and commit required changes and start again.

 

mvn release:rollback git commit git push
git tag -d $X_RELEASE
git push origin :refs/tags/$X_RELEASE

Use git diff against the previous release tag for a rough check for changes:

git diff $X_RELEASE

3.9 - Deploying release candidate

...

Update (or make) the corresponding pages under downloads.html including the correct version number for the Maven dependencies and the release dates.

...