ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error is:

The package(s) in upstream are version '0.7.3', but the version to be released is '0.7.4', aborting.

This means that version in the package.xml(s) in the "development branch" do not match the version in the package.xml(s) of the tag it is trying to release.

From you output I can see that the development branch is groovy, which looking at your repository has version 0.7.4:

https://github.com/lagadic/vision_visp/blob/groovy/vision_visp/package.xml#L3

Then looking at the output I can see that it is trying to release from the tag groovy-0.7.4 which has version 0.7.3 in it's package.xml(s):

https://github.com/lagadic/vision_visp/blob/groovy-0.7.4/vision_visp/package.xml#L3

So somehow you have gotten version 0.7.3 tagged as groovy-0.7.4.