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 6e0098845 download page: - updated java and maven minimum build 
requirements - fixed pgp signature link
6e0098845 is described below

commit 6e009884503b87bf854fe11effd27d90d80c9391
Author: lprimak <[email protected]>
AuthorDate: Sun Apr 20 14:53:12 2025 -0500

    download page:
    - updated java and maven minimum build requirements
    - fixed pgp signature link
---
 src/site/templates/download.ftl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/templates/download.ftl b/src/site/templates/download.ftl
index 76c5fe1bd..0d6a65d98 100644
--- a/src/site/templates/download.ftl
+++ b/src/site/templates/download.ftl
@@ -45,11 +45,11 @@
 
   <h3 id="${release.version?replace(".", "")}Source">${release.version} Source 
Code Distribution</h3>
 
-  <p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:
+  <p>The source bundle requires JDK 11+ and Maven 3.8+ to build:
 
   <code><a class="external-link" 
href="${downloadUrl}${release.version}/shiro-root-${release.version}-source-release.zip">shiro-root-${release.version}-source-release.zip</a></code>
     (<a class="external-link"
-        
href="${downloadHashUrl}${release.version}/shiro-root-${release.version}-source-release.zip.asc">pgp</a>,
 <a
+        
href="${downloadHashUrl}${release.version}/shiro-root-${release.version}-source-release.zip.asc.txt">pgp</a>,
 <a
             class="external-link"
             
href="${downloadHashUrl}${release.version}/shiro-root-${release.version}-source-release.zip.sha512">sha512</a>)
   </code>

Reply via email to