Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 341 Bytes

RELEASE.md

File metadata and controls

14 lines (11 loc) · 341 Bytes

Releasing

Deploy Release to GitHub and Bintray

Deployment to GitHub and Bintray should be done automatic.

mvn release:prepare release:perform

Deploy SNAPSHOT to GitHub

Deploy SNAPSHOTs to Bintray is not possible. Therefore we skip bintray, when we deploy manuell to GitHub.

mvn clean deploy -Pskip-bintray