Skip to content
Mina Kamel edited this page Apr 27, 2017 · 2 revisions

Make sure all packages within this repo have the same version number, as bloom the release tool will be unable to release the package:

bloom will only operate on an entire repo and everything in the repo must be at the same version. This is because the nature of tagging a repo is global across the repo so it asserts that all packages have the same version. And bloom operates on the repo, hiding the files in the local checkout will not work. from: here.

Package versions convension:

  • 2.xx.xx for ROS indigo (gazebo2)
  • 3.xx.xx for ROS jade (gazebo5)
  • 4.xx.xx for ROS kinetic (gazebo7)