You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lp...@apache.org on 2023/07/22 16:50:52 UTC

[shiro-site] branch main updated: bugfix(doap): updated latest redirect to 1.12

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


The following commit(s) were added to refs/heads/main by this push:
     new 3c5fbdbb8 bugfix(doap): updated latest redirect to 1.12
3c5fbdbb8 is described below

commit 3c5fbdbb8a7ea56b505a723da5df786d1c69273f
Author: lprimak <le...@flowlogix.com>
AuthorDate: Sat Jul 22 11:50:24 2023 -0500

    bugfix(doap): updated latest redirect to 1.12
---
 src/site/assets/.htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/assets/.htaccess b/src/site/assets/.htaccess
index 268f21db3..6213e49ab 100644
--- a/src/site/assets/.htaccess
+++ b/src/site/assets/.htaccess
@@ -52,5 +52,5 @@ RedirectMatch /static/1.1.0(.*) /static/current$1
 RedirectMatch /static/1.0.0-incubating(.*) /static/current$1
 
 # latest
-RedirectMatch /static/current(.*) /static/1.11.0$1
-RedirectMatch /static/latest(.*) /static/1.11.0$1
+RedirectMatch /static/current(.*) /static/1.12.0$1
+RedirectMatch /static/latest(.*) /static/1.12.0$1