You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2022/06/10 15:13:12 UTC

[shiro] branch main updated: [SHIRO-882] Upgrade to apache pom parent 26

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d8b45f54 [SHIRO-882] Upgrade to apache pom parent 26
     new de93a446 Merge pull request #356 from fpapon/SHIRO-882
d8b45f54 is described below

commit d8b45f5488b38028345b4cd96036c1745aaa6e7c
Author: francois papon <fp...@apache.org>
AuthorDate: Mon Jun 6 22:18:50 2022 +0200

    [SHIRO-882] Upgrade to apache pom parent 26
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 07e53cb0..3d0336ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>24</version>
+        <version>26</version>
     </parent>
 
     <groupId>org.apache.shiro</groupId>