How to update version on dependent sibling module with Versions Maven Plugin
I have an issue with updating the dependency version of dependent sibling projects. My simplified project setup is the following. root |--parent |--tool-core |--tool |--functional-tests The parent project holds all the global properties and dependency management. The functional tests depend on the tool and the tool depends on the tool-core. The root pom.xml only aggregates (specifies whether the functional tests are included) and the parent project is the parent for all of the projects. I don't know if this is trivial, but the parent is not included in the aggregation though, as it already is