The Apache Maven team is pleased to announce the release of the Apache
Maven Shared JAR, version 3.2.0.

Utilities that help identify the contents of a JAR, including Java
class analysis and Maven metadata analysis.

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.2.0</version>
</dependency>

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

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

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

** Improvement
* [MSHARED-1459] - Add support for JDK 22 - 25

** Dependency upgrade
* [MSHARED-1431] - Update org.apache.bcel:bcel to 6.10.0
* [MSHARED-1456] - Bump parent to 43
* [MSHARED-1457] - Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0
* [MSHARED-1458] - Bump commons-codec:commons-codec from 1.17.0 to 1.17.1

-The Apache Maven team

Reply via email to