smartcodeltd / release-candidate-maven-plugin

Release Candidate is a Maven plugin that makes integrating Maven projects with Continuous Delivery pipelines a little bit easier :-)
http://smartcodeltd.co.uk/release-candidate-maven-plugin
Other
23 stars 11 forks source link

Update version in parent-child projects doesn't update the parent version. #2

Closed cdelmas closed 8 years ago

cdelmas commented 8 years ago

When updating the version of a parent project with version tags in child projects' pom, the parent version is not updated to the new version (while the project's version is).

Note: This is not the same issue than #1. issue.zip

jan-molak commented 8 years ago

Should be fixed in the latest build. Again, thanks for attaching the test poms, it really helped with investigating the issue :smiley:

Your example is now part of the integration tests package.

Best, Jan