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/09/24 20:48:12 UTC

[ANN] Apache Maven Shade Plugin 3.5.1 Released

The Apache Maven team is pleased to announce the release of the Apache
Maven Shade Plugin, version 3.5.1

https://maven.apache.org/plugins/maven-shade-plugin/

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

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-shade-plugin</artifactId>
  <version>3.5.1</version>
</plugin>

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

https://maven.apache.org/plugins/maven-shade-plugin/download.cgi

Release Notes - Maven Shade Plugin - Version 3.5.1

** Bug
    * [MSHADE-454] - Shade Plugin does not work with JDK 20

** Improvement
    * [MSHADE-459] - Prepare to build and pass tests with Java 21

** Task
    * [MSHADE-458] - Refresh download page

** Dependency upgrade
    * [MSHADE-457] - Upgrade Parent to 40

Enjoy,

-The Apache Maven team