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:17:14 UTC

[shiro] 01/01: [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 1-9-parent
in repository https://gitbox.apache.org/repos/asf/shiro.git

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

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

diff --git a/pom.xml b/pom.xml
index 54b5a8ef..ba6dbe24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>25</version>
+        <version>26</version>
     </parent>
 
     <groupId>org.apache.shiro</groupId>