This is an automated email from the ASF dual-hosted git repository. lprimak pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shiro-site.git
commit 75a5d8d7637513a11c431d033c36d9d47b152136 Author: lprimak <[email protected]> AuthorDate: Thu Jul 20 15:23:40 2023 -0500 updated release and artifact yaml files for 2.x releases --- src/site/data/artifacts.yaml | 6 ++++++ src/site/data/releases.yaml | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/site/data/artifacts.yaml b/src/site/data/artifacts.yaml index f0a2745f4..28d426443 100644 --- a/src/site/data/artifacts.yaml +++ b/src/site/data/artifacts.yaml @@ -28,6 +28,12 @@ artifacts: "type": "jar" "description": "Jakarta EE Web Profile integration." + shiroCDI: + "g": "org.apache.shiro" + "a": "shiro-cdi" + "type": "jar" + "description": "Enables support for CDI integration." + shiroJaxrs: "g": "org.apache.shiro" "a": "shiro-jaxrs" diff --git a/src/site/data/releases.yaml b/src/site/data/releases.yaml index a91a7dfeb..aeae405ba 100644 --- a/src/site/data/releases.yaml +++ b/src/site/data/releases.yaml @@ -275,3 +275,27 @@ releases: - shiroHasher hashes: - sha512 + + shiro200-alpha-2x: + version: 2.0.0-alpha-2 + artifacts: + - shiroAll + - shiroCore + - shiroWeb + - shiroServletPlugin + - shiroCDI + - shiroJakartaEE + - shiroJaxrs + - shiroAspectJ + - shiroCas + - shiroEhCache + - shiroHazelcast + - shiroFeatures + - shiroGuice + - shiroQuartz + - shiroSpring + - shiroSpringBoot + - shiroSpringBootWeb + - shiroHasher + hashes: + - sha512
