This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new f7cdd255b latest docs
f7cdd255b is described below
commit f7cdd255bcc892cff7e35dfe14c82f33ef7414da
Author: lprimak <[email protected]>
AuthorDate: Wed Feb 28 14:21:09 2024 -0600
latest docs
---
.well-known/security.txt | 2 +-
feed.xml | 2 +-
jakarta-ee.html | 12 ++++++------
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.well-known/security.txt b/.well-known/security.txt
index 387cb5e18..db3cae947 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
Contact: mailto:[email protected]
-Expires: 2025-02-27T20:04:21Z
+Expires: 2025-02-27T20:20:12Z
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 7a6fbbb99..2e30e0693 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>2024-02-28T20:04:23Z</updated>
+ <updated>2024-02-28T20:20:16Z</updated>
<author>
<name>Les Hazlewood</name>
diff --git a/jakarta-ee.html b/jakarta-ee.html
index ebc1ce60d..a5f9243db 100644
--- a/jakarta-ee.html
+++ b/jakarta-ee.html
@@ -318,7 +318,7 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
<pre><code class='xml language-xml'><dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-jakarta-ee</artifactId>
- <version>2.0.0-alpha-4</version>
+ <version>2.0.0</version>
</dependency>
</code></pre>
</div>
@@ -328,7 +328,7 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
role="tabpanel"
aria-labelledby="gradle-cli-tab"
>
- <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-jakarta-ee:2.0.0-alpha-4'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-jakarta-ee:2.0.0'
</code></pre>
</div>
<div
@@ -337,7 +337,7 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
role="tabpanel"
aria-labelledby="sbt-cli-tab"
>
- <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-jakarta-ee" % "2.0.0-alpha-4"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-jakarta-ee" % "2.0.0"
</code></pre>
</div>
<div
@@ -346,7 +346,7 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
role="tabpanel"
aria-labelledby="ivy-cli-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-jakarta-ee" rev="2.0.0-alpha-4"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-jakarta-ee" rev="2.0.0"/>
</code></pre>
</div>
<div
@@ -355,7 +355,7 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
role="tabpanel"
aria-labelledby="leiningen-cli-tab"
>
- <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-jakarta-ee "2.0.0-alpha-4"]
+ <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-jakarta-ee "2.0.0"]
</code></pre>
</div>
<div
@@ -364,7 +364,7 @@ The module is compatible with Java EE 8 through Jakarta EE
10 or later. It may w
role="tabpanel"
aria-labelledby="buildr-cli-tab"
>
- <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-jakarta-ee:jar:2.0.0-alpha-4'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-jakarta-ee:jar:2.0.0'
</code></pre>
</div>
</div>