Update website for 1.10.3

* Update navigation
* Update release notes
* Update downloads page links
diff --git a/_includes/nav.html b/_includes/nav.html
index 9c1f828..01842c9 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -18,7 +18,7 @@
           <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
           <ul class="dropdown-menu">
             <li><a href="{{ site.baseurl }}/release/accumulo-2.1.0/">2.1.0 (Latest)</a></li>
-            <li><a href="{{ site.baseurl }}/release/accumulo-1.10.2/">1.10.2</a></li>
+            <li><a href="{{ site.baseurl }}/release/accumulo-1.10.3/">1.10.3</a></li>
             <li><a href="{{ site.baseurl }}/release/">Archive</a></li>
           </ul>
         </li>
diff --git a/_posts/release/2022-02-13-accumulo-1.10.2.md b/_posts/release/2022-02-13-accumulo-1.10.2.md
index 709721a..f425fb5 100644
--- a/_posts/release/2022-02-13-accumulo-1.10.2.md
+++ b/_posts/release/2022-02-13-accumulo-1.10.2.md
@@ -2,6 +2,7 @@
 title: Apache Accumulo 1.10.2
 sortableversion: '01.10.02'
 LTM: true
+archived: true
 ---
 
 ## About
diff --git a/_posts/release/2023-02-14-accumulo-1.10.3.md b/_posts/release/2023-04-13-accumulo-1.10.3.md
similarity index 66%
rename from _posts/release/2023-02-14-accumulo-1.10.3.md
rename to _posts/release/2023-04-13-accumulo-1.10.3.md
index 4107406..801a24d 100644
--- a/_posts/release/2023-02-14-accumulo-1.10.3.md
+++ b/_posts/release/2023-04-13-accumulo-1.10.3.md
@@ -2,7 +2,6 @@
 title: Apache Accumulo 1.10.3
 sortableversion: '01.10.03'
 LTM: true
-draft: true
 ---
 
 ## About
@@ -21,27 +20,40 @@
 
 ## Known Issues
 
-Apache Commons VFS was upgraded in {% ghi 1295 %} and some users have reported
+Apache Commons VFS was upgraded in {% ghi 1295 %} for 1.10.0 and some users have reported
 issues similar to [VFS-683][VFS683]. Possible solutions are discussed in {% ghi 2775 %}.
+This issue is applicable to all 1.10 versions.
 
 ## Major Improvements
 
+None
+
 ### Other Improvements
 
 * {% ghi 2708 %} Disabled merging minor-compactions by default
+* {% ghi 3226 %} Change scan thread resource management to use a "fair"
+  semaphore to avoid resource starvation in some situations
+* {% ghi 3221 %}, {% ghi 3249 %}, {% ghi 3261 %} Improve some performance by
+  improving split point calculations
+* {% ghi 3276 %} Improve performance by optimizing internal data structures in
+  frequently used Authorizations object
 
 ### Other Bug Fixes
 
-* {% ghi 3176 %} Fixed bug in client scanner code that was not using the correct
-  timeout variable in some places
+* {% ghi 3069 %} Fix a minor bug with VFS on newer Java versions due to
+  MIME-type changes
+* {% ghi 3176 %} Fixed bug in client scanner code that was not using the
+  correct timeout variable in some places
 * {% ghi 3168 %} Fixed bug in TabletLocator that could cause the BatchScanner
   to return duplicate data
+* {% ghi 3231 %}, {% ghi 3235 %} Fix wait timeout logic when waiting for
+  minimum number of available tservers during startup
 
 ## Note About JDK 15
 
 See the note in the 1.10.1 release notes about the use of JDK 15 or later, as
 the information pertaining to the use of the CMS garbage collector remains
-applicable to this version.
+applicable to all 1.10 releases.
 
 ## Useful Links
 
@@ -52,5 +64,5 @@
 [GitHub]: https://github.com/apache/accumulo/issues?q=%20project%3Aapache%2Faccumulo%2F23
 [all-changes]: https://github.com/apache/accumulo/compare/rel/1.10.2...apache:rel/1.10.3
 [contact]: {{ site.baseurl }}/contact-us
-[vote-emails]: https://lists.apache.org/thread/TODO
+[vote-emails]: https://lists.apache.org/thread/zl8xoogzqnbcw75vcmvqmwlrf8djfcb5
 [VFS683]: https://issues.apache.org/jira/projects/VFS/issues/VFS-683
diff --git a/pages/downloads.md b/pages/downloads.md
index be52c6b..a8e8fde 100644
--- a/pages/downloads.md
+++ b/pages/downloads.md
@@ -100,7 +100,7 @@
 </div>
 
 
-{% assign linkVers = '1.10.2' %}
+{% assign linkVers = '1.10.3' %}
 ### {{linkVers}} **Legacy**{: .label .label-default} **LTM**{: .label .label-success}
 {: #legacy }