Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 401 Bytes

RELEASE.md

File metadata and controls

26 lines (17 loc) · 401 Bytes

RELEASE

  • Switch to Java 8

  • Use the following command to make a new release:

    mvn --batch-mode release:prepare release:perform
    
  • Push all changes:

    git push
    
  • Edit tag generated by Maven

    • Enter release title, eg: Release v1.1.0
    • Attach all jars to the release
  • Update documentation

    • Maven artifact version
    • Jar file name in examples