Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: allow the use of the locally specified versions-maven-plugin #115

Merged
merged 1 commit into from
Jul 30, 2018

Conversation

Zegveld
Copy link

@Zegveld Zegveld commented Jul 30, 2018

We're trying to use a versions-maven-plugin property 'processAllModules' which became available at 2.5. Since your code explicitly uses 2.1 this fails because this property doesn't exist yet.
This bugfix fixes this problem by not explicitly depending on the 2.1 version of the versions-maven-plugin anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants