Apache Maven Shared Utils Version 3.2.1 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Shared Utils, version 3.2.1.

The release contains a number of bug fixes.

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

1<dependency>
2  <groupId>org.apache.maven.shared</groupId>
3  <artifactId>maven-shared-utils</artifactId>
4  <version>3.2.1</version>
5</dependency>

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

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

Release Notes - Maven Shared Utils - Version 3.2.1

New Feature:

  • MSHARED-648 - Add registerShutdownHook to MessageUtils

Dependency upgrade:

  • MSHARED-672 - Upgrade plexus-container-default to 1.7.1

Enjoy,

-The Apache Maven team