...
- Checkout common-projects-0.7 (checkout common-projects-0.7)
- Create a new branch release-0.7.1 based on that release branch (checkout -b release-0.7.1)
- Modify the pom.xml files in your new branch (replace <version>0.7</version> with <version>0.7.1-SNAPSHOT</version>)
- Commit your code on the new branch
- Push your branch to origin
- Check that Bamboo build unit tests succeed, if it does, you should see that Build snapshot runs automatically
- Check that Bamboo build snapshot for your branch succeeded, check the Sonar for your branch
- If ready, execute the Deploy snapshot stage of the last build
- When finished, modify your project to reference the new snapshot version
- Update the project dependencies, you should now have the snapshot you want
...