UseDepVersionMoto should process all projects on the project list by andrzejj0 · Pull Request #1320 · mojohaus/versions (original) (raw)
First on the list of similar PRs to come, but only this one has been reported as a regression: there are other mojos which have aggregator = true but only process the first project: they typically only act upon getProject() or session.getCurrentProject().
Here only fixing the one in UseDepVersion since it's a regression, and for simplicity's sake.
Edit: modified so that we also say where the change is being made; without that, the plugin would simply state that it's updating a dependency without saying in which module.