You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Slawomir Jaranowski <sj...@apache.org> on 2023/04/18 16:57:45 UTC

[ANN] Apache Maven Shared JAR version 3.0.0 Released

The Apache Maven team is pleased to announce the release of the Apache
Maven Shared JAR version 3.0.0

https://maven.apache.org/shared/maven-shared-jar/

You should specify the version in your project's dependencies configuration:

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-shared-jar</artifactId>
  <version>3.0.0</version>
</dependency>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/shared/maven-shared-jar/download.html


Release Notes - Maven Shared Components - Version maven-shared-jar-3.0.0

** Bug
    * [MSHARED-408] - EmbeddedMavenModelExposer ignores parent values in pom

** Improvement
    * [MSHARED-498] - Upgrade maven-shared-components parent to version 22
    * [MSHARED-499] - Upgrade maven-shared-utils to 3.2.1
    * [MSHARED-500] - Removed unused plexus-default-container
    * [MSHARED-501] - Upgrade plexus-utils to 3.0.22
    * [MSHARED-502] - Upgrade to Maven 3.0 minimum / JDK 1.6
    * [MSHARED-531] - Upgrade maven-shared-components parent to version 30
    * [MSHARED-824] - Require Java 7
    * [MSHARED-840] -  Migrate to Plexus Annotations
    * [MSHARED-879] - make build Reproducible
    * [MSHARED-887] - Require Maven 3.1
    * [MSHARED-1240] - Update class version detection for newer JDKs 9 - 21

** Task
    * [MSHARED-484] - Upgrade to Plexus Digest 1.1
    * [MSHARED-1098] - Drop legacy, update module - Maven 3.2.5, JDK 8
    * [MSHARED-1225] - Add GitHub build and dependabot
    * [MSHARED-1227] - Refresh download page
    * [MSHARED-1239] - Switch unit tests to JUnit 5

** Dependency upgrade
    * [MSHARED-839] - Upgrade JUnit to 4.13
    * [MSHARED-841] - Upgrade Commons Collections to 4.2
    * [MSHARED-842] - Upgrade plexus-utils to 3.3.0
    * [MSHARED-888] - Upgrade Apache Commons BCEL to 6.2
    * [MSHARED-1226] - Upgrade Parent to 39
    * [MSHARED-1228] - Bump bcel from 6.5.0 to 6.7.0
    * [MSHARED-1229] - Bump plexus-utils from 3.4.2 to 3.5.1
    * [MSHARED-1230] - Bump commons-collections4 from 4.3 to 4.4

Enjoy,

-The Apache Maven team