venusdrogon / feilong-platform

:gem:all feilong projects's parent
http://feitianbenyue.iteye.com/
Apache License 2.0
94 stars 58 forks source link

Apache Maven Dependency Plugin Version 3.1.1 Released #180

Closed venusdrogon closed 6 years ago

venusdrogon commented 6 years ago

Apache Maven Dependency Plugin Version 3.1.1 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Dependecy Plugin, version 3.1.1.

The dependency plugin provides the capability to manipulate artifacts. It can copy and/or unpack artifacts from local or remote repositories to a specified location.

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.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 – Version 3.1.1

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.