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 d46641bc7 2.0.0-alpha-3 release
d46641bc7 is described below
commit d46641bc723c78b84c64a7983da1ba60f6c49b78
Author: lprimak <[email protected]>
AuthorDate: Fri Jul 28 21:51:45 2023 -0500
2.0.0-alpha-3 release
---
.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 ba780a525..2751da255 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
Contact: mailto:[email protected]
-Expires: 2024-07-21T16:51:51Z
+Expires: 2024-07-28T02:50:43Z
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 3aa4a5f7b..cc90cb923 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-22T16:51:53Z</updated>
+ <updated>2023-07-29T02:50:46Z</updated>
<author>
<name>Les Hazlewood</name>
diff --git a/jakarta-ee.html b/jakarta-ee.html
index 3868a401f..ee88167e1 100644
--- a/jakarta-ee.html
+++ b/jakarta-ee.html
@@ -300,7 +300,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-2</version>
+ <version>2.0.0-alpha-3</version>
</dependency>
</code></pre>
</div>
@@ -310,7 +310,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-2'
+ <pre><code class='groovy language-groovy'>compile
'org.apache.shiro:shiro-jakarta-ee:2.0.0-alpha-3'
</code></pre>
</div>
<div
@@ -319,7 +319,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-2"
+ <pre><code class='scala language-scala'>libraryDependencies +=
"org.apache.shiro" % "shiro-jakarta-ee" % "2.0.0-alpha-3"
</code></pre>
</div>
<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="ivy-cli-tab"
>
- <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-jakarta-ee" rev="2.0.0-alpha-2"/>
+ <pre><code class='xml language-xml'><dependency org="org.apache.shiro"
name="shiro-jakarta-ee" rev="2.0.0-alpha-3"/>
</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="leiningen-cli-tab"
>
- <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-jakarta-ee "2.0.0-alpha-2"]
+ <pre><code class='clojure
language-clojure'>[org.apache.shiro/shiro-jakarta-ee "2.0.0-alpha-3"]
</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="buildr-cli-tab"
>
- <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-jakarta-ee:jar:2.0.0-alpha-2'
+ <pre><code class='groovy
language-groovy'>'org.apache.shiro:shiro-jakarta-ee:jar:2.0.0-alpha-3'
</code></pre>
</div>
</div>