Check Configuring a Plan to Release from Bamboo to configure a new build to use this stage.
Here be javadoc dragons!
Javadoc is failing for multiple modules.
Read this thread before releasing a module, to make sure your module won't fail on javadoc generation.
If you accidentally tried to release a version and it failed in the release:perform due to that problem, you will need to release a new version. Do not try to reuse the same version as your first attempt.
When getting to the latest build of a module, the screen should be something like:
The default release version is defined in a variable named maven.release.version. The default next snapshot ( maven.development.version) is empty, and calculated by the maven release plugin.
If you want to know what will be the next release (or if you want to change it), check the plan variables configuration:
When you click the 'play' button to kick the release, Bamboo will allow you to customise a few variables. You probably do not need to override anything.
If this module is part of the reference application, other option you might want to override is the global variable 'preparing.refapp.distro.release':
When it's true, the refapp distro will be updated with the released version; when it's false, with the next snapshot.
Other pages