Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 372 Bytes

HOW-TO.md

File metadata and controls

10 lines (7 loc) · 372 Bytes

How to

How to do a release to maven central

  1. Make sure you are on correct branch (for new micro (1.0.0 -> 1.1.0) versions create separate branch like 1.0.x)
  2. Assuming SNAPSHOT version in pom.xml
  3. Run "mvn release:clean release:prepare"
  4. If successful run "mvn release:perform"
  5. If build is successful, your new build should be available in maven central