Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 272 Bytes

RELEASING.md

File metadata and controls

8 lines (7 loc) · 272 Bytes

Releasing

  1. Verify the build: mvn clean verify.
  2. Update the CHANGELOG.md for the impending release.
  3. mvn clean release:clean
  4. mvn release:prepare release:perform
  5. Visit Sonatype Nexus and promote the artifact.