If you are planning to release a new version of a module:
- Get privileges to deploy to mavenrepo.openmrs.org
- Actually release the module, using
mvn release:prepare release:perform
- Update openmrs-distro-referenceapplication to refer to the (new) latest snapshot
- Upload the built omod file to modules.openmrs.org
- Release the version in JIRA, and create the next fixVersion.
- Email the dev-refapp mailing list so that other interested parties can upgrade their distros (e.g. Mirebalais would need to switch from 1.3-SNAPSHOT to 1.4-SNAPSHOT)