You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2018/05/24 05:54:26 UTC

[ANN] Apache Maven Dependency Plugin Version 3.1.1 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven Dependency Plugin Version 3.1.1
 
https://maven.apache.org/plugins/maven-dependency-plugin/

Important Note since 3.1.1:

 * Maven 3.X only
 * JDK 7 minimum requirement

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.1.1</version>
</plugin>

You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/plugins/maven-dependency-plugin/download.cgi
 
Release Notes Maven Dependency Plugin 3.1.1

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317227&version=12343248

Bug:

 * [MDEP-607] - maven-dependency-plugin:3.1.0:analyze failed.: NullPointerException

Dependency upgrades:
 
 * [MDEP-611] - Upgrade plexus-archiver to 3.6.0
 * [MDEP-612] - Upgrade maven-dependency-analyzer to 1.10
 * [MDEP-614] - Upgrade file-management to 3.0.0

Many thanks to all reporters/contributors/testers of this release.

Reporters:

 * MDEP-607: Filipe Sousa


Enjos,
 
- The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org