Skip to content
Aborted

Parameters

git_url
the repository to clone
git@github.com:appNG/appng.git
snapshot_version
the current SNAPSHOT version
1.24.5-SNAPSHOT
release_version
the stable version to build
1.24.5
next_version
the next SNAPSHOT version
1.24.6-SNAPSHOT
current_branch
the branch to create the stable version from, here the version must be snapshot_version
appng-1.24.5-SNAPSHOT
maven_goal
the maven goal to execute
clean deploy
next_branch
the branch on which the next_version should be created
appng-1.24.6-SNAPSHOT
maven_opts
additional maven options (format: -Dxxx=yyy)
-Pmaven-central -Pjavadocs -Pdefault
last_release
the version number of the last stable release
1.24.4
Should the built stable version be merged to the master branch?