Hi everyone, I'm planning to release 4.0.0-rc-4 <https://github.com/apache/maven/releases/tag/untagged-583b5bac8219e03d9e61> next week or so. We've introduced 3 new features: * [MNG-8765] - Maven Upgrade Tool (#2407) @gnodet <https://github.com/apache/maven/pull/2407> * Maven4 "legacy" mode and more (#2380) @cstamas <https://github.com/apache/maven/pull/2380> * [MNG-8572] - Support DI beans in build extensions (#2274) @gnodet <https://github.com/apache/maven/pull/2274> And a lot of bunch fixes (those are not all categorized correctly in the release notes, I'll fix those in the coming days).
The idea is that this release becomes the last RC with a GA release in September. I plan to create a 4.0.x branch and switch master to 4.1.0-SNAPSHOT just before the release, so that the release will be done from the branch. If you have any change you'd like to include before the release, yell asap ! -- ------------------------ Guillaume Nodet