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

Parent POM's version of submodule is not updated when run against release version #8

Closed janzyka closed 8 years ago

janzyka commented 8 years ago

In my CI it may happen that the plugin runs agains project which has release version, like 1.0.0. My parent pom is changed as per the releaseVersionFormat where my submodules still refer to parent version 1.0.0.

jan-molak commented 8 years ago

Hi and thanks for the feedback @janzyka. Would you mind raising a PR with example poms so that I can reproduce the issue?

Have a look at the existing integration tests and just add one that covers this scenario please.

Many thanks for your time and help. Jan

janzyka commented 8 years ago

On pull request.