``` $ COVERALLS=true mvn jacoco:report ```
Run the tests: mvn clean test
Update NEWS
Bump version number: mvn versions:set
and commit
Tag release: git tag -as yubico-validation-client-<VERSION>
Release to Maven Central via Sonatype Nexus (see below)
First, create a staging repository:
``` $ mvn clean test && mvn deploy -DperformRelease=true ```
Then go to https://oss.sonatype.org/#stagingRepositories, close the staging repository and then release it once successfully closed.