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 2020/05/05 07:42:51 UTC

[shiro] branch master updated: [SHIRO-765] Upgrade to Apache Pom Parent 23

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 12abf11  [SHIRO-765] Upgrade to Apache Pom Parent 23
     new 47dd4c1  Merge pull request #222 from fpapon/SHIRO-765
12abf11 is described below

commit 12abf11a7ed3496227767291e0e03dd32b75f00a
Author: Francois Papon <fp...@apache.org>
AuthorDate: Tue May 5 08:45:24 2020 +0200

    [SHIRO-765] Upgrade to Apache Pom Parent 23
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e55d133..586d77c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>21</version>
+        <version>23</version>
     </parent>
 
     <groupId>org.apache.shiro</groupId>