Here's some miscellaneous documentation about using and developing Quidem.
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.