-
Notifications
You must be signed in to change notification settings - Fork 47
Release Process
SomMeri edited this page Oct 29, 2012
·
28 revisions
- Update wiki and readme.md.
- Add the next version to the released versions page.
- Update maven dependency version number in readme.md.
Create, tag and upload jar:
mvn clean release:prepare -Dusername=<Github Username> -Dpassword=<Github Password>
mvn release:perform -Dgpg.passphrase=<pgp passphrase>
Finish release in maven central:
- Log into Sonatype Nexus: https://oss.sonatype.org/index.html.
- Click "Staging Repositories".
- Close the artifact.
- Release the artifact.