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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4660e9566 [release] Announce 2.2.0 (#306)
4660e9566 is described below

commit 4660e95663d16c1b6e52dfdb0afbec35c9482eb0
Author: François Papon <[email protected]>
AuthorDate: Tue May 26 15:49:45 2026 +0200

    [release] Announce 2.2.0 (#306)
---
 .../blog/2026/05/apache-shiro-220-released.adoc    | 55 ++++++++++++++++++++++
 src/site/content/download.adoc                     |  2 +-
 src/site/data/releases.yaml                        | 30 ++++++++++--
 3 files changed, 82 insertions(+), 5 deletions(-)

diff --git a/src/site/content/blog/2026/05/apache-shiro-220-released.adoc 
b/src/site/content/blog/2026/05/apache-shiro-220-released.adoc
new file mode 100644
index 000000000..aac2eaf92
--- /dev/null
+++ b/src/site/content/blog/2026/05/apache-shiro-220-released.adoc
@@ -0,0 +1,55 @@
+////
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+////
+
+= 2.2.0 available
+:jbake-author: Francois Papon
+:jbake-date: 2026-05-26 00:00:00
+:jbake-type: post
+:jbake-status: published
+:jbake-tags: blog, release
+:idprefix:
+:icons: font
+
+The Apache Shiro team is pleased to announce the release of Apache Shiro 
version 2.2.0.
+
+This release is available for download now.
+
+== Release Highlights
+
+This is a maintenance release that includes several bug fixes, improvements 
and dependency updates. It is recommended for all users to upgrade to this 
version.
+
+We have new contributors!
+
+* https://github.com/iampratap7997-dot[@iampratap7997-dot]
+
+== All changes
+
+You can learn more on 
link:https://github.com/apache/shiro/releases/tag/shiro-root-2.2.0[GitHub, 
Release 2.2.0].
+
+== Download
+
+Download and verification instructions are available link:/download.html[on 
our download page].
+
+== Documentation
+
+For more information on link:/documentation.html[Shiro, please read the 
documentation.]
+
+Enjoy!
+
+The Apache Shiro Team
diff --git a/src/site/content/download.adoc b/src/site/content/download.adoc
index f4d90aff9..a06e84fe7 100644
--- a/src/site/content/download.adoc
+++ b/src/site/content/download.adoc
@@ -4,7 +4,7 @@
 :jbake-status: published
 :jbake-tags: download, installation, maven, gradle
 :jbake-description: Download Apache Shiro security framework. Get the latest 
stable release with Maven/Gradle dependencies and verify signatures.
-:jbake-releases: {"versions":["shiro21x"]}
+:jbake-releases: {"versions":["shiro22x"]}
 :idprefix:
 :icons: font
 
diff --git a/src/site/data/releases.yaml b/src/site/data/releases.yaml
index 94731b0f8..d9878ede5 100644
--- a/src/site/data/releases.yaml
+++ b/src/site/data/releases.yaml
@@ -1,12 +1,11 @@
 ---
 # for each release, update this variable with the latest version.
-latestRelease: "2.1.0"
-# for each alpha release, update this variable with the latest alpha version.
-# it can be dropped after shiro 2 goes final.
-latestAlphaRelease: "2.0.0-alpha-4"
+latestRelease: "2.2.0"
 
 # also add or replace the latest version here.
 versionInfo:
+  '2.2.0':
+    releaseDate: 2026-05-14
   '2.1.0':
     releaseDate: 2026-02-08
   '2.0.6':
@@ -363,3 +362,26 @@ releases:
       - shiroHasher
     hashes:
       - sha512
+
+  shiro22x:
+    version: 2.2.0
+    artifacts:
+      - shiroCore
+      - shiroWeb
+      - shiroServletPlugin
+      - shiroCDI
+      - shiroJakartaEE
+      - shiroJaxrs
+      - shiroAspectJ
+      - shiroCas
+      - shiroEhCache
+      - shiroHazelcast
+      - shiroFeatures
+      - shiroGuice
+      - shiroQuartz
+      - shiroSpring
+      - shiroSpringBoot
+      - shiroSpringBootWeb
+      - shiroHasher
+    hashes:
+      - sha512

Reply via email to