Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 855 Bytes

HOWTO.md

File metadata and controls

29 lines (21 loc) · 855 Bytes

Quidem HOWTO

Here's some miscellaneous documentation about using and developing Quidem.

Release

Make sure that mvn clean install site runs on JDK 1.6, 1.7, 1.8, on Linux and Windows. Also check Travis CI.

Update the release history and the version number at the bottom of README.

mvn clean
mvn release:clean
git clean -nx
git clean -fx
read -s GPG_PASSPHRASE
mvn -Prelease -Dgpg.passphrase=${GPG_PASSPHRASE} release:prepare
mvn -Prelease -Dgpg.passphrase=${GPG_PASSPHRASE} release:perform

Then go to Sonatype, log in, close the repository, and release.

Make sure that the site has been updated.

Announce the release.