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/25 05:05:29 UTC

[shiro] branch master updated: [SHIRO-677] Upgrade to versions-maven-plugin 2.7

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 3f9313d  [SHIRO-677] Upgrade to versions-maven-plugin 2.7
     new fdb3c41  Merge pull request #125 from fpapon/SHIRO-677
3f9313d is described below

commit 3f9313db70b75508a00ce4c555b231b1f8e2c917
Author: Francois Papon <fp...@apache.org>
AuthorDate: Mon Feb 25 07:28:34 2019 +0400

    [SHIRO-677] Upgrade to versions-maven-plugin 2.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e85902d..599dbe4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,7 +276,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>versions-maven-plugin</artifactId>
-                    <version>1.2</version>
+                    <version>2.7</version>
                 </plugin>
                 <!-- Allow writing tests in Groovy: -->
                 <plugin>