Skip to content

Parameters

RELEASE_VERSION
Version string to release in .. format. , and :: [1-9][0-9]*
NEXT_VERSION
Next developement version such as 1.0.2 Note, that "-SNAPSHOT" will automatically be added after value. So 1.0.2 will result in 1.0.2-SNAPSHOT
BRANCH
Name of Github project branch to release. The most common value is master, but any other existing branch name may be used.

Loading...

-DdryRun=true is passed to Maven when checked. Do not publish artifacts. This checkbox skips maven deploy target and wil not push tag and branch to Github

Loading...

If release with given version string already exists, it's overwritten with new artifacts. Both OSSRH staging repository and GitHub branch and tag are updated. false (unchecked): If release with given version string already exists, job will be terminated with an error.