The Apache Maven team is pleased to announce the release of Apache Maven 4.0.0-rc-6.
Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting, and documentation from a central piece of information. Maven 4 is a major release that includes significant improvements and changes. See https://maven.apache.org/whatsnewinmaven4.html for more details. This is a release candidate intended for testing and feedback. Please report any issues to https://github.com/apache/maven/issues Issues fixed since rc-5: - Bean configuration bug causing plugin configuration injection failures - Concurrency issue in the v4 API (ConcurrentModificationException) - BOM packaging: consumer POM conversion now correctly preserves dependency versions - macOS Gatekeeper: JLine native binaries removed from distribution Plus many additional bug fixes, improvements to the mvnup upgrade tool, and compatibility enhancements. See the full release notes at: https://maven.apache.org/docs/4.0.0-rc-6/release-notes.html To upgrade, use the mvnup tool to detect and fix common issues: mvnup check mvnup apply Download: https://maven.apache.org/download.cgi Reference documentation: https://maven.apache.org/ref/4.0.0-rc-6/ Release notes: https://maven.apache.org/docs/4.0.0-rc-6/release-notes.html Full changelog: https://github.com/apache/maven/releases/tag/maven-4.0.0-rc-6 Enjoy, -The Apache Maven team
