You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2019/02/24 08:37:50 UTC

[shiro] branch master updated: [SHIRO-674] Upgrade maven-dependency-plugin to 3.1.1

This is an automated email from the ASF dual-hosted git repository.

fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/master by this push:
     new edd5474  [SHIRO-674] Upgrade maven-dependency-plugin to 3.1.1
     new 24b7ac8  Merge pull request #122 from fpapon/SHIRO-674
edd5474 is described below

commit edd54749ed4074ee4c5576977cf56c523aa06f0b
Author: Francois Papon <fp...@apache.org>
AuthorDate: Sun Feb 24 12:24:26 2019 +0400

    [SHIRO-674] Upgrade maven-dependency-plugin to 3.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a889f13..48d40b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,7 +314,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>2.10</version>
+                    <version>3.1.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.jacoco</groupId>