release-engineering / pom-version-manipulator

Align versions in Maven POMs with those found in a Bill-of-Materials POM
Other
11 stars 9 forks source link

Relocations and Verifiers #83

Closed rnc closed 11 years ago

rnc commented 11 years ago

Error from VersionSuffixVerifier saying that the project parent version was not specified in a BOM BUT that parent version is a relocation from the original parent. It seems the logic in AbstractVersionModder is not handling relocations. On IRC J Casey suggested possibly integrating the relocation calculations in getManagedDependency.