Skip to content

Commit

Permalink
Update site for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Jul 25, 2016
1 parent fa7f519 commit 8fd5829
Show file tree
Hide file tree
Showing 5 changed files with 571 additions and 302 deletions.
6 changes: 3 additions & 3 deletions 10-minute-tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ <h2><a name="10MinuteTutorial-Download"></a>Download</h2>
<ol>
<li>Ensure you have JDK 1.6+ and Maven 3.0.3+ installed.</li>
<li>Download the lastest "Source Code Distribution" from the <a href="download.html" title="Download">Download</a>
page. In this example, we're using the 1.2.6 release distribution.
page. In this example, we're using the 1.3.0 release distribution.
</li>
<li>Unzip the source package:
<div class="code panel" style="border-width: 1px;">
<div class="codeContent panelContent">
<pre class="code-java">
&gt; unzip shiro-root-1.2.6-source-release.zip
&gt; unzip shiro-root-1.3.0-source-release.zip
</pre>
</div>
</div>
Expand All @@ -80,7 +80,7 @@ <h2><a name="10MinuteTutorial-Download"></a>Download</h2>
<div class="code panel" style="border-width: 1px;">
<div class="codeContent panelContent">
<pre class="code-java">
&gt; cd shiro-root-1.2.6/samples/quickstart
&gt; cd shiro-root-1.3.0/samples/quickstart
</pre>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ <h3><a name="Documentation-GuidesimportantShiroconcepts%3A"></a>Guides - importa
</ul>

<h3><a name="Documentation-CurrentRelease"></a>Current Release</h3>
<p>Apache Shiro 1.2.6 (<a href="download.html" title="Download">Download</a>)</p>
<p>Apache Shiro 1.3.0 (<a href="download.html" title="Download">Download</a>)</p>
<ul>
<li><a class="external-link" href="static/1.2.6/apidocs">API</a> (JavaDoc)</li>
<li><a class="external-link" href="static/1.2.6/xref/">Browse Source</a> (XREF)</li>
<li><a class="external-link" href="static/1.2.6/">Maven Static Site</a></li>
<li><a class="external-link" href="static/1.3.0/apidocs">API</a> (JavaDoc)</li>
<li><a class="external-link" href="static/1.3.0/xref/">Browse Source</a> (XREF)</li>
<li><a class="external-link" href="static/1.3.0/">Maven Static Site</a></li>
<!-- <li><a class="external-link"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12323469&amp;styleName=Html&amp;projectId=12310950">Release
Notes</a></li> -->
Expand Down
Loading

0 comments on commit 8fd5829

Please sign in to comment.