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 2019/05/01 18:50:42 UTC

svn commit: r1858497 - in /shiro/site/publish: 10-minute-tutorial.html documentation.html download.html jaxrs.html news.html spring-boot.html spring-framework.html static/.htaccess

Author: fpapon
Date: Wed May  1 18:50:41 2019
New Revision: 1858497

URL: http://svn.apache.org/viewvc?rev=1858497&view=rev
Log:
Publish release Shiro 1.4.1

Modified:
    shiro/site/publish/10-minute-tutorial.html
    shiro/site/publish/documentation.html
    shiro/site/publish/download.html
    shiro/site/publish/jaxrs.html
    shiro/site/publish/news.html
    shiro/site/publish/spring-boot.html
    shiro/site/publish/spring-framework.html
    shiro/site/publish/static/.htaccess

Modified: shiro/site/publish/10-minute-tutorial.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/10-minute-tutorial.html?rev=1858497&r1=1858496&r2=1858497&view=diff
==============================================================================
--- shiro/site/publish/10-minute-tutorial.html (original)
+++ shiro/site/publish/10-minute-tutorial.html Wed May  1 18:50:41 2019
@@ -253,14 +253,14 @@
 <h2><a href="#download" name="download">Download</a></h2>
 <ol>
   <li>Ensure you have JDK 1.6+ and Maven 3.0.3+ installed.</li>
-  <li>Download the lastest &ldquo;Source Code Distribution&rdquo; from the <a href="download.html" title="Download">Download</a> page. In this example, we&rsquo;re using the 1.4.0 release distribution.</li>
+  <li>Download the lastest &ldquo;Source Code Distribution&rdquo; from the <a href="download.html" title="Download">Download</a> page. In this example, we&rsquo;re using the 1.4.1 release distribution.</li>
   <li>Unzip the source package:
-    <pre><code class="bash">$ unzip shiro-root-1.4.0-source-release.zip
+    <pre><code class="bash">$ unzip shiro-root-1.4.1-source-release.zip
 </code></pre>
   </li>
   <li>
     <p>Enter the quickstart directory:</p>
-    <pre><code class="bash">$ cd shiro-root-1.4.0/samples/quickstart
+    <pre><code class="bash">$ cd shiro-root-1.4.1/samples/quickstart
 </code></pre>
   </li>
   <li>

Modified: shiro/site/publish/documentation.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/documentation.html?rev=1858497&r1=1858496&r2=1858497&view=diff
==============================================================================
--- shiro/site/publish/documentation.html (original)
+++ shiro/site/publish/documentation.html Wed May  1 18:50:41 2019
@@ -249,11 +249,11 @@
 </ul>
 <a name="Documentation-CurrentRelease"></a>
 <h3><a href="#current-release" name="current-release">Current Release</a></h3>
-<p>Apache Shiro 1.4.0 (<a href="download.html" title="Download">Download</a>)</p>
+<p>Apache Shiro 1.4.1 (<a href="download.html" title="Download">Download</a>)</p>
 <ul>
-  <li><a href="static/1.4.0/apidocs">API</a> (JavaDoc)</li>
-  <li><a href="static/1.4.0/xref/">Browse Source</a> (XREF)</li>
-  <li><a href="static/1.4.0/">Maven Static Site</a></li>
+  <li><a href="static/1.4.1/apidocs">API</a> (JavaDoc)</li>
+  <li><a href="static/1.4.1/xref/">Browse Source</a> (XREF)</li>
+  <li><a href="static/1.4.1/">Maven Static Site</a></li>
 </ul>
 <h2><a name="Lendahandwithdocumentation"></a>Lend a hand with documentation </h2>
 <p>While we hope this documentation helps you with the work you're doing with Apache Shiro, the community is improving and expanding the documentation all the time.  If you'd like to help the Shiro project, please consider correcting, expanding, or adding documentation where you see a need. Every little bit of help you provide expands the community and in turn improves Shiro. </p>

Modified: shiro/site/publish/download.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/download.html?rev=1858497&r1=1858496&r2=1858497&view=diff
==============================================================================
--- shiro/site/publish/download.html (original)
+++ shiro/site/publish/download.html Wed May  1 18:50:41 2019
@@ -286,7 +286,7 @@
 
 <h1><a name="Download-DownloadApacheShiro"></a>Download Apache Shiro</h1>
 
-<p>Apache Shiro 1.4.0 is the current stable release (Java 1.6+ JVM).</p>
+<p>Apache Shiro 1.4.1 is the current stable release (Java 1.6+ JVM).</p>
 
 <p>To download Shiro please follow the instructions below.</p>
 
@@ -302,19 +302,19 @@
 <div>
     <ul>
         <li>
-            <a href="#latest">Latest Stable Release (1.4.0)</a>
+            <a href="#latest">Latest Stable Release (1.4.1)</a>
             <ul>
-                <li><a href="#latestBinary">1.4.0 Binary Distribution</a></li>
-                <li><a href="#latestSource">1.4.0 Source Code Distribution</a></li>
-                <li><a href="#latestGit">1.4.0 Git Source repository</a></li>
+                <li><a href="#latestBinary">1.4.1 Binary Distribution</a></li>
+                <li><a href="#latestSource">1.4.1 Source Code Distribution</a></li>
+                <li><a href="#latestGit">1.4.1 Git Source repository</a></li>
             </ul>
         </li>
                 <li>
-            <a href="#early">Early Access Release (1.4.1-SNAPSHOT)</a>
+            <a href="#early">Early Access Release (1.5.0-SNAPSHOT)</a>
             <ul>
-                <li><a href="#earlyBinary">1.4.1-SNAPSHOT Binary Distribution</a></li>
-                <li><a href="#earlySource">1.4.1-SNAPSHOT Source Code Distribution</a></li>
-                <li><a href="#earlyGit">1.4.1-SNAPSHOT Git Source repository</a></li>
+                <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>
             </ul>
         </li>
         
@@ -348,9 +348,9 @@
 </div>
 
 
-<h2><a name="latest"></a>Latest Stable Release (1.4.0)</h2>
+<h2><a name="latest"></a>Latest Stable Release (1.4.1)</h2>
 
-<h3><a name="latestBinary"></a>1.4.0 Binary Distribution</h3>
+<h3><a name="latestBinary"></a>1.4.1 Binary Distribution</h3>
 
 <p>Associated documentation can be found <a href="documentation.html" title="Documentation">here</a></p>
 
@@ -374,7 +374,7 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.4.0/shiro-all-1.4.0.jar">shiro-all</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.4.1/shiro-all-1.4.1.jar">shiro-all</a>
             </td>
 
             <td>
@@ -391,14 +391,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.4.0/shiro-core-1.4.0.jar">shiro-core</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.4.1/shiro-core-1.4.1.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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -412,14 +412,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.4.0/shiro-web-1.4.0.jar">shiro-web</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.4.1/shiro-web-1.4.1.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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -431,14 +431,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.4.0/shiro-servlet-plugin-1.4.0.jar">shiro-servlet-plugin</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.4.1/shiro-servlet-plugin-1.4.1.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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -450,14 +450,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.4.0/shiro-jaxrs-1.4.0.jar">shiro-jaxrs</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.4.1/shiro-jaxrs-1.4.1.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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -469,14 +469,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.4.0/shiro-aspectj-1.4.0.jar">shiro-aspectj</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.4.1/shiro-aspectj-1.4.1.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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -488,14 +488,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.4.0/shiro-cas-1.4.0.jar">shiro-cas</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.4.1/shiro-cas-1.4.1.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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -513,14 +513,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.4.0/shiro-ehcache-1.4.0.jar">shiro-ehcache</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.4.1/shiro-ehcache-1.4.1.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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -532,14 +532,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.4.0/shiro-hazelcast-1.4.0.jar">shiro-hazelcast</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.4.1/shiro-hazelcast-1.4.1.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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -551,14 +551,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.4.0/shiro-features-1.4.0-features.xml">shiro-features</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.4.1/shiro-features-1.4.1-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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -570,14 +570,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.4.0/shiro-guice-1.4.0.jar">shiro-guice</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.4.1/shiro-guice-1.4.1.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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -589,14 +589,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.4.0/shiro-quartz-1.4.0.jar">shiro-quartz</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.4.1/shiro-quartz-1.4.1.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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -608,14 +608,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.4.0/shiro-spring-1.4.0.jar">shiro-spring</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.4.1/shiro-spring-1.4.1.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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -627,14 +627,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.4.0/shiro-spring-boot-starter-1.4.0.jar">shiro-spring-boot-starter</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.4.1/shiro-spring-boot-starter-1.4.1.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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -646,14 +646,14 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.4.0/shiro-spring-boot-web-starter-1.4.0.jar">shiro-spring-boot-web-starter</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.4.1/shiro-spring-boot-web-starter-1.4.1.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.0&lt;/version&gt;
+  &lt;version&gt;1.4.1&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre>
                             </td>
@@ -665,7 +665,7 @@
             
                         
             <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.4.0/shiro-tools-hasher-1.4.0-cli.jar">shiro-tools-hasher</a>
+                <a href="http://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.4.1/shiro-tools-hasher-1.4.1-cli.jar">shiro-tools-hasher</a>
             </td>
 
             <td>
@@ -675,36 +675,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.0-cli.jar</code></pre></td>
+                    <pre><code class='bash'> java -jar shiro-tools-hasher-1.4.1-cli.jar</code></pre></td>
 
         </tr>
             </tbody>
 </table>
 
-<h3><a name="latestSource"></a>1.4.0 Source Code Distribution</h3>
+<h3><a name="latestSource"></a>1.4.1 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.0/shiro-root-1.4.0-source-release.zip">zip</a>
+<p><a class="external-link" href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.1/shiro-root-1.4.1-source-release.zip">zip</a>
     (<a class="external-link"
-        href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.0/shiro-root-1.4.0-source-release.zip.asc">pgp</a>, <a
+        href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.1/shiro-root-1.4.1-source-release.zip.asc">pgp</a>, <a
             class="external-link"
-            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.0/shiro-root-1.4.0-source-release.zip.md5">md5</a>, <a
-            class="external-link"
-            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.0/shiro-root-1.4.0-source-release.zip.sha1">sha1</a>)
+            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.1/shiro-root-1.4.1-source-release.zip.sha512">sha512</a>)
 </p>
 
-<h3><a name="latestGit"></a>1.4.0 Git Source repository</h3>
+<h3><a name="latestGit"></a>1.4.1 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.0 -b shiro-root-1.4.0
+git checkout shiro-root-1.4.1 -b shiro-root-1.4.1
 </code>
 </pre>
 
 
-<h2><a name="early"></a>Early Access Release (1.4.1-SNAPSHOT)</h2>
-<h3><a name="earlyBinary"></a>1.4.1-SNAPSHOT Binary Distribution</h3>
+<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>
 
 <p>Associated documentation can be found <a href="documentation.html" title="Documentation">here</a></p>
 
@@ -724,335 +722,25 @@ git checkout shiro-root-1.4.0 -b shiro-r
     </tr>
     </thead>
     <tbody>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="http://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.4.1-SNAPSHOT/shiro-all-1.4.1-SNAPSHOT.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.1-SNAPSHOT/shiro-core-1.4.1-SNAPSHOT.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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-web-1.4.1-SNAPSHOT.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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-servlet-plugin-1.4.1-SNAPSHOT.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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-jaxrs-1.4.1-SNAPSHOT.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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-aspectj-1.4.1-SNAPSHOT.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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-cas-1.4.1-SNAPSHOT.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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-ehcache-1.4.1-SNAPSHOT.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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-hazelcast-1.4.1-SNAPSHOT.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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-features-1.4.1-SNAPSHOT-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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-guice-1.4.1-SNAPSHOT.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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-quartz-1.4.1-SNAPSHOT.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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-spring-1.4.1-SNAPSHOT.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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-spring-boot-starter-1.4.1-SNAPSHOT.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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-spring-boot-web-starter-1.4.1-SNAPSHOT.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.1-SNAPSHOT&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.1-SNAPSHOT/shiro-tools-hasher-1.4.1-SNAPSHOT-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.1-SNAPSHOT-cli.jar</code></pre></td>
-
-        </tr>
             </tbody>
 </table>
 
-<h3><a name="earlySource"></a>1.4.1-SNAPSHOT Source Code Distribution</h3>
+<h3><a name="earlySource"></a>1.5.0-SNAPSHOT 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.1-SNAPSHOT/shiro-root-1.4.1-SNAPSHOT-source-release.zip">zip</a>
+<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>
     (<a class="external-link"
-        href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.1-SNAPSHOT/shiro-root-1.4.1-SNAPSHOT-source-release.zip.asc">pgp</a>, <a
-            class="external-link"
-            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.1-SNAPSHOT/shiro-root-1.4.1-SNAPSHOT-source-release.zip.md5">md5</a>, <a
+        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
             class="external-link"
-            href="http://www.apache.org/dyn/closer.cgi/shiro/1.4.1-SNAPSHOT/shiro-root-1.4.1-SNAPSHOT-source-release.zip.sha1">sha1</a>)
+            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>)
 </p>
 
-<h3><a name="earlyGit"></a>1.4.1-SNAPSHOT Git Source repository</h3>
+<h3><a name="earlyGit"></a>1.5.0-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.4.1-SNAPSHOT -b shiro-root-1.4.1-SNAPSHOT
+git checkout shiro-root-1.5.0-SNAPSHOT -b shiro-root-1.5.0-SNAPSHOT
 </code>
 </pre>
 

Modified: shiro/site/publish/jaxrs.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/jaxrs.html?rev=1858497&r1=1858496&r2=1858497&view=diff
==============================================================================
--- shiro/site/publish/jaxrs.html (original)
+++ shiro/site/publish/jaxrs.html Wed May  1 18:50:41 2019
@@ -234,18 +234,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.4.1-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.0-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.4.1-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.0-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.4.1-SNAPSHOT'
-compile 'org.apache.shiro:shiro-jaxrs:1.4.1-SNAPSHOT'
+        <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'
 </code></pre>
     </div>
 </div>

Modified: shiro/site/publish/news.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/news.html?rev=1858497&r1=1858496&r2=1858497&view=diff
==============================================================================
--- shiro/site/publish/news.html (original)
+++ shiro/site/publish/news.html Wed May  1 18:50:41 2019
@@ -234,6 +234,38 @@ For more information on Shiro, please re
 
 <p>The Apache Shiro Team</p>
 
+<div class="blog-post-listing">
+
+    <div class="logo-heading-block">
+        <a class="blogHeading" id="1.4.1-released" href="#1.4.1-released">Apache Shiro 1.4.1 Released</a>
+    </div>
+
+    <div class="news-content">
+        <p>The Shiro team is pleased to announce the release of Apache Shiro version 1.4.1. This is a feature release for 1.x.</p>
+
+        <p>This release includes 27 issues resolved since the 1.4.0 release and is available for Download now.</p>
+
+        <p>Of Note:
+        <ul>
+            <li>Fix some OGSi and Apache Karaf feature issues.</li>
+            <li>Refresh cached session in HTTP request after user logs out</li>
+            <li>Upgrade to Spring 4.3.22.RELEASE</li>
+            <li>Upgrade to Springboot 1.5.19.RELEASE</li>
+            <li>Maven plugins upgrade</li>
+        </ul>
+
+        You can learn more on <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12344826" 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">
 
@@ -266,7 +298,7 @@ For more information on Shiro, please re
         <p>Enjoy!</p>
 
         <p>The Apache Shiro Team</p>
-</div>
+    </div>
 </div>
 
 
@@ -420,14 +452,14 @@ For more information on Shiro, please re
         <p>The Apache Shiro Team</p>
     </div>
 </div>
-        
+
 <div class="blog-post-listing">
     <div class="logo-heading-block">
         <a class="blogHeading" href="2012/07/29/apache-shiro-121-released.html">Apache Shiro 1.2.1 Released</a>
         <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Jul 29, 2012</div>
 
     </div>
-    
+
     <div class="news-content">
         <p>Dear Apache Shiro Community,</p>
 
@@ -444,28 +476,28 @@ For more information on Shiro, please re
         <p>The Apache Shiro Team</p>
     </div>
 </div>
-    
-        
+
+
 <div class="blog-post-listing">
     <div class="logo-heading-block">
         <a class="blogHeading" href="https://stormpath.com/blog/whats-new-apache-shiro-12">What's New in Apache Shiro 1.2?</a>
         <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Mar 13, 2012</div>
     </div>
-    
+
     <div class="news-content">
         <p>Here's an article covering some of the main features and enhancements in Apache Shiro 1.2:</p>
 
         <p><a class="external-link" href="https://stormpath.com/blog/whats-new-apache-shiro-12" rel="nofollow">https://stormpath.com/blog/whats-new-apache-shiro-12</a></p>
     </div>
 </div>
-    
-        
+
+
 <div class="blog-post-listing">
 
     <span class="blogHeading"><a class="blogHeading" href="2012/01/24/apache-shiro-120-released.html">Apache Shiro 1.2.0 Released!</a></span>
     <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Jan 24, 2012</div>
 
-    
+
     <div class="news-content">
         <p>Dear Apache Shiro Community,</p>
 
@@ -508,16 +540,16 @@ For more information on Shiro, please re
         <p>The Apache Shiro Team</p>
     </div>
 </div>
-    
-        
+
+
 <div class="blog-post-listing">
         <div class="logo-heading-block">
 
             <a class="blogHeading" href="2011/06/30/apache-shiro-login-demo.html">Apache Shiro Login Demo</a>
             <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Jun 30, 2011</div>
-            
+
         </div>
-    
+
     <div class="news-content">
         <p><a class="external-link" href="http://raibledesigns.com/" rel="nofollow">Matt Raible</a> has posted a really nice blog article and video demonstrating a login use case with Apache Shiro.  Check out the <a class="external-link" href="http://raibledesigns.com/rd/entry/java_web_application_security_part2" rel="nofollow">Java Web Application Security - Part III: Apache Shiro Login Demo</a> blog post and the video:</p>
 
@@ -526,14 +558,14 @@ For more information on Shiro, please re
 
     </div>
 </div>
-    
-        
+
+
 <div class="blog-post-listing">
         <div class="logo-heading-block">
             <a class="blogHeading" href="2011/05/24/the-new-rbac-resource-based-access-control.html">The New RBAC - Resource-Based Access Control</a>
             <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on May 24, 2011</div>
         </div>
-    
+
     <div class="news-content">
         <p>Hi Shiro community,</p>
 
@@ -542,67 +574,67 @@ For more information on Shiro, please re
         <p><a class="external-link" href="https://stormpath.com/blog/new-rbac-resource-based-access-control" rel="nofollow">The New RBAC: Resource-Based Access Control</a></p>
     </div>
 </div>
-    
-        
+
+
 <div class="blog-post-listing">
         <div class="logo-heading-block">
             <a class="blogHeading" href="2011/03/14/infoq-article-on-apache-shiro.html">InfoQ article on Apache Shiro</a>
             <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Mar 14, 2011</div>
         </div>
-    
+
     <div class="news-content">
         <p><a class="external-link" href="https://www.infoq.com/articles/apache-shiro" rel="nofollow">https://www.infoq.com/articles/apache-shiro</a></p>
     </div>
 </div>
-    
-        
+
+
 <div class="blog-post-listing">
         <div class="logo-heading-block">
             <a class="blogHeading" href="2011/02/28/java-authorization-guide-with-apache-shiro-posted.html">Java Authorization Guide with Apache Shiro posted</a>
             <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/alex">Alex Salazar</a> posted on Feb 28, 2011</div>
         </div>
-    
+
     <div class="news-content">
         <p>In our effort to improve the documentation you need to get started with Shiro, we've written a quick <a href="java-authorization-guide.html" title="Java Authorization Guide">Java Authorization Guide</a> for your review.  Check out and tell us what you think.  And if you haven't already, check out our previous post, the <a href="java-authentication-guide.html" title="Java Authentication Guide">Java Authentication Guide</a>.</p>
 
     </div>
 </div>
-    
-        
+
+
 <div class="blog-post-listing">
     <div class="logo-heading-block">
         <a class="blogHeading" href="2011/02/10/apache-shiro-integration-for-grails-113-released.html">Apache Shiro Integration for Grails 1.1.3 released</a>
         <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/alex">Alex Salazar</a> posted on Feb 09, 2011</div>
     </div>
-    
+
     <div class="news-content">
         <p>Secure your Grails application quickly and easily using the Apache Shiro security framework. Although easy to get started with, this framework gives you a great deal of flexibility and will support your application as it grows.</p>
 
         <p><a class="external-link" href="https://grails.org/plugin/shiro" rel="nofollow">https://grails.org/plugin/shiro</a></p>
     </div>
 </div>
-    
-        
+
+
 <div class="blog-post-listing">
     <div class="logo-heading-block">
         <a class="blogHeading" href="2011/01/13/apache-shiro-support-for-mule.html">Apache Shiro Support for Mule</a>
         <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/alex">Alex Salazar</a> posted on Jan 13, 2011</div>
     </div>
-    
+
     <div class="news-content">
         <p>Mule now has integration with Apache Shiro.  Thanks to Dan Diephouse at <a class="external-link" href="https://developer.mulesoft.com" rel="nofollow">MuleSoft</a> for the great blog post.  </p>
 
         <p><a class="external-link" href="http://blogs.mulesoft.com/dev/mule-dev/apache-shiro-support-for-mule/" rel="nofollow">http://blogs.mulesoft.com/dev/mule-dev/apache-shiro-support-for-mule/</a></p>
     </div>
 </div>
-    
-        
+
+
 <div class="blog-post-listing">
     <div class="logo-heading-block">
         <a class="blogHeading" href="2011/01/06/apache-shiro-video-and-slide-from-sf-jug-presentation.html">Apache Shiro Video and Slide from SF JUG Presentation</a>
         <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/alex">Alex Salazar</a> posted on Jan 06, 2011</div>
     </div>
-    
+
     <div class="news-content">
         <p>Check out the video from the San Francisco Java User Group presentation on Apache Shiro.</p>
 
@@ -614,14 +646,14 @@ For more information on Shiro, please re
 
     </div>
 </div>
-    
-        
+
+
 <div class="blog-post-listing">
     <div class="logo-heading-block">
         <a class="blogHeading" href="2010/11/03/apache-shiro-110-released.html">Apache Shiro 1.1.0 Released</a>
         <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Nov 03, 2010</div>
     </div>
-    
+
     <div class="news-content">
         <p>Dear Apache Shiro Community,</p>
 
@@ -636,14 +668,14 @@ For more information on Shiro, please re
         <p>Enjoy!</p>
     </div>
 </div>
-    
-        
+
+
 <div class="blog-post-listing">
     <div class="logo-heading-block">
         <a class="blogHeading" href="2010/09/24/apache-shiro-becomes-an-apache-top-level-project.html">Apache Shiro becomes an Apache Top Level Project</a>
         <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Sep 24, 2010</div>
     </div>
-    
+
     <div class="news-content">
         <p>On Wednesday, September 22nd 2010, the Apache Software Foundation Board voted unanimously to accept Apache Shiro's graduation out of the Incubator and to become a Apache Top Level Project.</p>
 
@@ -658,39 +690,39 @@ For more information on Shiro, please re
         <p>Les</p>
     </div>
 </div>
-    
-        
+
+
 <div class="blog-post-listing">
     <div class="logo-heading-block">
         <a class="blogHeading" href="2010/09/20/san-francisco-jug-presentation.html">San Francisco JUG presentation</a>
         <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Sep 20, 2010</div>
     </div>
-    
+
     <div class="news-content">
         <p>On 12 October 2010 at 6:30 pm PDT, Les Hazlewood will present <a class="external-link" href="http://www.sfjava.org/calendar/13539905/" rel="nofollow">Super Simple Application Security with Apache Shiro</a> to the San Francisco Java User Group.  Please RSVP if you wish to attend - seats are limited!</p>
     </div>
     </div>
-    
-        
+
+
 <div class="blog-post-listing">
         <div class="logo-heading-block">
             <a class="blogHeading" href="2010/09/14/ibm-developerworks-introduction-to-apache-shiro.html">IBM DeveloperWorks - Introduction to Apache Shiro</a>
             <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Sep 14, 2010</div>
         </div>
-    
+
     <div class="news-content">
         <p>Nathan Good wrote <a class="external-link" href="http://www.ibm.com/developerworks/web/library/wa-apacheshiro/" rel="nofollow">an article</a> introducing some of Apache Shiro's capabilities.  Thanks Nathan!</p>
     </div>
 </div>
-    
-        
+
+
 <div class="blog-post-listing">
     <div class="logo-heading-block">
         <div class="page-metadata"><a class="url fn news-userlink" href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Jun 01, 2010</div>
         <a class="blogHeading" href="2010/06/01/sdforum-java-sig-apache-shiro-presentation.html">SDForum Java SIG Apache Shiro Presentation</a>
 
     </div>
-    
+
     <div class="news-content">
         <p>Tonight, 1 June 2010, Les Hazlewood <a class="external-link" href="http://www.sdforum.org/index.cfm?fuseaction=Calendar.eventDetail&amp;eventID=13671&amp;pageId=471" rel="nofollow">will present</a> Apache Shiro to the SDForum Java SIG in Palo Alto, California.  Please come if you can!</p>
     </div>

Modified: shiro/site/publish/spring-boot.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/spring-boot.html?rev=1858497&r1=1858496&r2=1858497&view=diff
==============================================================================
--- shiro/site/publish/spring-boot.html (original)
+++ shiro/site/publish/spring-boot.html Wed May  1 18:50:41 2019
@@ -236,12 +236,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.4.1-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.0-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.4.1-SNAPSHOT'
+        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-spring-boot-starter:1.5.0-SNAPSHOT'
 </code></pre>
     </div>
 </div>
@@ -277,12 +277,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.4.1-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.0-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.4.1-SNAPSHOT'
+        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-spring-boot-web-starter:1.5.0-SNAPSHOT'
 </code></pre>
     </div>
 </div>

Modified: shiro/site/publish/spring-framework.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/spring-framework.html?rev=1858497&r1=1858496&r2=1858497&view=diff
==============================================================================
--- shiro/site/publish/spring-framework.html (original)
+++ shiro/site/publish/spring-framework.html Wed May  1 18:50:41 2019
@@ -236,7 +236,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.4.1-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.0-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 &lt;dependency&gt;
     &lt;groupId&gt;org.springframework&lt;/groupId&gt;
@@ -246,7 +246,7 @@
 </code></pre>
     </div>
     <div id="gradle-cli" class="tab-pane fade">
-        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-spring:1.4.1-SNAPSHOT'
+        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-spring:1.5.0-SNAPSHOT'
 compile 'org.springframework:spring-context:${spring.version}'
 </code></pre>
     </div>
@@ -315,12 +315,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.4.1-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.0-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.4.1-SNAPSHOT&lt;/version&gt;
+    &lt;version&gt;1.5.0-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;
 &lt;dependency&gt;
     &lt;groupId&gt;org.springframework&lt;/groupId&gt;
@@ -330,8 +330,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.4.1-SNAPSHOT'
-compile 'org.apache.shiro:shiro-web:1.4.1-SNAPSHOT'
+        <pre><code class='groovy'>compile 'org.apache.shiro:shiro-spring:1.5.0-SNAPSHOT'
+compile 'org.apache.shiro:shiro-web:1.5.0-SNAPSHOT'
 compile 'org.springframework:spring-webmvc:${spring.version}'
 </code></pre>
     </div>

Modified: shiro/site/publish/static/.htaccess
URL: http://svn.apache.org/viewvc/shiro/site/publish/static/.htaccess?rev=1858497&r1=1858496&r2=1858497&view=diff
==============================================================================
--- shiro/site/publish/static/.htaccess (original)
+++ shiro/site/publish/static/.htaccess Wed May  1 18:50:41 2019
@@ -40,6 +40,6 @@ RedirectMatch /static/1.2.1/shiro-featur
 
 RedirectMatch /static/(.*)/tools(.*) /static/$1/shiro-tools/$2
 
-RedirectMatch /static/current(.*) /static/1.4.0$1
-RedirectMatch /static/latest(.*) /static/1.4.0$1
+RedirectMatch /static/current(.*) /static/1.4.1$1
+RedirectMatch /static/latest(.*) /static/1.4.1$1