Upgrade from Maven 4.0.0-rc-4 to 4.0.0-rc-5.#283
Conversation
slachiewicz
left a comment
There was a problem hiding this comment.
Maybe simply remove the version from gha yaml?
No objection, but I have no idea about how GitHub workflow works. Would GitHub action still build with the correct Maven version? |
It will used a default version defined in: |
|
Thanks, I didn't knew that file. But it would mean that GitHub would start to use the latest Maven version before we have verified that the plugin is compatible with it? For example, I'm trying to upgrade the maven-jar-plugin right now and I'm observing a |
It can happens, to consider what is easier to maintain |
|
For the future we will not update maven or java versions globally but per project - to limit impact scope. |
Replace #282 which is missing the upgrade of the
maven-verify.ymlfile.