You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/05/31 04:01:46 UTC

[james-project] 02/03: JAMES-3261 Documentation website: install.xml was referencing 3.3.0 instad of 3.6.0

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 3aa2009f9a6ee325f608080f2e22b54cd8868301
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Sat May 29 14:55:19 2021 +0700

    JAMES-3261 Documentation website: install.xml was referencing 3.3.0 instad of 3.6.0
---
 src/site/xdoc/server/install.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/site/xdoc/server/install.xml b/src/site/xdoc/server/install.xml
index 8198a81..79e751e 100644
--- a/src/site/xdoc/server/install.xml
+++ b/src/site/xdoc/server/install.xml
@@ -29,11 +29,11 @@
 
   <subsection name="Java Virtual Machine">
   
-    <p>James 3.3.0 requires a Java Runtime Environment. Java version 1.8 is required to run the
+    <p>James 3.6.0 requires a Java Runtime Environment. Java version 1.8 is required to run the
        James application. The exact JREs available depends on the platform. In addition, the environment variable JAVA_HOME should be set to
        the JRE home directory before running James.</p>
     
-    <p>James 3.3.0 has been successfully tested on OpenJDK 1.8.0_181</p>
+    <p>James 3.6.0 has been successfully tested on OpenJDK 1.8.0_181</p>
   
   </subsection>
   
@@ -72,8 +72,8 @@
   </section>
 
   <section name="Build instructions">
-      <p>Checkout code from the chosen version on <a href="https://github.com/apache/james-project/tree/james-project-3.3.0">
-          GitHub</a>. Follow <a href="https://github.com/apache/james-project/blob/james-project-3.3.0/README.adoc">README instructions</a> about compilation.</p>
+      <p>Checkout code from the chosen version on <a href="https://github.com/apache/james-project/tree/james-project-3.6.0">
+          GitHub</a>. Follow <a href="https://github.com/apache/james-project/blob/james-project-3.6.0/README.adoc">README instructions</a> about compilation.</p>
 
       <ul>Using these instructions, you can build the following images:
           <li>Guice + JPA + Lucene</li>
@@ -89,7 +89,7 @@
           <a href="install/jpa-guice.html">JPA-Guice</a> and <a href="install/jpa-smtp-guice.html">JPA-SMTP-Guice</a>.
       </p>
 
-      <p>A <a href="https://github.com/apache/james-project/blob/james-project-3.3.0/dockerfiles/run/docker-compose.yml">
+      <p>A <a href="https://github.com/apache/james-project/blob/james-project-3.6.0/dockerfiles/run/docker-compose.yml">
           docker-compose</a> is available for Guice + Cassandra + ElasticSearch + RabbitMQ</p>
   </section>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org