You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Maarten Mulders <mt...@apache.org> on 2021/04/30 18:17:02 UTC

[ANN] Apache Maven Shared Utils 3.3.4 Released

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

This project aims to be a functional replacement for plexus-utils in Maven.

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

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

<plugin>
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-shared-utils</artifactId>
   <version>3.3.4</version>
</plugin>

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

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

Release Notes - Maven Shared Utils - Version 3.3.4

** Bug

   * [MSHARED-951] - Checked exception converted to raw runtime exception
   * [MSHARED-952] - PrettyPrintXmlWriter output is platform dependent
   * [MSHARED-954] - Deprecate StringUtils.unifyLineSeparator
   * [MSHARED-969] - Environment variable with null value

** Dependency upgrade

   * [MSHARED-962] - Upgrade Jansi to 2.0.1
   * [MSHARED-973] - Upgrade Jansi to 2.2.0


Enjoy,

-The Apache Maven team