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.  Commit your code on the new branch
  7. Push your branch to origin
  8. Check that Bamboo build unit tests succeed, if it does, you should see that Build snapshot runs automatically
  9. Check that Bamboo build snapshot for your branch succeeded, check the Sonar for your branch
  10. If ready, execute the Deploy snapshot stage of the last build
  11. When finished, modify your project to reference the new snapshot version
  12. Update the project dependencies, you should now have the snapshot you want

...