Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 332 Bytes

RELEASE.adoc

File metadata and controls

17 lines (12 loc) · 332 Bytes

releasing

mvn release:branch -B
git checkout REL-5.13-SNAPSHOT
mvn -Pdeploy,ossrh release:prepare release:perform -B

If sonatype down, we can also deploy to vpro-nexus (the artifacts aren’t publically available then)

mvn -Pdeploy,vpro-nexus release:prepare release:perform -B