Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 317 Bytes

File metadata and controls

8 lines (7 loc) · 317 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 the Maven Central Portal to review and publish the release.