Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Checkout common-projects-0.7 (checkout common-projects-0.7)
  2. Create a new branch release-0.7.1 based on that release branch (checkout -b release-0.7.1)
  3. Modify the pom.xml files in your new branch (replace <version>0.7</version> with <version>0.7.1-SNAPSHOT</version>)
  4.  
  5.  
  6.  
  7. Check that Bamboo build unit tests succeed, if it does, you should see that Build snapshot runs automatically
  8. Check that Bamboo build snapshot for your branch succeeded, check the Sonar for your branch
  9. If ready, execute the Deploy snapshot stage of the last build
  10. When finished, modify your project to reference the new snapshot version
  11. 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

...