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/03 08:13:42 UTC

[shiro] branch master updated: [SHIRO-664] Upgrade to Apache pom parent 21

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 3d890bd  [SHIRO-664] Upgrade to Apache pom parent 21
     new 6fc015e  Merge pull request #115 from fpapon/SHIRO-664
3d890bd is described below

commit 3d890bdb0877d6fa43fe77057817fde6af9aaf11
Author: Francois Papon <fp...@apache.org>
AuthorDate: Sun Feb 3 11:08:34 2019 +0400

    [SHIRO-664] Upgrade to Apache pom parent 21
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bf41f4d..0fd99ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>18</version>
+        <version>21</version>
     </parent>
 
     <groupId>org.apache.shiro</groupId>