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

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


The following commit(s) were added to refs/heads/master by this push:
     new de99032  Add new 1.6 release to site
de99032 is described below

commit de9903237fd5a8f02f29fe57727af908a2d7a864
Author: Brian Demers <[email protected]>
AuthorDate: Mon Aug 17 11:51:04 2020 -0400

    Add new 1.6 release to site
---
 10-minute-tutorial.md.vtl |  2 +-
 download.html.vtl         | 44 ++++++++++++++++++++++++++++++++++++++++++--
 templates/versions.vtl    | 24 +++++++++++++++++++++---
 3 files changed, 64 insertions(+), 6 deletions(-)

diff --git a/10-minute-tutorial.md.vtl b/10-minute-tutorial.md.vtl
index 9fec419..07cff81 100644
--- a/10-minute-tutorial.md.vtl
+++ b/10-minute-tutorial.md.vtl
@@ -43,7 +43,7 @@ Ok. Now let's actually do something!
 Download
 --------
 
-1.  Ensure you have JDK 1.6+ and Maven 3.0.3+ installed.
+1.  Ensure you have JDK 1.8+ and Maven 3.0.3+ installed.
 2.  Download the lastest "Source Code Distribution" from the 
[Download](download.html "Download") page. In this example, we're using the 
${latestRelease} release distribution.
 3.  Unzip the source package:
 
diff --git a/download.html.vtl b/download.html.vtl
index 2711023..83384b5 100644
--- a/download.html.vtl
+++ b/download.html.vtl
@@ -75,6 +75,14 @@
 
         <li><a href="#previous">Previous Releases</a>
             <ul>
+                <li><a href="#1.5.xBinary">$shiro15x.version</a></li>
+                <ul>
+                    <li><a href="#1.5.xBinary">$shiro15x.version Binary 
Distribution</a></li>
+                    <li><a href="#1.5.xSource">$shiro15x.version Source Code 
Distribution</a></li>
+                    <li><a href="#1.5.xGit">$shiro15x.version Git Source 
repository</a></li>
+                </ul>
+            </ul>
+            <ul>
                 <li><a href="#1.4.xBinary">$shiro14x.version</a></li>
                 <ul>
                     <li><a href="#1.4.xBinary">$shiro14x.version Binary 
Distribution</a></li>
@@ -123,7 +131,7 @@
 <p>
 </p>
 
-#artifactTable($shiro15x)
+#artifactTable($shiro16x)
 
 <h3><a name="latestSource"></a>${latestRelease} Source Code Distribution</h3>
 
@@ -147,6 +155,38 @@ git checkout shiro-root-${latestRelease} -b 
shiro-root-${latestRelease}
 
 <h2><a name="previous"></a>Previous Releases</h2>
 
+<h3><a name="1.5.xBinary"></a>${shiro15x.version} Binary Distribution</h3>
+
+<p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
+
+<p>To download the files directly as one .jar file just click the link in the 
"Artifact" column. If you would like
+    acquire Shiro through Maven, then please use the markup listed under 
"Maven Usage"</p>
+
+<p>
+</p>
+
+#artifactTable($shiro15x)
+
+<h3><a name="1.5.xSource"></a>${shiro15x.version} Source Code Distribution</h3>
+
+<p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
+
+<p><a class="external-link" 
href="https://downloads.apache.org/shiro/${shiro14x.version}/shiro-root-${shiro15x.version}-source-release.zip";>zip</a>
+    (<a class="external-link"
+        
href="https://downloads.apache.org/shiro/${shiro14x.version}/shiro-root-${shiro15x.version}-source-release.zip.asc";>pgp</a>,
 <a
+            class="external-link"
+            
href="https://downloads.apache.org/shiro/${shiro14x.version}/shiro-root-${shiro15x.version}-source-release.zip.md5";>md5</a>,
 <a
+            class="external-link"
+            
href="https://downloads.apache.org/shiro/${shiro14x.version}/shiro-root-${shiro15x.version}-source-release.zip.sha512";>sha512</a>)
+</p>
+
+<h3><a name="1.5.xGit"></a>${shiro15x.version} Git Source repository</h3>
+
+<p>The source can be cloned anonymously from Git with this command:</p>
+<pre><code class="bash">git clone https://github.com/apache/shiro.git
+git checkout shiro-root-${shiro15x.version} -b shiro-root-${shiro14x.version}
+</code></pre>
+
 <h3><a name="1.4.xBinary"></a>${shiro14x.version} Binary Distribution</h3>
 
 <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
@@ -179,7 +219,7 @@ git checkout shiro-root-${latestRelease} -b 
shiro-root-${latestRelease}
 git checkout shiro-root-${shiro14x.version} -b shiro-root-${shiro14x.version}
 </code></pre>
 
-<h3><a name="1.4.xBinary"></a>${shiro14x.version} Binary Distribution</h3>
+<h3><a name="1.3.xBinary"></a>${shiro13x.version} Binary Distribution</h3>
 
 <p>Associated documentation can be found <a href="documentation.html" 
title="Documentation">here</a></p>
 
diff --git a/templates/versions.vtl b/templates/versions.vtl
index 8ea2d0b..47a520b 100644
--- a/templates/versions.vtl
+++ b/templates/versions.vtl
@@ -1,5 +1,5 @@
-#set( $latestRelease = "1.5.3" )
-#set( $versionInfo = {"1.5.3": { "releaseDate": "2020-5-3" } } )
+#set( $latestRelease = "1.6.0" )
+#set( $versionInfo = {"1.6.0": { "releaseDate": "2020-08-17" } } )
 
 #set( $shiroCore = {"g":"org.apache.shiro", "a": "shiro-core", "type": "jar",
                     "description": 'Required in all environments. <a 
class="external-link" href="http://slf4j.org/";>Slf4j</a>''s
@@ -117,7 +117,7 @@
     $shiroHasher
 ]} )
 
-#set( $shiro15x = {"version": $latestRelease, "artifacts": [
+#set( $shiro15x = {"version": "1.5.3", "artifacts": [
     $shiroAll,
     $shiroCore,
     $shiroWeb,
@@ -136,4 +136,22 @@
     $shiroHasher
 ]} )
 
+#set( $shiro16x = {"version": $latestRelease, "artifacts": [
+    $shiroAll,
+    $shiroCore,
+    $shiroWeb,
+    $shiroServletPlugin,
+    $shiroJaxrs,
+    $shiroAspectJ,
+    $shiroCas,
+    $shiroEhCache,
+    $shiroHazelcast,
+    $shiroFeatures,
+    $shiroGuice,
+    $shiroQuartz,
+    $shiroSpring,
+    $shiroSpringBoot,
+    $shiroSpringBootWeb,
+    $shiroHasher
+]} )
 

Reply via email to