You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Slawomir Jaranowski <sj...@apache.org> on 2023/05/15 17:00:53 UTC

[ANN] Apache Maven Shared Utils 3.4.2 Released

The Apache Maven team is pleased to announce the release of the Apache
Maven Shared Utils version 3.4.2

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

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

<dependency>
 <groupId>org.apache.maven.shared</groupId>
 <artifactId>maven-shared-utils</artifactId>
 <version>3.4.2</version>
</dependency>

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

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


Release Notes - Maven Shared Components - Version maven-shared-utils-3.4.2

** Bug
    * [MSHARED-1072] - executeCommandLineAsCallable hangs forever if
InputStream is used

** Task
    * [MSHARED-1252] - Bump plexus-io to 3.4.1 for maven-assembly-plugin

Enjoy,

-The Apache Maven team