-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update Micronaut Parent POM #7120
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that you use 0.9.11
, which is correct since it's technically a breaking change. Just making sure this doesn't get merged until that version is out :)
I wonder how could the build pass since I used a non-existent version? Weren't we checking that? |
We're checking the BOM, not the parent POM afaik. |
The version is changed in the catalog file, not the parent POM. |
The catalog file isn't checked: we check the generated BOM. |
Ok, understood. Thanks! |
41fd78e
to
794ba52
Compare
@sdelamo this is ready to be merged into 3.4.x |
Kudos, SonarCloud Quality Gate passed! |
Refreshes Maven plugin versions. It also changes the GraalVM Native Plugin definition
by not manually passing anymore the application JAR as a classpath argument, since this
is now handled in the Native Plugin (see graalvm/native-build-tools#226)
This PR requires Native Plugin version 0.9.11 released before merging.