Skip to content
jussimalinen edited this page Aug 10, 2012 · 4 revisions

This document has instructions for the developers who are making a new release of JavalibCore

  1. Remember to do git pull, mvn clean package, and mvn integration-test
  2. Update version number in pom.xml 1.0
  3. git tag 1.0
  4. mvn clean package
  5. git push --tags
  6. Upload the package target/javalib-core-1.0.jar to github download page
  7. Update Release Notes
  8. Update to sonatype (TODO: how the hell to do that?)
  9. send release email & celebrate
Clone this wiki locally