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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 0f27cdd1d doap fix
0f27cdd1d is described below

commit 0f27cdd1d5a081ff6a21baeeceeb42f41ebb58c0
Author: lprimak <[email protected]>
AuthorDate: Sat Jul 22 11:58:28 2023 -0500

    doap fix
---
 .htaccess                | 4 ++--
 .well-known/security.txt | 2 +-
 feed.xml                 | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.htaccess b/.htaccess
index 268f21db3..6213e49ab 100644
--- a/.htaccess
+++ b/.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
diff --git a/.well-known/security.txt b/.well-known/security.txt
index b885730e1..9126ed8c5 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
 Contact: mailto:[email protected]
-Expires: 2024-07-19T20:43:15Z
+Expires: 2024-07-21T16:55:28Z
 Preferred-Languages: en
 Canonical: https://shiro.apache.org/.well-known/security.txt
 Policy: https://shiro.apache.org/security-reports.html
\ No newline at end of file
diff --git a/feed.xml b/feed.xml
index 510e41d37..c808a6377 100644
--- a/feed.xml
+++ b/feed.xml
@@ -4,7 +4,7 @@
   <subtitle>Simple. Java. Security.</subtitle>
   <link href="https://shiro.apache.org/"/>
   <link rel="self" href="https://shiro.apache.org/feed.xml"; />
-  <updated>2023-07-20T20:43:18Z</updated>
+  <updated>2023-07-22T16:55:32Z</updated>
 
   <author>
     <name>Les Hazlewood</name>

Reply via email to