Skip to content

Commit

Permalink
updated release and artifact yaml files for 2.x releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Jul 20, 2023
1 parent bc54c42 commit 75a5d8d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/site/data/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
24 changes: 24 additions & 0 deletions src/site/data/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 75a5d8d

Please sign in to comment.