The Apache Maven team is pleased to announce the release of the
Apache Maven 3.9.8

Apache 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 3.9.8 is available via https://maven.apache.org/download.cgi

The core release is independent of plugin releases. Further releases of
plugins will be made separately.

If you have any questions, please consult:

- the web site: https://maven.apache.org/
- the maven-user mailing list: https://maven.apache.org/mailing-lists.html
- the reference documentation: https://maven.apache.org/ref/3.9.8/

For more information read
https://maven.apache.org/docs/3.9.8/release-notes.html

Release Notes - Maven - Version 3.9.8

** Bug
    * [MNG-7758] - o.e.aether.resolution.ArtifactResolutionException
incorrectly examined when multiple repositories are involved
    * [MNG-8066] - Maven hangs on self-referencing exceptions
    * [MNG-8116] - Plugin configuration can randomly fail in case of method
overloading as it doesn't take into account implementation attribute
    * [MNG-8131] - Property replacement in dependency pom no longer works
    * [MNG-8135] - Profile activation based on OS properties is no longer
case insensitive
    * [MNG-8142] - If JDK profile activator gets "invalid" JDK version for
whatever reason, it chokes but does not tell why
    * [MNG-8147] - Profile interpolation broke their evaluation in case of
duplicate IDs
** Improvement
    * [MNG-7902] - Sort plugins in validation report
    * [MNG-8140] - When a model is discarded (by model builder) for
whatever reason, show why it happened
    * [MNG-8141] - Model Builder should report if not sure about "fully
correct" outcome
    * [MNG-8150] - Make SimplexTransferListener handle absent source/target
files
** Task
    * [MNG-8146] - Drop use of commons-lang
** Dependency upgrade
    * [MNG-8136] - Update to Eclipse Sisu 0.9.0.M3
    * [MNG-8143] - Update to commons-cli 1.8.0
    * [MNG-8144] - Update to Guava 32.2.1-jre
    * [MNG-8154] - Upgrade default plugin bindings

Have fun!
- The Maven Team

Reply via email to