Resolves #855: Set should evaluate expressions by andrzejj0 · Pull Request #856 · mojohaus/versions (original) (raw)

Fixing a regression after #799

The premise of that PR was that the mojo was updating every file if it did not find any match anywhere. This made the mojo update files where e.g. the version was specified as a parameter.

The fix does it differently -- by resolving parameters and checking if they match the artifact coordinates.