...
- 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>)
- 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
Warning |
---|
Modifying the pom.xml to the correct snapshot version you want to use is probably the single most important thing to make this work! |
When your snapshot is ready to be released
...