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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tomee-site-pub.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ccdc007  [site-publish] source tomee-site-generator 
https://github.com/apache/tomee-site-generator 
https://ci-builds.apache.org/job/Tomee/job/site-publish
ccdc007 is described below

commit ccdc0075f9c1a02da0baa04187f378fe2e221887
Author: jenkins <[email protected]>
AuthorDate: Mon Sep 13 11:06:01 2021 +0000

    [site-publish] source tomee-site-generator
    https://github.com/apache/tomee-site-generator
    https://ci-builds.apache.org/job/Tomee/job/site-publish
---
 8.0.8/release-notes.html    | 411 ++++++++++++++++++++++++++++++++++++++++++++
 community/contributors.html | 148 ++++++++--------
 download-archive.html       | 114 +++++++++++-
 download.html               | 135 ++++++---------
 sitemap.xml                 |   5 +
 5 files changed, 651 insertions(+), 162 deletions(-)

diff --git a/8.0.8/release-notes.html b/8.0.8/release-notes.html
new file mode 100644
index 0000000..60078a2
--- /dev/null
+++ b/8.0.8/release-notes.html
@@ -0,0 +1,411 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+       <meta charset="UTF-8">
+       <meta http-equiv="X-UA-Compatible" content="IE=edge">
+       <meta name="viewport" content="width=device-width, initial-scale=1">
+       <title>Apache TomEE</title>
+       <meta name="description"
+                 content="Apache TomEE is a lightweight, yet powerful, JavaEE 
Application server with feature rich tooling." />
+       <meta name="keywords" 
content="tomee,asf,apache,javaee,jee,shade,embedded,test,junit,applicationcomposer,maven,arquillian"
 />
+       <meta name="author" content="Luka Cvetinovic for Codrops" />
+       <link rel="icon" href="../favicon.ico">
+       <link rel="icon"  type="image/png" href="../favicon.png">
+       <meta name="msapplication-TileColor" content="#80287a">
+       <meta name="theme-color" content="#80287a">
+       <link rel="stylesheet" type="text/css" href="../css/normalize.css">
+       <link rel="stylesheet" type="text/css" href="../css/bootstrap.css">
+       <link rel="stylesheet" type="text/css" href="../css/owl.css">
+       <link rel="stylesheet" type="text/css" href="../css/animate.css">
+       <link rel="stylesheet" type="text/css" 
href="../fonts/font-awesome-4.1.0/css/font-awesome.min.css">
+       <link rel="stylesheet" type="text/css" 
href="../fonts/eleganticons/et-icons.css">
+       <link rel="stylesheet" type="text/css" href="../css/jqtree.css">
+       <link rel="stylesheet" type="text/css" href="../css/idea.css">
+       <link rel="stylesheet" type="text/css" href="../css/cardio.css">
+
+       <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-2717626-1']);
+      _gaq.push(['_setDomainName', 'apache.org']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+</head>
+
+<body>
+    <div class="preloader">
+               <img src="../img/loader.gif" alt="Preloader image">
+       </div>
+           <nav class="navbar">
+               <div class="container">
+                 <div class="row">          <div class="col-md-12">
+
+                       <!-- Brand and toggle get grouped for better mobile 
display -->
+                       <div class="navbar-header">
+                               <button type="button" class="navbar-toggle 
collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+                                       <span class="sr-only">Toggle 
navigation</span>
+                                       <span class="icon-bar"></span>
+                                       <span class="icon-bar"></span>
+                                       <span class="icon-bar"></span>
+                               </button>
+                               <a class="navbar-brand" href="/" title="Apache 
TomEE">
+                                   <span>
+
+                                   
+                        <img 
+                                                       
src="../img/apache_tomee-logo.svg"
+                                                       
onerror="this.src='../img/apache_tomee-logo.jpg'"
+                                                       height="50"
+                                                       >
+                    
+
+                    </span>
+                </a>
+                       </div>
+                       <!-- Collect the nav links, forms, and other content 
for toggling -->
+                       <div class="collapse navbar-collapse" 
id="bs-example-navbar-collapse-1">
+                               <ul class="nav navbar-nav navbar-right 
main-nav">
+                                       <li><a 
href="../docs.html">Documentation</a></li>
+                                       <li><a 
href="../community/index.html">Community</a></li>
+                                       <li><a 
href="../security/security.html">Security</a></li>
+                                       <li><a class="btn btn-accent 
accent-orange no-shadow" href="../download.html">Downloads</a></li>
+                               </ul>
+                       </div>
+                       <!-- /.navbar-collapse -->
+                  </div></div>
+               </div>
+               <!-- /.container-fluid -->
+       </nav>
+
+
+    <div id="main-block" class="container main-block">
+        <div class="row title">
+          <div class="col-md-12">
+            <div class='page-header'>
+              
+              <h1>Apache TomEE 8.0.8 Release Notes</h1>
+            </div>
+          </div>
+        </div>
+        <div class="row">
+            
+            <div class="col-md-12">
+                <div class="sect1">
+<h2 id="_dependency_upgrade">Dependency upgrade</h2>
+<div class="sectionbody">
+<div class="ulist compact">
+<ul>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2990";>TOMEE-2990</a> 
BatchEE 0.6</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3750";>TOMEE-3750</a> 
BatchEE 1.0.0</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2987";>TOMEE-2987</a> 
CXF 3.4.3</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3756";>TOMEE-3756</a> 
HSQLDB 2.3.4</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3772";>TOMEE-3772</a> 
JUnit 4.13.2</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3734";>TOMEE-3734</a> 
Johnzon 1.2.11</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3755";>TOMEE-3755</a> 
Johnzon 1.2.13</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3770";>TOMEE-3770</a> 
Johnzon 1.2.14</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3732";>TOMEE-3732</a> 
MyFaces 2.3.9</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3753";>TOMEE-3753</a> 
OpenJPA 3.2.0</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2997";>TOMEE-2997</a> 
OpenSAML V3.4.6</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2809";>TOMEE-2809</a> 
OpenWebBeans 2.0.22</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2998";>TOMEE-2998</a> 
Tomcat 9.0.45</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3760";>TOMEE-3760</a> 
Tomcat 9.0.48</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3773";>TOMEE-3773</a> 
Tomcat 9.0.50</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3787";>TOMEE-3787</a> 
Tomcat 9.0.52</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2939";>TOMEE-2939</a> 
bcprov-jdk15on 1.67</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3765";>TOMEE-3765</a> 
bountycastle 1.69</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3764";>TOMEE-3764</a> 
commons-dbcp 2.3.0</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3759";>TOMEE-3759</a> 
commons-io 2.10.0</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2972";>TOMEE-2972</a> 
latest OWB version run on Java16</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2988";>TOMEE-2988</a> 
xbean 4.18+ (Java 16 support)</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_new_feature">New Feature</h2>
+<div class="sectionbody">
+<div class="ulist compact">
+<ul>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3730";>TOMEE-3730</a> 
Add JSONP and JSONB Providers JAX-RS Client</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2365";>TOMEE-2365</a> 
Implement Java EE Security API from EE 8</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2966";>TOMEE-2966</a> 
Provide a pure JUnit5 OpenEJB Extension</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2977";>TOMEE-2977</a> 
Provide a ApplicationComposer JUnit 5 Extension</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2993";>TOMEE-2993</a> 
API pom for each TomEE distribution</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_bug">Bug</h2>
+<div class="sectionbody">
+<div class="ulist compact">
+<ul>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3774";>TOMEE-3774</a> 
Problems with master branch in Windows 10</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3731";>TOMEE-3731</a> 
Remove non-compliant JAX-RS Provider sorting</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2125";>TOMEE-2125</a> 
Datasource config: MaxWait, timeBetweenEvictionRunsMillis and 
MinEvictableIdleTimeMillis are ignored</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3727";>TOMEE-3727</a> 
Ensure java.io.File is not seen as a JSONB serializable type</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3728";>TOMEE-3728</a> 
Ensure java.io.Reader is not seen as a JSONB serializable type</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3729";>TOMEE-3729</a> 
Do not scan classpath for @Provider when there is a JAX-RS Application</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2968";>TOMEE-2968</a> 
Postgres connection error when a password contains "}"</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3740";>TOMEE-3740</a> 
Fix Test Failures in "openejb-core" introduced during TCK work</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3743";>TOMEE-3743</a> 
TomEEJsonbProvider not registered anymore as of TomEE 8.0.7? Causes failing 
REST-services.</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3739";>TOMEE-3739</a> 
Fix JAX-RS landscape / regressions introduced during TCK Work</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3752";>TOMEE-3752</a> 
Field injection of @Resource WebServiceContext fails when endpoint uses CDI 
interceptor</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2975";>TOMEE-2975</a> 
Download page must provide sigs for all release artifacts</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3718";>TOMEE-3718</a> 
Missing mime mappings</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_improvement">Improvement</h2>
+<div class="sectionbody">
+<div class="ulist compact">
+<ul>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2957";>TOMEE-2957</a> 
Fix OWASP Checks on ASF Jenkins Environment</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2974";>TOMEE-2974</a> 
CI Build Environment ISO-8859-1 versus UTF-8</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2973";>TOMEE-2973</a> 
TomEE :: Examples :: JSF2/CDI/BV/JPA/DeltaSpike uses too old version of 
commons-lang3</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2976";>TOMEE-2976</a> 
Provide Examples for TomEE Arquillian with JUnit 5</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2705";>TOMEE-2705</a> 
TomEE Plus BOM</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3761";>TOMEE-3761</a> 
Jakarta Security example with custom identity store</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2704";>TOMEE-2704</a> 
TomEE Plume BOM</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2703";>TOMEE-2703</a> 
TomEE WebProfile BOM</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2702";>TOMEE-2702</a> 
TomEE MicroProfile BOM</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2995";>TOMEE-2995</a> 
Support constructor injection of JAX-RS Application</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2994";>TOMEE-2994</a> 
JAX-RS Provider construction favors constructor with the most args</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3758";>TOMEE-3758</a> 
Jakarta Security example with tomcat-users.xml identity store</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2992";>TOMEE-2992</a> 
[Certification/TCK] Tomcat Callback handler not consistent with 
authenticator</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_task">Task</h2>
+<div class="sectionbody">
+<div class="ulist compact">
+<ul>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3140";>TOMEE-3140</a> 
Jakarta EE 9.1 TCK Failures</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-3721";>TOMEE-3721</a> 
Remove dependencies between tomee-webapp modules</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_sub_task">Sub-task</h2>
+<div class="sectionbody">
+<div class="ulist compact">
+<ul>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2967";>TOMEE-2967</a> 
Translate to Spanish: examples/xa-datasource</p>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/TOMEE-2964";>TOMEE-2964</a> 
Translate to Portuguese: examples/serverless-tomee-webprofile</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+            </div>
+            
+        </div>
+    </div>
+<div style="margin-bottom: 30px;"></div>
+<footer>
+               <div class="container">
+                       <div class="row">
+                               <div class="col-sm-6 text-center-mobile">
+                                       <h3 class="white">Be simple.  Be 
certified. Be Tomcat.</h3>
+                                       <h5 class="light regular 
light-white">"A good application in a good server"</h5>
+                                       <ul class="social-footer">
+                                               <li><a 
href="https://www.facebook.com/ApacheTomEE/";><i class="fa 
fa-facebook"></i></a></li>
+                                               <li><a 
href="https://twitter.com/apachetomee";><i class="fa fa-twitter"></i></a></li>
+                                       </ul>
+                               </div>
+                               <div class="col-sm-6 text-center-mobile">
+                                       <div class="row opening-hours">
+                                               <div class="col-sm-3 
text-center-mobile">
+                                                       <h5><a 
href="../latest/docs/" class="white">Documentation</a></h5>
+                                                       <ul 
class="list-unstyled">
+                                                               <li><a 
href="../latest/docs/admin/configuration/index.html" class="regular 
light-white">How to configure</a></li>
+                                                               <li><a 
href="../latest/docs/admin/file-layout.html" class="regular light-white">Dir. 
Structure</a></li>
+                                                               <li><a 
href="../latest/docs/developer/testing/index.html" class="regular 
light-white">Testing</a></li>
+                                                               <li><a 
href="../latest/docs/admin/cluster/index.html" class="regular 
light-white">Clustering</a></li>
+                                                       </ul>
+                                               </div>
+                                               <div class="col-sm-3 
text-center-mobile">
+                                                       <h5><a 
href="../latest/examples/" class="white">Examples</a></h5>
+                                                       <ul 
class="list-unstyled">
+                                                               <li><a 
href="../latest/examples/simple-cdi-interceptor.html" class="regular 
light-white">CDI Interceptor</a></li>
+                                                               <li><a 
href="../latest/examples/rest-cdi.html" class="regular light-white">REST with 
CDI</a></li>
+                                                               <li><a 
href="../latest/examples/ejb-examples.html" class="regular 
light-white">EJB</a></li>
+                                                               <li><a 
href="../latest/examples/jsf-managedBean-and-ejb.html" class="regular 
light-white">JSF</a></li>
+                                                       </ul>
+                                               </div>
+                                               <div class="col-sm-3 
text-center-mobile">
+                                                       <h5><a 
href="../community/index.html" class="white">Community</a></h5>
+                                                       <ul 
class="list-unstyled">
+                                                               <li><a 
href="../community/contributors.html" class="regular 
light-white">Contributors</a></li>
+                                                               <li><a 
href="../community/social.html" class="regular light-white">Social</a></li>
+                                                               <li><a 
href="../community/sources.html" class="regular light-white">Sources</a></li>
+                                                       </ul>
+                                               </div>
+                                               <div class="col-sm-3 
text-center-mobile">
+                                                       <h5><a 
href="../security/index.html" class="white">Security</a></h5>
+                                                       <ul 
class="list-unstyled">
+                                                               <li><a 
href="http://apache.org/security"; target="_blank" class="regular 
light-white">Apache Security</a></li>
+                                                               <li><a 
href="http://apache.org/security/projects.html"; target="_blank" class="regular 
light-white">Security Projects</a></li>
+                                                               <li><a 
href="http://cve.mitre.org"; target="_blank" class="regular 
light-white">CVE</a></li>
+                                                       </ul>
+                                               </div>
+                                       </div>
+                               </div>
+                       </div>
+                       <div class="row bottom-footer text-center-mobile">
+                               <div class="col-sm-12 light-white">
+                                       <p>Copyright &copy; 1999-2021 The 
Apache Software Foundation, Licensed under the Apache License, Version 2.0. 
Apache TomEE, TomEE, Apache, the Apache feather logo, and the Apache TomEE 
project logo are trademarks of The Apache Software Foundation. All other marks 
mentioned may be trademarks or registered trademarks of their respective 
owners.</p>
+                               </div>
+                       </div>
+               </div>
+       </footer>
+       <!-- Holder for mobile navigation -->
+       <div class="mobile-nav">
+        <ul>
+          <li><a hef="../latest/docs/admin/index.html">Administrators</a>
+          <li><a hef="../latest/docs/developer/index.html">Developers</a>
+          <li><a hef="../latest/docs/advanced/index.html">Advanced</a>
+          <li><a hef="../community/index.html">Community</a>
+        </ul>
+               <a href="#" class="close-link"><i class="arrow_up"></i></a>
+       </div>
+       <!-- Scripts -->
+       <script src="../js/jquery-1.11.1.min.js"></script>
+       <script src="../js/owl.carousel.min.js"></script>
+       <script src="../js/bootstrap.min.js"></script>
+       <script src="../js/wow.min.js"></script>
+       <script src="../js/typewriter.js"></script>
+       <script src="../js/jquery.onepagenav.js"></script>
+       <script src="../js/tree.jquery.js"></script>
+       <script src="../js/highlight.pack.js"></script>
+    <script src="../js/main.js"></script>
+               </body>
+
+</html>
+
diff --git a/community/contributors.html b/community/contributors.html
index a635bb5..ff42bfd 100644
--- a/community/contributors.html
+++ b/community/contributors.html
@@ -170,20 +170,20 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/569822?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/62313?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/djencks";>djencks</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/jaceklaskowski";>jaceklaskowski</a></h5>
                       <p></p>
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/62313?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/569822?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/jaceklaskowski";>jaceklaskowski</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/djencks";>djencks</a></h5>
                       <p></p>
                     </div>
                   </div>
@@ -230,20 +230,20 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/79310?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/153299?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/struberg";>struberg</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/mnour";>mnour</a></h5>
                       <p></p>
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/153299?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/79310?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/mnour";>mnour</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/struberg";>struberg</a></h5>
                       <p></p>
                     </div>
                   </div>
@@ -390,20 +390,20 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/20850916?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/34543311?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/eapjunior";>eapjunior</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/Croway";>Croway</a></h5>
                       <p></p>
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/34543311?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/20850916?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/Croway";>Croway</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/eapjunior";>eapjunior</a></h5>
                       <p></p>
                     </div>
                   </div>
@@ -440,20 +440,20 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/2485545?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/2213741?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/tandraschko";>tandraschko</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/BogdanStirbat";>BogdanStirbat</a></h5>
                       <p></p>
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/2213741?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/2485545?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/BogdanStirbat";>BogdanStirbat</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/tandraschko";>tandraschko</a></h5>
                       <p></p>
                     </div>
                   </div>
@@ -500,20 +500,20 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/14073354?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/13482727?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/CristianDVN";>CristianDVN</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/dheffelfinger";>dheffelfinger</a></h5>
                       <p></p>
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/13482727?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/14073354?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/dheffelfinger";>dheffelfinger</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/CristianDVN";>CristianDVN</a></h5>
                       <p></p>
                     </div>
                   </div>
@@ -530,20 +530,20 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/53859462?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/10333974?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/uncommon-design";>uncommon-design</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/cotnic";>cotnic</a></h5>
                       <p></p>
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/10333974?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/53859462?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/cotnic";>cotnic</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/uncommon-design";>uncommon-design</a></h5>
                       <p></p>
                     </div>
                   </div>
@@ -580,16 +580,6 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/1370429?v=4"; style="width:140px">
-                    </div>
-                    <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/gerdogdu";>gerdogdu</a></h5>
-                      <p></p>
-                    </div>
-                  </div>
-              
-                  <div class="col-sm-4">
-                    <div class="photo col-sm-5">
                       <img 
src="https://avatars.githubusercontent.com/u/3828140?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
@@ -600,40 +590,40 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/6061000?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/8331918?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/Dexmaster";>Dexmaster</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/robinsonvs";>robinsonvs</a></h5>
                       <p></p>
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/8331918?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/8740736?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/robinsonvs";>robinsonvs</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/jrxxjr";>jrxxjr</a></h5>
                       <p></p>
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/8740736?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/715370?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/jrxxjr";>jrxxjr</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/yenerm";>yenerm</a></h5>
                       <p></p>
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/13047948?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/1370429?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/dineshkumarg";>dineshkumarg</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/gerdogdu";>gerdogdu</a></h5>
                       <p></p>
                     </div>
                   </div>
@@ -650,10 +640,10 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/715370?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/13047948?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/yenerm";>yenerm</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/dineshkumarg";>dineshkumarg</a></h5>
                       <p></p>
                     </div>
                   </div>
@@ -720,16 +710,6 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/12471122?v=4"; style="width:140px">
-                    </div>
-                    <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/sendilkumarn";>sendilkumarn</a></h5>
-                      <p></p>
-                    </div>
-                  </div>
-              
-                  <div class="col-sm-4">
-                    <div class="photo col-sm-5">
                       <img 
src="https://avatars.githubusercontent.com/u/16502032?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
@@ -830,16 +810,6 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/7949105?v=4"; style="width:140px">
-                    </div>
-                    <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/kaminfeuer";>kaminfeuer</a></h5>
-                      <p></p>
-                    </div>
-                  </div>
-              
-                  <div class="col-sm-4">
-                    <div class="photo col-sm-5">
                       <img 
src="https://avatars.githubusercontent.com/u/2968138?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
@@ -880,6 +850,16 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
+                      <img 
src="https://avatars.githubusercontent.com/u/12471122?v=4"; style="width:140px">
+                    </div>
+                    <div class="col-sm-7">
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/sendilkumarn";>sendilkumarn</a></h5>
+                      <p></p>
+                    </div>
+                  </div>
+              
+                  <div class="col-sm-4">
+                    <div class="photo col-sm-5">
                       <img 
src="https://avatars.githubusercontent.com/u/11776454?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
@@ -930,30 +910,30 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/2836850?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/209193?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/aboullaite";>aboullaite</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/pendor";>pendor</a></h5>
                       <p></p>
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/1794797?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/2836850?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/SvetlinZarev";>SvetlinZarev</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/aboullaite";>aboullaite</a></h5>
                       <p></p>
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/209193?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/1794797?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/pendor";>pendor</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/SvetlinZarev";>SvetlinZarev</a></h5>
                       <p></p>
                     </div>
                   </div>
@@ -980,6 +960,16 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
+                      <img 
src="https://avatars.githubusercontent.com/u/42994528?v=4"; style="width:140px">
+                    </div>
+                    <div class="col-sm-7">
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/kaloyanspiridonov";>kaloyanspiridonov</a></h5>
+                      <p></p>
+                    </div>
+                  </div>
+              
+                  <div class="col-sm-4">
+                    <div class="photo col-sm-5">
                       <img 
src="https://avatars.githubusercontent.com/u/13243946?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
@@ -1040,20 +1030,20 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/1717144?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/7949105?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/sebfz1";>sebfz1</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/kaminfeuer";>kaminfeuer</a></h5>
                       <p></p>
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img 
src="https://avatars.githubusercontent.com/u/42994528?v=4"; style="width:140px">
+                      <img 
src="https://avatars.githubusercontent.com/u/1717144?v=4"; style="width:140px">
                     </div>
                     <div class="col-sm-7">
-                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/kaloyanspiridonov";>kaloyanspiridonov</a></h5>
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a href="https://github.com/sebfz1";>sebfz1</a></h5>
                       <p></p>
                     </div>
                   </div>
@@ -1108,6 +1098,16 @@
                     </div>
                   </div>
               
+                  <div class="col-sm-4">
+                    <div class="photo col-sm-5">
+                      <img 
src="https://avatars.githubusercontent.com/u/6061000?v=4"; style="width:140px">
+                    </div>
+                    <div class="col-sm-7">
+                        <h5 class="contributor-name" 
style="font-size:1.0em;"><a 
href="https://github.com/Dexmaster";>Dexmaster</a></h5>
+                      <p></p>
+                    </div>
+                  </div>
+              
               </ul>
             </div>
         </div>
diff --git a/download-archive.html b/download-archive.html
index f05bd6d..0f84dd7 100644
--- a/download-archive.html
+++ b/download-archive.html
@@ -103,7 +103,7 @@
 <div class="ulist">
 <ul>
 <li>
-<p><a href="download-ng.html">The current versions can be found here</a></p>
+<p><a href="download.html">The current versions can be found here</a></p>
 </li>
 </ul>
 </div>
@@ -283,6 +283,118 @@ IMPORTANT: Note: Please note the 8.0.0-M releases are 
milestone releases intende
 </thead>
 <tbody>
 <tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/apache-tomee-8.0.6-microprofile.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Microprofile 
TAR.GZ</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">59 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-microprofile.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-microprofile.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/apache-tomee-8.0.6-microprofile.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Microprofile 
ZIP</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">60 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-microprofile.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-microprofile.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/apache-tomee-8.0.6-plume.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plume 
TAR.GZ</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">71 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plume.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plume.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/apache-tomee-8.0.6-plume.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plume ZIP</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">71 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plume.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plume.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/apache-tomee-8.0.6-plus.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plus 
TAR.GZ</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">64 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plus.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plus.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/apache-tomee-8.0.6-plus.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plus ZIP</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">64 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plus.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plus.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/apache-tomee-8.0.6-webprofile.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Webprofile 
TAR.GZ</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">44 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-webprofile.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-webprofile.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/apache-tomee-8.0.6-webprofile.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Webprofile 
ZIP</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">45 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-webprofile.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-webprofile.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/openejb-standalone-8.0.6.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> OpenEJB Standalone 
TAR.GZ</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">44 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/openejb-standalone-8.0.6.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/openejb-standalone-8.0.6.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/openejb-standalone-8.0.6.zip";><span
 class="icon"><i class="fa fa-download"></i></span> OpenEJB Standalone 
ZIP</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">44 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/openejb-standalone-8.0.6.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/openejb-standalone-8.0.6.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/tomee-microprofile-webapp-8.0.6.war";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Microprofile Webapp 
WAR</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">49 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/tomee-microprofile-webapp-8.0.6.war.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/tomee-microprofile-webapp-8.0.6.war.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/tomee-plume-webapp-8.0.6.war";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plume Webapp 
WAR</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">61 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/tomee-plume-webapp-8.0.6.war.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/tomee-plume-webapp-8.0.6.war.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/tomee-plus-webapp-8.0.6.war";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plus Webapp 
WAR</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">54 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/tomee-plus-webapp-8.0.6.war.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/tomee-plus-webapp-8.0.6.war.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/tomee-project-8.0.6-source-release.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Project Source 
Release ZIP</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">16 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/tomee-project-8.0.6-source-release.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/tomee-project-8.0.6-source-release.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.6/tomee-webapp-8.0.6.war";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Webapp 
WAR</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">34 
MB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/tomee/tomee-8.0.6/tomee-webapp-8.0.6.war.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://archive.apache.org/tomee/tomee-8.0.6/tomee-webapp-8.0.6.war.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"></td>
+<td class="tableblock halign-center valign-top"></td>
+<td class="tableblock halign-center valign-top"></td>
+<td class="tableblock halign-center valign-top"></td>
+<td class="tableblock halign-left valign-top"></td>
+</tr>
+<tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://archive.apache.org/dist/tomee/tomee-8.0.5/apache-tomee-8.0.5-plume.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span>TomEE plume 
TAR.GZ</a></p></td>
 <td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.5</p></td>
 <td class="tableblock halign-center valign-top"><p class="tableblock">24 Nov 
2020</p></td>
diff --git a/download.html b/download.html
index b28968d..cae3725 100644
--- a/download.html
+++ b/download.html
@@ -233,6 +233,9 @@ and appreciated.
 <li>
 <p>Java 8 or higher</p>
 </li>
+<li>
+<p><a href="8.0.8/release-notes.html">Release Notes</a></p>
+</li>
 </ul>
 </div>
 <table class="tableblock frame-all grid-all stretch">
@@ -254,109 +257,67 @@ and appreciated.
 </thead>
 <tbody>
 <tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/apache-tomee-8.0.6-microprofile.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Microprofile 
TAR.GZ</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">59 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-microprofile.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-microprofile.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/apache-tomee-8.0.6-microprofile.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Microprofile 
ZIP</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">60 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-microprofile.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-microprofile.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/apache-tomee-8.0.6-plume.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plume 
TAR.GZ</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">71 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plume.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plume.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/apache-tomee-8.0.6-plume.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plume ZIP</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">71 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plume.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plume.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/apache-tomee-8.0.6-plus.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plus 
TAR.GZ</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">64 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plus.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plus.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/apache-tomee-8.0.6-plus.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plus ZIP</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">64 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plus.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-plus.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/apache-tomee-8.0.6-webprofile.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Webprofile 
TAR.GZ</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">44 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-webprofile.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-webprofile.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.8/apache-tomee-8.0.8-microprofile.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Microprofile 
TAR.GZ</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.8</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">31 Aug 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">62 
MB</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-microprofile.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-microprofile.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
 </tr>
 <tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/apache-tomee-8.0.6-webprofile.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Webprofile 
ZIP</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">45 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-webprofile.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/apache-tomee-8.0.6-webprofile.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.8/apache-tomee-8.0.8-microprofile.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Microprofile 
ZIP</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.8</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">31 Aug 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">62 
MB</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-microprofile.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-microprofile.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
 </tr>
 <tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/openejb-standalone-8.0.6.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> OpenEJB Standalone 
TAR.GZ</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">44 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/openejb-standalone-8.0.6.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/openejb-standalone-8.0.6.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.8/apache-tomee-8.0.8-plume.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plume 
TAR.GZ</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.8</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">31 Aug 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">73 
MB</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-plume.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-plume.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
 </tr>
 <tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/openejb-standalone-8.0.6.zip";><span
 class="icon"><i class="fa fa-download"></i></span> OpenEJB Standalone 
ZIP</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">44 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/openejb-standalone-8.0.6.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/openejb-standalone-8.0.6.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.8/apache-tomee-8.0.8-plume.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plume ZIP</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.8</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">31 Aug 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">73 
MB</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-plume.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-plume.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
 </tr>
 <tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/tomee-microprofile-webapp-8.0.6.war";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Microprofile Webapp 
WAR</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">49 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/tomee-microprofile-webapp-8.0.6.war.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/tomee-microprofile-webapp-8.0.6.war.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.8/apache-tomee-8.0.8-plus.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plus 
TAR.GZ</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.8</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">31 Aug 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">66 
MB</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-plus.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-plus.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
 </tr>
 <tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/tomee-plume-webapp-8.0.6.war";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plume Webapp 
WAR</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">61 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/tomee-plume-webapp-8.0.6.war.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/tomee-plume-webapp-8.0.6.war.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.8/apache-tomee-8.0.8-plus.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plus ZIP</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.8</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">31 Aug 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">66 
MB</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-plus.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-plus.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
 </tr>
 <tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/tomee-plus-webapp-8.0.6.war";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Plus Webapp 
WAR</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">54 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/tomee-plus-webapp-8.0.6.war.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/tomee-plus-webapp-8.0.6.war.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.8/apache-tomee-8.0.8-webprofile.tar.gz";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Webprofile 
TAR.GZ</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.8</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">31 Aug 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">47 
MB</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-webprofile.tar.gz.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-webprofile.tar.gz.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
 </tr>
 <tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/tomee-project-8.0.6-source-release.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Project Source 
Release ZIP</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">16 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/tomee-project-8.0.6-source-release.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/tomee-project-8.0.6-source-release.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.8/apache-tomee-8.0.8-webprofile.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Webprofile 
ZIP</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.8</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">31 Aug 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">47 
MB</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-webprofile.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/apache-tomee-8.0.8-webprofile.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
 </tr>
 <tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.6/tomee-webapp-8.0.6.war";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Webapp 
WAR</a></p></td>
-<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.6</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">25 Jan. 
2021</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock">34 
MB</p></td>
-<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/tomee-webapp-8.0.6.war.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.6/tomee-webapp-8.0.6.war.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/tomee/tomee-8.0.8/tomee-project-8.0.8-source-release.zip";><span
 class="icon"><i class="fa fa-download"></i></span> TomEE Project Source 
Release ZIP</a></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock">8.0.8</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">31 Aug 
2021</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock">17 
MB</p></td>
+<td class="tableblock halign-center valign-top"><p class="tableblock"><a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/tomee-project-8.0.8-source-release.zip.asc";><span
 class="icon"><i class="fa fa-download"></i></span> PGP</a> <a 
href="https://downloads.apache.org/tomee/tomee-8.0.8/tomee-project-8.0.8-source-release.zip.sha512";><span
 class="icon"><i class="fa fa-download"></i></span> SHA512</a></p></td>
 </tr>
 </tbody>
 </table>
diff --git a/sitemap.xml b/sitemap.xml
index 4472e39..e1fcb5a 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -4462,6 +4462,11 @@
     </url>
 
     <url>
+       <loc>http://tomee.apache.org/8.0.8/release-notes.html</loc>
+       
+    </url>
+
+    <url>
        <loc>http://tomee.apache.org/9.0.0-M7/release-notes.html</loc>
        
     </url>

Reply via email to