This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 18c13abd7c1d3a71fcf7667c20902df2b44cf4db Author: Gautier DI FOLCO <[email protected]> AuthorDate: Wed Aug 21 09:03:12 2019 +0200 JAMES-2869 Update website's Java version --- src/homepage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/homepage/index.html b/src/homepage/index.html index c34dd9e..153fdd3 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -73,7 +73,7 @@ layout: default <div class="about-table"> <h3 class="tb-h3">James from a technical point of view</h3> <b>Complete portability</b> (100% pure Java)<br/> - <b>Running on Java 6 onwards</b> and on the <b>JVM</b>. Some optional components might require Java 8.<br/><br/> + <b>Built with Java 8</b> and running on the <b>JRE 1.8</b>.<br/><br/> <b>James Components:</b><br/> - <b>Emailing protocols:</b> SMTP, LMTP, POP3, IMAP, ManageSieve, JMAP<br/> - <b>Mailet container:</b> independent, extensible and pluggable email processing agents<br/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
