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-site.git
commit faf26c2f350d96453c1ae0c866f10350808b4d5f Author: Brian Demers <[email protected]> AuthorDate: Mon Oct 10 23:09:28 2022 -0400 Add shiro release 1.10.0 to site --- src/site/assets/.htaccess | 4 ++-- src/site/content/download.adoc | 2 +- src/site/data/releases.yaml | 31 ++++++++++++++++++++++++++++++- 3 files changed, 33 insertions(+), 4 deletions(-) diff --git a/src/site/assets/.htaccess b/src/site/assets/.htaccess index 8917f8eac..fce03967c 100644 --- a/src/site/assets/.htaccess +++ b/src/site/assets/.htaccess @@ -51,5 +51,5 @@ RedirectMatch /static/1.1.0(.*) /static/current$1 RedirectMatch /static/1.0.0-incubating(.*) /static/current$1 # latest -RedirectMatch /static/current(.*) /static/1.9.1$1 -RedirectMatch /static/latest(.*) /static/1.9.1$1 +RedirectMatch /static/current(.*) /static/1.10.0$1 +RedirectMatch /static/latest(.*) /static/1.10.0$1 diff --git a/src/site/content/download.adoc b/src/site/content/download.adoc index c31c9b9d9..c14068eeb 100644 --- a/src/site/content/download.adoc +++ b/src/site/content/download.adoc @@ -3,7 +3,7 @@ :jbake-type: download :jbake-status: published :jbake-tags: documentation, download -:jbake-releases: {"versions":["shiro19x"]} +:jbake-releases: {"versions":["shiro110x"]} :idprefix: :icons: font diff --git a/src/site/data/releases.yaml b/src/site/data/releases.yaml index 3644323c2..e34e06ee4 100644 --- a/src/site/data/releases.yaml +++ b/src/site/data/releases.yaml @@ -1,17 +1,21 @@ --- # for each release, update this variable with the latest version. -latestRelease: "1.9.1" +latestRelease: "1.10.0" # also add or replace the latest version here. versionInfo: + '1.10.0': + releaseDate: 2022-10-10 '1.9.1': releaseDate: 2022-06-28 '1.9.0': releaseDate: 2022-03-22 + # oldReleases contain a list of all releases but the most recent one. # this is used for release-archive.adoc. oldReleases: + - shiro19x - shiro18x - shiro17x - shiro16x @@ -198,3 +202,28 @@ releases: - sha1 - sha512 - sha3512 + + shiro110x: + version: 1.10.0 + artifacts: + - shiroAll + - shiroCore + - shiroWeb + - shiroServletPlugin + - shiroJaxrs + - shiroAspectJ + - shiroCas + - shiroEhCache + - shiroHazelcast + - shiroFeatures + - shiroGuice + - shiroQuartz + - shiroSpring + - shiroSpringBoot + - shiroSpringBootWeb + - shiroHasher + hashes: + - md5 + - sha1 + - sha512 + - sha3512 \ No newline at end of file
