You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to use your plugin for both maven and tycho builds.
The cause appears to be that the versions-maven-plugin is set to 2.1 in the code which doesn't support this property yet.
The pull request below removes the version '2.1' entirely, allowing support for future versions.
see pullrequest #115
The text was updated successfully, but these errors were encountered:
We're trying to use your plugin for both maven and tycho builds.
The cause appears to be that the versions-maven-plugin is set to 2.1 in the code which doesn't support this property yet.
The pull request below removes the version '2.1' entirely, allowing support for future versions.
see pullrequest #115
The text was updated successfully, but these errors were encountered: