You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Michael Osipov <mi...@apache.org> on 2023/01/11 22:58:30 UTC

[ANN] Release Maven Dependency Plugin 3.5.0 released

The Apache Maven team is pleased to announce the release of the Maven 
Dependency Plugin version 3.5.0.

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

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

<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-dependency-plugin</artifactId>
   <version>3.5.0</version>
</plugin>


Release Notes - Maven Dependency Plugin - Version 3.5.0

** Improvement
     * [MDEP-831] - Remove not used dependencies / Replace parts

** Task
     * [MDEP-841] - Explicitly start and end tables with Doxia Sinks in 
report renderers

** Dependency upgrade
     * [MDEP-837] - Upgrade Parent to 38


Enjoy,

-The Apache Maven team