We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, we only support a simple String but we could reuse the VersionReference abstraction we use for dependencies there as well.
String
VersionReference
The text was updated successfully, but these errors were encountered:
MavenPlugin using VersionReference spring-io#1243
e63969e
Refactoring MavenPlugin class to use a VersionReference instead of a String Fixes spring-io#1243
58893a6
Additional files of in the refactoring of MavenPlugin class to use a VersionReference instead of a String Fixes spring-io#1243
Successfully merging a pull request may close this issue.
Right now, we only support a simple
String
but we could reuse theVersionReference
abstraction we use for dependencies there as well.The text was updated successfully, but these errors were encountered: