When we run the latest version of UPM with Bamboo, the startup fails: "Could not load bootstrap from environment java.lang.IllegalStateException: Unable to bootstrap Bamboo: Failed to run pre-bootstrap upgrade tasks."
The reason is: UPM (plugin/pom.xml) uses an outdated version of the Product Data.
Steps to reproduce:
svn co https://studio.atlassian.com/svn/UPM/trunk upm
cd upm
mvn clean install
cd plugin
mvn -DskipTests -product=bamboo clean amps:run -Dproduct.version=3.1-SNAPSHOT