Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 609 Bytes

RELEASE.md

File metadata and controls

21 lines (14 loc) · 609 Bytes

How to make a release

  • Switch to Java 8 (. java8)

  • Run the following command to deploy the artifact:

    mvn release:clean release:prepare release:perform
    
  • push out all changes

  • update the version of the Maven release artifact in README.md

  • add new release on github