You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2020/01/25 15:06:29 UTC

svn commit: r1873155 [2/3] - in /shiro/site/publish: ./ 2010/03/18/ 2010/06/01/ 2010/09/14/ 2010/09/20/ 2010/09/24/ 2010/11/03/ 2011/01/06/ 2011/01/13/ 2011/02/10/ 2011/02/28/ 2011/03/14/ 2011/05/24/ 2011/06/30/ 2012/01/24/ 2012/03/13/ 2012/07/29/ 2013...

Modified: shiro/site/publish/download.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/download.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/download.html (original)
+++ shiro/site/publish/download.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -268,6 +269,7 @@
 
 
 
+
 <style>
 
     table, th, td {
@@ -286,7 +288,7 @@
 
 <h1><a name="Download-DownloadApacheShiro"></a>Download Apache Shiro</h1>
 
-<p>Apache Shiro 1.4.2 is the current stable release (Java 1.6+ JVM).</p>
+<p>Apache Shiro 1.5.0 is the current stable release (Java 1.8+ JVM).</p>
 
 <p>To download Shiro please follow the instructions below.</p>
 
@@ -302,24 +304,32 @@
 <div>
     <ul>
         <li>
-            <a href="#latest">Latest Stable Release (1.4.2)</a>
+            <a href="#latest">Latest Stable Release (1.5.0)</a>
             <ul>
-                <li><a href="#latestBinary">1.4.2 Binary Distribution</a></li>
-                <li><a href="#latestSource">1.4.2 Source Code Distribution</a></li>
-                <li><a href="#latestGit">1.4.2 Git Source repository</a></li>
+                <li><a href="#latestBinary">1.5.0 Binary Distribution</a></li>
+                <li><a href="#latestSource">1.5.0 Source Code Distribution</a></li>
+                <li><a href="#latestGit">1.5.0 Git Source repository</a></li>
             </ul>
         </li>
                 <li>
-            <a href="#early">Early Access Release (1.5.0-SNAPSHOT)</a>
+            <a href="#early">Early Access Release (1.5.1-SNAPSHOT)</a>
             <ul>
-                <li><a href="#earlyBinary">1.5.0-SNAPSHOT Binary Distribution</a></li>
-                <li><a href="#earlySource">1.5.0-SNAPSHOT Source Code Distribution</a></li>
-                <li><a href="#earlyGit">1.5.0-SNAPSHOT Git Source repository</a></li>
+                <li><a href="#earlyBinary">1.5.1-SNAPSHOT Binary Distribution</a></li>
+                <li><a href="#earlySource">1.5.1-SNAPSHOT Source Code Distribution</a></li>
+                <li><a href="#earlyGit">1.5.1-SNAPSHOT Git Source repository</a></li>
             </ul>
         </li>
         
         <li><a href="#previous">Previous Releases</a>
             <ul>
+                <li><a href="#1.4.xBinary">1.4.2</a></li>
+                <ul>
+                    <li><a href="#1.4.xBinary">1.4.2 Binary Distribution</a></li>
+                    <li><a href="#1.4.xSource">1.4.2 Source Code Distribution</a></li>
+                    <li><a href="#1.4.xGit">1.4.2 Git Source repository</a></li>
+                </ul>
+            </ul>
+            <ul>
                 <li><a href="#1.3.xBinary">1.3.2</a></li>
                 <ul>
                     <li><a href="#1.3.xBinary">1.3.2 Binary Distribution</a></li>
@@ -348,9 +358,9 @@
 </div>
 
 
-<h2><a name="latest"></a>Latest Stable Release (1.4.2)</h2>
+<h2><a name="latest"></a>Latest Stable Release (1.5.0)</h2>
 
-<h3><a name="latestBinary"></a>1.4.2 Binary Distribution</h3>
+<h3><a name="latestBinary"></a>1.5.0 Binary Distribution</h3>
 
 <p>Associated documentation can be found <a href="documentation.html" title="Documentation">here</a></p>
 
@@ -374,7 +384,7 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.4.2/shiro-all-1.4.2.jar">shiro-all</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.5.0/shiro-all-1.5.0.jar">shiro-all</a>
             </td>
 
             <td>
@@ -391,14 +401,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.4.2/shiro-core-1.4.2.jar">shiro-core</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.5.0/shiro-core-1.5.0.jar">shiro-core</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-core&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -412,14 +422,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.4.2/shiro-web-1.4.2.jar">shiro-web</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.5.0/shiro-web-1.5.0.jar">shiro-web</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-web&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -431,14 +441,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.4.2/shiro-servlet-plugin-1.4.2.jar">shiro-servlet-plugin</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.5.0/shiro-servlet-plugin-1.5.0.jar">shiro-servlet-plugin</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-servlet-plugin&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -450,14 +460,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.4.2/shiro-jaxrs-1.4.2.jar">shiro-jaxrs</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.5.0/shiro-jaxrs-1.5.0.jar">shiro-jaxrs</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-jaxrs&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -469,14 +479,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.4.2/shiro-aspectj-1.4.2.jar">shiro-aspectj</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.5.0/shiro-aspectj-1.5.0.jar">shiro-aspectj</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-aspectj&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -488,14 +498,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.4.2/shiro-cas-1.4.2.jar">shiro-cas</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.5.0/shiro-cas-1.5.0.jar">shiro-cas</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-cas&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -513,14 +523,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.4.2/shiro-ehcache-1.4.2.jar">shiro-ehcache</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.5.0/shiro-ehcache-1.5.0.jar">shiro-ehcache</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-ehcache&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -532,14 +542,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.4.2/shiro-hazelcast-1.4.2.jar">shiro-hazelcast</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.5.0/shiro-hazelcast-1.5.0.jar">shiro-hazelcast</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-hazelcast&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -551,14 +561,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.4.2/shiro-features-1.4.2-features.xml">shiro-features</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.5.0/shiro-features-1.5.0-features.xml">shiro-features</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-features&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -570,14 +580,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.4.2/shiro-guice-1.4.2.jar">shiro-guice</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.5.0/shiro-guice-1.5.0.jar">shiro-guice</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-guice&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -589,14 +599,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.4.2/shiro-quartz-1.4.2.jar">shiro-quartz</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.5.0/shiro-quartz-1.5.0.jar">shiro-quartz</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-quartz&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -608,14 +618,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.4.2/shiro-spring-1.4.2.jar">shiro-spring</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.5.0/shiro-spring-1.5.0.jar">shiro-spring</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-spring&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -627,14 +637,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.4.2/shiro-spring-boot-starter-1.4.2.jar">shiro-spring-boot-starter</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.5.0/shiro-spring-boot-starter-1.5.0.jar">shiro-spring-boot-starter</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-spring-boot-starter&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -646,14 +656,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.4.2/shiro-spring-boot-web-starter-1.4.2.jar">shiro-spring-boot-web-starter</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.5.0/shiro-spring-boot-web-starter-1.5.0.jar">shiro-spring-boot-web-starter</a>
             </td>
 
             <td>
                 <pre><code class="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
   &lt;artifactId&gt;shiro-spring-boot-web-starter&lt;/artifactId&gt;
-  &lt;version&gt;1.4.2&lt;/version&gt;
+  &lt;version&gt;1.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -665,7 +675,7 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.4.2/shiro-tools-hasher-1.4.2-cli.jar">shiro-tools-hasher</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.5.0/shiro-tools-hasher-1.5.0-cli.jar">shiro-tools-hasher</a>
             </td>
 
             <td>
@@ -675,34 +685,34 @@
             <td>A command-line program to perform hashing (MD5, SHA, etc) for files, streams and passwords.
                     Note that this is a command line program and not intended to be used as a Maven/program
                     dependency. It is intended to be downloaded and executed:
-                    <pre><code class='bash'> java -jar shiro-tools-hasher-1.4.2-cli.jar</code></pre></td>
+                    <pre><code class='bash'> java -jar shiro-tools-hasher-1.5.0-cli.jar</code></pre></td>
 
         </tr>
             </tbody>
 </table>
 
-<h3><a name="latestSource"></a>1.4.2 Source Code Distribution</h3>
+<h3><a name="latestSource"></a>1.5.0 Source Code Distribution</h3>
 
-<p>The source bundle requires JDK 1.6 and Maven 3.0.3+ to build:</p>
+<p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
 
-<p><a class="external-link" href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.2/shiro-root-1.4.2-source-release.zip">zip</a>
+<p><a class="external-link" href="http://www.apache.org/dyn/closer.cgi/shiro/1.5.0/shiro-root-1.5.0-source-release.zip">zip</a>
     (<a class="external-link"
-        href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.2/shiro-root-1.4.2-source-release.zip.asc">pgp</a>, <a
+        href="http://www.apache.org/dyn/closer.cgi/shiro/1.5.0/shiro-root-1.5.0-source-release.zip.asc">pgp</a>, <a
             class="external-link"
-            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.2/shiro-root-1.4.2-source-release.zip.sha512">sha512</a>)
+            href="http://www.apache.org/dyn/closer.cgi/shiro/1.5.0/shiro-root-1.5.0-source-release.zip.sha512">sha512</a>)
 </p>
 
-<h3><a name="latestGit"></a>1.4.2 Git Source repository</h3>
+<h3><a name="latestGit"></a>1.5.0 Git Source repository</h3>
 
 <p>The source can be cloned anonymously from Git with this command:</p>
 <pre><code style="bash">git clone https://github.com/apache/shiro.git
-git checkout shiro-root-1.4.2 -b shiro-root-1.4.2
+git checkout shiro-root-1.5.0 -b shiro-root-1.5.0
 </code>
 </pre>
 
 
-<h2><a name="early"></a>Early Access Release (1.5.0-SNAPSHOT)</h2>
-<h3><a name="earlyBinary"></a>1.5.0-SNAPSHOT Binary Distribution</h3>
+<h2><a name="early"></a>Early Access Release (1.5.1-SNAPSHOT)</h2>
+<h3><a name="earlyBinary"></a>1.5.1-SNAPSHOT Binary Distribution</h3>
 
 <p>Associated documentation can be found <a href="documentation.html" title="Documentation">here</a></p>
 
@@ -725,29 +735,380 @@ git checkout shiro-root-1.4.2 -b shiro-r
             </tbody>
 </table>
 
-<h3><a name="earlySource"></a>1.5.0-SNAPSHOT Source Code Distribution</h3>
+<h3><a name="earlySource"></a>1.5.1-SNAPSHOT Source Code Distribution</h3>
 
-<p>The source bundle requires JDK 1.6 and Maven 3.0.3+ to build:</p>
+<p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
 
-<p><a class="external-link" href="http://www.apache.org/dyn/closer.cgi/shiro/1.5.0-SNAPSHOT/shiro-root-1.5.0-SNAPSHOT-source-release.zip">zip</a>
+<p><a class="external-link" href="http://www.apache.org/dyn/closer.cgi/shiro/1.5.1-SNAPSHOT/shiro-root-1.5.1-SNAPSHOT-source-release.zip">zip</a>
     (<a class="external-link"
-        href="http://www.apache.org/dyn/closer.cgi/shiro/1.5.0-SNAPSHOT/shiro-root-1.5.0-SNAPSHOT-source-release.zip.asc">pgp</a>, <a
+        href="http://www.apache.org/dyn/closer.cgi/shiro/1.5.1-SNAPSHOT/shiro-root-1.5.1-SNAPSHOT-source-release.zip.asc">pgp</a>, <a
             class="external-link"
-            href="http://www.apache.org/dyn/closer.cgi/shiro/1.5.0-SNAPSHOT/shiro-root-1.5.0-SNAPSHOT-source-release.zip.sha512">sha512</a>)
+            href="http://www.apache.org/dyn/closer.cgi/shiro/1.5.1-SNAPSHOT/shiro-root-1.5.1-SNAPSHOT-source-release.zip.sha512">sha512</a>)
 </p>
 
-<h3><a name="earlyGit"></a>1.5.0-SNAPSHOT Git Source repository</h3>
+<h3><a name="earlyGit"></a>1.5.1-SNAPSHOT Git Source repository</h3>
 
 <p>The source can be cloned anonymously from Git with this command:</p>
 <pre><code style="bash">git clone https://github.com/apache/shiro.git
-git checkout shiro-root-1.5.0-SNAPSHOT -b shiro-root-1.5.0-SNAPSHOT
+git checkout shiro-root-1.5.1-SNAPSHOT -b shiro-root-1.5.1-SNAPSHOT
 </code>
 </pre>
 
 
 <h2><a name="previous"></a>Previous Releases</h2>
 
-<h3><a name="1.3.xBinary"></a>1.3.2 Binary Distribution</h3>
+<h3><a name="1.4.xBinary"></a>1.4.2 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>
+
+
+<table style="width: 100%" class="table">
+    <thead>
+    <tr>
+        <th class="col-md-1">Artifact</th>
+        <th class="col-md-3">Maven Usage</th>
+        <th class="col-md-3">Notes</th>
+    </tr>
+    </thead>
+    <tbody>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.4.2/shiro-all-1.4.2.jar">shiro-all</a>
+            </td>
+
+            <td>
+                                    <b>Not Recommended</b>
+                            </td>
+
+            <td>Includes all binary functionality for Shiro (without dependencies), useful in certain build
+                    environments (e.g. Ant). However, this is <b>NOT</b> recommended in Maven builds as it does not
+                    retain correct dependency metadata, which can lead to Maven working incorrectly. For Maven builds,
+                    it is <b>highly</b> recommended to specify individual modules listed below as you require them.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.4.2/shiro-core-1.4.2.jar">shiro-core</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-core&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Required in all environments. <a class="external-link" href="http://slf4j.org/">Slf4j</a>'s
+                     <code>slf4j-api</code> jar and one of its binding jars is required. <code>commons-beanutils</code> is
+                     required only if using INI config.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.4.2/shiro-web-1.4.2.jar">shiro-web</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-web&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables support for web-based applications.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.4.2/shiro-servlet-plugin-1.4.2.jar">shiro-servlet-plugin</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-servlet-plugin&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Servlet Fragment which configures Shiro's servlet filter.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.4.2/shiro-jaxrs-1.4.2.jar">shiro-jaxrs</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-jaxrs&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables support for JAX-RS applications.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.4.2/shiro-aspectj-1.4.2.jar">shiro-aspectj</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-aspectj&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="http://www.eclipse.org/aspectj/">AspectJ</a> support for Shiro AOP and Annotations.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.4.2/shiro-cas-1.4.2.jar">shiro-cas</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-cas&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables Jasig <a class='external-link' href='https://wiki.jasig.org/display/CAS/Home'>CAS</a> support.
+                    <div class="alert alert-warning">
+    <span class="glyphicon glyphicon-warning-sign"></span> <strong>NOTE:</strong>
+    <hr class="message-inner-separator">
+    <p>Shiro-CAS support is deprecated, support has been moved to the Apache Shiro based <a href='https://github.com/bujiio/buji-pac4j'>buji-pac4j</a> project.</p>
+</div>
+</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.4.2/shiro-ehcache-1.4.2.jar">shiro-ehcache</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-ehcache&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="http://www.ehcache.org">Ehcache</a>-based famework caching.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.4.2/shiro-hazelcast-1.4.2.jar">shiro-hazelcast</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-hazelcast&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="https://hazelcast.org">Hazelcast</a>-based famework caching.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.4.2/shiro-features-1.4.2-features.xml">shiro-features</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-features&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>OSGi / <a class="external-link" href="http://karaf.apache.org/">Apache Karaf</a> integration.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.4.2/shiro-guice-1.4.2.jar">shiro-guice</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-guice&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="https://github.com/google/guice">Google Guice</a> integration.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.4.2/shiro-quartz-1.4.2.jar">shiro-quartz</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-quartz&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="http://www.quartz-scheduler.org/">Quartz</a>-based scheduling for Shiro native session validation.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.4.2/shiro-spring-1.4.2.jar">shiro-spring</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-spring&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td>Enables <a class="external-link" href="https://spring.io/">Spring Framework</a> integration.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.4.2/shiro-spring-boot-starter-1.4.2.jar">shiro-spring-boot-starter</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-spring-boot-starter&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td><a class="external-link" href="https://spring.io/">Spring Boot</a> starter.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.4.2/shiro-spring-boot-web-starter-1.4.2.jar">shiro-spring-boot-web-starter</a>
+            </td>
+
+            <td>
+                <pre><code class="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
+  &lt;artifactId&gt;shiro-spring-boot-web-starter&lt;/artifactId&gt;
+  &lt;version&gt;1.4.2&lt;/version&gt;
+&lt;/dependency&gt;
+</code></pre>
+                            </td>
+
+            <td><a class="external-link" href="https://spring.io/">Spring Boot</a> web starter.</td>
+
+        </tr>
+                <tr>
+            
+                        
+            <td style="white-space: nowrap;">
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.4.2/shiro-tools-hasher-1.4.2-cli.jar">shiro-tools-hasher</a>
+            </td>
+
+            <td>
+                                    <b>Not Relevant</b>
+                            </td>
+
+            <td>A command-line program to perform hashing (MD5, SHA, etc) for files, streams and passwords.
+                    Note that this is a command line program and not intended to be used as a Maven/program
+                    dependency. It is intended to be downloaded and executed:
+                    <pre><code class='bash'> java -jar shiro-tools-hasher-1.4.2-cli.jar</code></pre></td>
+
+        </tr>
+            </tbody>
+</table>
+
+<h3><a name="1.4.xSource"></a>1.4.2 Source Code Distribution</h3>
+
+<p>The source bundle requires JDK 1.6 and Maven 3.0.3+ to build:</p>
+
+<p><a class="external-link" href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.2/shiro-root-1.4.2-source-release.zip">zip</a>
+    (<a class="external-link"
+        href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.2/shiro-root-1.4.2-source-release.zip.asc">pgp</a>, <a
+            class="external-link"
+            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.2/shiro-root-1.4.2-source-release.zip.md5">md5</a>, <a
+            class="external-link"
+            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.2/shiro-root-1.4.2-source-release.zip.sha512">sha512</a>)
+</p>
+
+<h3><a name="1.4.xGit"></a>1.4.2 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-1.4.2 -b shiro-root-1.4.2
+</code></pre>
+
+<h3><a name="1.4.xBinary"></a>1.4.2 Binary Distribution</h3>
 
 <p>Associated documentation can be found <a href="documentation.html" title="Documentation">here</a></p>
 
@@ -1467,7 +1828,7 @@ git checkout shiro-root-1.1.0 -b shiro-r
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/events.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/events.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/events.html (original)
+++ shiro/site/publish/events.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -247,7 +248,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/features-overview.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/features-overview.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/features-overview.html (original)
+++ shiro/site/publish/features-overview.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -262,7 +263,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/features.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/features.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/features.html (original)
+++ shiro/site/publish/features.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -259,7 +260,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/forums.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/forums.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/forums.html (original)
+++ shiro/site/publish/forums.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -241,7 +242,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/get-started.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/get-started.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/get-started.html (original)
+++ shiro/site/publish/get-started.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -256,7 +257,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/getting-started-block.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/getting-started-block.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/getting-started-block.html (original)
+++ shiro/site/publish/getting-started-block.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -234,7 +235,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/graduation-resolution.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/graduation-resolution.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/graduation-resolution.html (original)
+++ shiro/site/publish/graduation-resolution.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -285,7 +286,7 @@ PMC are hereafter discharged.
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/guice.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/guice.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/guice.html (original)
+++ shiro/site/publish/guice.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -365,7 +366,7 @@ bindConstant().annotatedWith(Names.named
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/guides.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/guides.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/guides.html (original)
+++ shiro/site/publish/guides.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -243,7 +244,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/how-to-contribute.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/how-to-contribute.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/how-to-contribute.html (original)
+++ shiro/site/publish/how-to-contribute.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -354,7 +355,7 @@ master
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/inclusionslibrary.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/inclusionslibrary.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/inclusionslibrary.html (original)
+++ shiro/site/publish/inclusionslibrary.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -245,7 +246,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/index.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/index.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/index.html (original)
+++ shiro/site/publish/index.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -243,6 +244,27 @@
 
             <div class="panel panel-primary">
                 <div class=" panel-heading" style="text-align: center;">
+                    Latest news:
+                </div>
+
+                <div class="panel-body">
+                    <div>
+                        <a href="news.html">Release</a>
+                        <p><small>1.5.0 available! (2020-1-24)</small></p>
+                    </div>
+                    <div>
+                        <a href="news.html">Release and CVE</a>
+                        <p><small>1.4.2 available with fix CVE-2019-12422 (2019-11-18)</small></p>
+                    </div>
+                    <div>
+                        <a href="news.html">Release</a>
+                        <p><small>1.4.1 available! (2019-5-1)</small></p>
+                    </div>
+                </div>
+            </div>
+
+            <div class="panel panel-primary">
+                <div class=" panel-heading" style="text-align: center;">
                     Popular Guides:
                 </div>
 
@@ -399,7 +421,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/integration.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/integration.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/integration.html (original)
+++ shiro/site/publish/integration.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -295,7 +296,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/introduction.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/introduction.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/introduction.html (original)
+++ shiro/site/publish/introduction.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -277,7 +278,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/issues.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/issues.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/issues.html (original)
+++ shiro/site/publish/issues.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -248,7 +249,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/java-annotations-list.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/java-annotations-list.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/java-annotations-list.html (original)
+++ shiro/site/publish/java-annotations-list.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -247,7 +248,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/java-annotations.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/java-annotations.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/java-annotations.html (original)
+++ shiro/site/publish/java-annotations.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -243,7 +244,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/java-authentication-guide.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/java-authentication-guide.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/java-authentication-guide.html (original)
+++ shiro/site/publish/java-authentication-guide.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -354,7 +355,7 @@ currentUser.login(token);
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/java-authorization-guide.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/java-authorization-guide.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/java-authorization-guide.html (original)
+++ shiro/site/publish/java-authorization-guide.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -406,7 +407,7 @@ public void openAccount( Account acct )
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/java-cryptography-guide.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/java-cryptography-guide.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/java-cryptography-guide.html (original)
+++ shiro/site/publish/java-cryptography-guide.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -315,7 +316,7 @@ new Sha256(aPassword, salt, 1024).toBase
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/jaxrs.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/jaxrs.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/jaxrs.html (original)
+++ shiro/site/publish/jaxrs.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -234,18 +235,18 @@
     <pre><code class='xml'>&lt;dependency&gt;
     &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
     &lt;artifactId&gt;shiro-servlet-plugin&lt;/artifactId&gt;
-    &lt;version&gt;1.5.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 &lt;dependency&gt;
     &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
     &lt;artifactId&gt;shiro-jaxrs&lt;/artifactId&gt;
-    &lt;version&gt;1.5.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
     </div>
     <div id="gradle-cli" class="tab-pane fade">
-        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-servlet-plugin:1.5.0-SNAPSHOT'
-compile 'org.apache.shiro:shiro-jaxrs:1.5.0-SNAPSHOT'
+        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-servlet-plugin:1.5.1-SNAPSHOT'
+compile 'org.apache.shiro:shiro-jaxrs:1.5.1-SNAPSHOT'
 </code></pre>
     </div>
 </div>
@@ -323,7 +324,7 @@ public class ExampleApp extends Applicat
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/jsp-tag-library.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/jsp-tag-library.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/jsp-tag-library.html (original)
+++ shiro/site/publish/jsp-tag-library.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -255,7 +256,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/license.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/license.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/license.html (original)
+++ shiro/site/publish/license.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -436,7 +437,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/mailing-lists.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/mailing-lists.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/mailing-lists.html (original)
+++ shiro/site/publish/mailing-lists.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -287,7 +288,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/navigation.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/navigation.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/navigation.html (original)
+++ shiro/site/publish/navigation.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -274,7 +275,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/news.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/news.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/news.html (original)
+++ shiro/site/publish/news.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -237,6 +238,37 @@ For more information on Shiro, please re
 <div class="blog-post-listing">
 
     <div class="logo-heading-block">
+        <a class="blogHeading" id="1.5.0-released" href="#1.5.0-released">Apache Shiro 1.5.0 Released</a>
+    </div>
+
+    <div class="news-content">
+        <p>The Shiro team is pleased to announce the release of Apache Shiro version 1.5.0. This is a feature release for 1.x.</p>
+
+        <p>This release includes 52 issues resolved since the 1.4.2 release and is available for Download now.</p>
+
+        <p>Of Note:
+        <ul>
+            <li>Update to compiler Java 8 min.</li>
+            <li>Validate Java 11 build.</li>
+            <li>Dependency upgrade.</li>
+        </ul>
+
+        You can learn more on <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12344991" target="_blank">Jira</a>
+        </p>
+
+        <p>Release binaries (.jars) are also available through Maven Central and source bundles through Apache distribution mirrors.</p>
+
+        <p>For more information on <a href="documentation.html">Shiro, please read the documentation.</a></p>
+
+        <p>Enjoy!</p>
+
+        <p>The Apache Shiro Team</p>
+    </div>
+</div>
+
+<div class="blog-post-listing">
+
+    <div class="logo-heading-block">
         <a class="blogHeading" id="1.4.2-released" href="#1.4.2-released">Apache Shiro 1.4.2 Released</a>
     </div>
 
@@ -769,7 +801,7 @@ For more information on Shiro, please re
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/overview.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/overview.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/overview.html (original)
+++ shiro/site/publish/overview.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -313,7 +314,7 @@ Subject currentUser = SecurityUtils.getS
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/performing-a-release.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/performing-a-release.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/performing-a-release.html (original)
+++ shiro/site/publish/performing-a-release.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -246,7 +247,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/permissions.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/permissions.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/permissions.html (original)
+++ shiro/site/publish/permissions.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -401,7 +402,7 @@ printer:print:epsoncolor
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/powered-by-shiro.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/powered-by-shiro.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/powered-by-shiro.html (original)
+++ shiro/site/publish/powered-by-shiro.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -259,7 +260,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/privacy-policy.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/privacy-policy.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/privacy-policy.html (original)
+++ shiro/site/publish/privacy-policy.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -244,7 +245,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/quickstart.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/quickstart.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/quickstart.html (original)
+++ shiro/site/publish/quickstart.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -246,7 +247,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/realm.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/realm.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/realm.html (original)
+++ shiro/site/publish/realm.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -457,7 +458,7 @@ myRealm.credentialsMatcher = $credential
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/reference.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/reference.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/reference.html (original)
+++ shiro/site/publish/reference.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -308,7 +309,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/security-reports.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/security-reports.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/security-reports.html (original)
+++ shiro/site/publish/security-reports.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -255,7 +256,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/securitymanager.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/securitymanager.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/securitymanager.html (original)
+++ shiro/site/publish/securitymanager.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -287,7 +288,7 @@ SecurityUtils.setSecurityManager(securit
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/session-management-features.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/session-management-features.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/session-management-features.html (original)
+++ shiro/site/publish/session-management-features.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -269,7 +270,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/session-management.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/session-management.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/session-management.html (original)
+++ shiro/site/publish/session-management.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -806,7 +807,7 @@ securityManager.subjectDAO.sessionStorag
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/sessionmanager.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/sessionmanager.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/sessionmanager.html (original)
+++ shiro/site/publish/sessionmanager.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -246,7 +247,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/shiro-web/index.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/shiro-web/index.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/shiro-web/index.html (original)
+++ shiro/site/publish/shiro-web/index.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -245,7 +246,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/spring-boot.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/spring-boot.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/spring-boot.html (original)
+++ shiro/site/publish/spring-boot.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -236,12 +237,12 @@
     <pre><code class='xml'>&lt;dependency&gt;
     &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
     &lt;artifactId&gt;shiro-spring-boot-starter&lt;/artifactId&gt;
-    &lt;version&gt;1.5.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
     </div>
     <div id="gradle-cli" class="tab-pane fade">
-        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-spring-boot-starter:1.5.0-SNAPSHOT'
+        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-spring-boot-starter:1.5.1-SNAPSHOT'
 </code></pre>
     </div>
 </div>
@@ -277,12 +278,12 @@ private SecurityManager securityManager;
     <pre><code class='xml'>&lt;dependency&gt;
     &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
     &lt;artifactId&gt;shiro-spring-boot-web-starter&lt;/artifactId&gt;
-    &lt;version&gt;1.5.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
     </div>
     <div id="gradle-web" class="tab-pane fade">
-        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-spring-boot-web-starter:1.5.0-SNAPSHOT'
+        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-spring-boot-web-starter:1.5.1-SNAPSHOT'
 </code></pre>
     </div>
 </div>
@@ -489,7 +490,7 @@ protected CacheManager cacheManager() {
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/spring-framework.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/spring-framework.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/spring-framework.html (original)
+++ shiro/site/publish/spring-framework.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -236,7 +237,7 @@
     <pre><code class='xml'>&lt;dependency&gt;
     &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
     &lt;artifactId&gt;shiro-spring&lt;/artifactId&gt;
-    &lt;version&gt;1.5.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 &lt;dependency&gt;
     &lt;groupId&gt;org.springframework&lt;/groupId&gt;
@@ -246,7 +247,7 @@
 </code></pre>
     </div>
     <div id="gradle-cli" class="tab-pane fade">
-        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-spring:1.5.0-SNAPSHOT'
+        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-spring:1.5.1-SNAPSHOT'
 compile 'org.springframework:spring-context:${spring.version}'
 </code></pre>
     </div>
@@ -315,12 +316,12 @@ private SecurityManager securityManager;
     <pre><code class='xml'>&lt;dependency&gt;
     &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
     &lt;artifactId&gt;shiro-spring&lt;/artifactId&gt;
-    &lt;version&gt;1.5.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 &lt;dependency&gt;
     &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
     &lt;artifactId&gt;shiro-web&lt;/artifactId&gt;
-    &lt;version&gt;1.5.0-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.1-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 &lt;dependency&gt;
     &lt;groupId&gt;org.springframework&lt;/groupId&gt;
@@ -330,8 +331,8 @@ private SecurityManager securityManager;
 </code></pre>
     </div>
     <div id="gradle-web" class="tab-pane fade">
-        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-spring:1.5.0-SNAPSHOT'
-compile 'org.apache.shiro:shiro-web:1.5.0-SNAPSHOT'
+        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-spring:1.5.1-SNAPSHOT'
+compile 'org.apache.shiro:shiro-web:1.5.1-SNAPSHOT'
 compile 'org.springframework:spring-webmvc:${spring.version}'
 </code></pre>
     </div>
@@ -561,7 +562,7 @@ protected CacheManager cacheManager() {
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/spring-xml.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/spring-xml.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/spring-xml.html (original)
+++ shiro/site/publish/spring-xml.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -386,7 +387,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/spring.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/spring.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/spring.html (original)
+++ shiro/site/publish/spring.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -397,7 +398,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/static/.htaccess
URL: http://svn.apache.org/viewvc/shiro/site/publish/static/.htaccess?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/static/.htaccess (original)
+++ shiro/site/publish/static/.htaccess Sat Jan 25 15:06:28 2020
@@ -23,6 +23,7 @@
 
 
 
+
 RedirectMatch /static/1.1.0(.*) /static/current$1
 RedirectMatch /static/1.0.0-incubating(.*) /static/current$1
 RedirectMatch /static/1.2.0(.*) /static/1.2.6$1
@@ -40,6 +41,6 @@ RedirectMatch /static/1.2.1/shiro-featur
 
 RedirectMatch /static/(.*)/tools(.*) /static/$1/shiro-tools/$2
 
-RedirectMatch /static/current(.*) /static/1.4.2$1
-RedirectMatch /static/latest(.*) /static/1.4.2$1
+RedirectMatch /static/current(.*) /static/1.5.0$1
+RedirectMatch /static/latest(.*) /static/1.5.0$1
 

Modified: shiro/site/publish/subject.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/subject.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/subject.html (original)
+++ shiro/site/publish/subject.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -481,7 +482,7 @@ Executor executor = new java.util.concur
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/support.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/support.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/support.html (original)
+++ shiro/site/publish/support.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -239,7 +240,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/tags.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/tags.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/tags.html (original)
+++ shiro/site/publish/tags.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -239,7 +240,7 @@ window.location = "https://github.com/ap
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/team.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/team.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/team.html (original)
+++ shiro/site/publish/team.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -234,7 +235,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>
 

Modified: shiro/site/publish/terminology.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/terminology.html?rev=1873155&r1=1873154&r2=1873155&view=diff
==============================================================================
--- shiro/site/publish/terminology.html (original)
+++ shiro/site/publish/terminology.html Sat Jan 25 15:06:28 2020
@@ -43,6 +43,7 @@
 
 
 
+
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -308,7 +309,7 @@
             <div class="copyright-footer">
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
-            <p>Copyright &copy; 2008-2019 The Apache Software Foundation</p>
+            <p>Copyright &copy; 2008-2020 The Apache Software Foundation</p>
                 </div>
         </div>