Versions Compared

Key

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

...

Build and release the final distribution to Maven Central

Tip

It may be best to create fresh clones of the to-be-released projects, perhaps in well-named release folder.  Leaving these directories pristine may help in the event that you wish to roll back or otherwise deal with an unexpected error. 

 

In order to build the release make sure that:

...

  • Push tags and commits to GitHub
Warning

Up until this point, all of the changes made are strictly in your local repository and working directory.  From this point on, the changes you make will be visible to the world and in some cases difficult to back-out of.

No Format
git checkout master
git push origin
git push origin --tags

...