You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ad...@apache.org on 2019/03/27 08:54:17 UTC

[james-project] 06/12: 3.3.0 Release: Documentation website should refer 3.3.0

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

aduprat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit c03e5ea91ded5db4bd3deaa01369ccd4d1773afb
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Feb 13 11:27:25 2019 +0700

    3.3.0 Release: Documentation website should refer 3.3.0
---
 src/site/markdown/mailet/quickstart.md             |  2 +-
 src/site/markdown/server/install/guice-jpa-smtp.md |  2 +-
 src/site/markdown/server/install/guice-jpa.md      |  2 +-
 src/site/xdoc/server/index.xml                     |  8 ++++----
 src/site/xdoc/server/install.xml                   | 10 +++++-----
 src/site/xdoc/server/quick-start.xml               |  8 ++++----
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/site/markdown/mailet/quickstart.md b/src/site/markdown/mailet/quickstart.md
index bfcef45..be8ce42 100644
--- a/src/site/markdown/mailet/quickstart.md
+++ b/src/site/markdown/mailet/quickstart.md
@@ -20,7 +20,7 @@ Just include something like this in your *pom.xml*
     <dependency>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-mailet-api</artifactId>
-        <version>3.2.0</version>
+        <version>3.3.0</version>
     </dependency>
     <!-- other dependencies -->
 </dependencies>
diff --git a/src/site/markdown/server/install/guice-jpa-smtp.md b/src/site/markdown/server/install/guice-jpa-smtp.md
index 0a881cb..cf8ec43 100644
--- a/src/site/markdown/server/install/guice-jpa-smtp.md
+++ b/src/site/markdown/server/install/guice-jpa-smtp.md
@@ -10,7 +10,7 @@
 
 ### Download the artifacts
 
-Download james-jpa-smtp-guice-3.2.0.zip from [the download page](http://james.apache.org/download.cgi#Apache_James_Server) and deflate it.
+Download james-jpa-smtp-guice-3.3.0.zip from [the download page](http://james.apache.org/download.cgi#Apache_James_Server) and deflate it.
 
 ### (alternative) Building the artifacts
 
diff --git a/src/site/markdown/server/install/guice-jpa.md b/src/site/markdown/server/install/guice-jpa.md
index 6e5d71d..292e351 100644
--- a/src/site/markdown/server/install/guice-jpa.md
+++ b/src/site/markdown/server/install/guice-jpa.md
@@ -9,7 +9,7 @@
 
 ### Download the artifacts
 
-Download james-jpa-guice-3.2.0.zip from [the download page](http://james.apache.org/download.cgi#Apache_James_Server) and deflate it.
+Download james-jpa-guice-3.3.0.zip from [the download page](http://james.apache.org/download.cgi#Apache_James_Server) and deflate it.
 
 ### (alternative) Building the artifacts
 
diff --git a/src/site/xdoc/server/index.xml b/src/site/xdoc/server/index.xml
index 0de78b9..1d71556 100644
--- a/src/site/xdoc/server/index.xml
+++ b/src/site/xdoc/server/index.xml
@@ -40,22 +40,22 @@
           <a href="manage.html">manage</a>, <a href="monitor.html">monitor</a>
           and <a href="dev.html">develop</a> Apache James Server.</p>
 
-        <p>Download Apache James Mail Server 3.2.0 and <a href="quick-start.html">quick-start</a> it!</p>
+        <p>Download Apache James Mail Server 3.3.0 and <a href="quick-start.html">quick-start</a> it!</p>
         <p>
           <span class="minibutton btn-download">
             <a href="http://james.apache.org/download.cgi#Apache_James_Server">
-              <span><span class="icon"></span>Apache James Server 3.2.0</span>
+              <span><span class="icon"></span>Apache James Server 3.3.0</span>
             </a>
           </span>
         </p>
          <p>You can also have a look to the last stable version</p>
 
-        <p>Apache James Server 3.2.0 represents the leading edge of development. This code stream has many more
+        <p>Apache James Server 3.3.0 represents the leading edge of development. This code stream has many more
           features than the 2.3 code, but is not be as well tested in production. Reasonable
           configuration compatibility has been retained with 2.3.2.</p>
           
         <p>Apache James Server 3.1.0 required Java 1.8. A migration guide for
-           users willing to upgrade from 2.3 to 3.2.0 is <a href="upgrade-2.3.html">available</a>. If relying on Guice
+           users willing to upgrade from 2.3 to 3.3.0 is <a href="upgrade-2.3.html">available</a>. If relying on Guice
            wiring, you can use some additional components (Cassandra, ElasticSearch, ...).</p>
     
 
diff --git a/src/site/xdoc/server/install.xml b/src/site/xdoc/server/install.xml
index a1da3f0..51e2ba3 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.1 requires a Java Runtime Environment. Java version 1.8 is required to run the
+    <p>James 3.3.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.1 has been successfully tested on OpenJDK</p>
+    <p>James 3.3.0 has been successfully tested on OpenJDK</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.2.0">
-          GitHub</a>. Follow <a href="https://github.com/apache/james-project/blob/james-project-3.2.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.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>
 
       <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.2.0/dockerfiles/run/docker-compose.yml">
+      <p>A <a href="https://github.com/apache/james-project/blob/james-project-3.3.0/dockerfiles/run/docker-compose.yml">
           docker-compose</a> is available for Guice + Cassandra + ElasticSearch</p>
   </section>
 
diff --git a/src/site/xdoc/server/quick-start.xml b/src/site/xdoc/server/quick-start.xml
index 89eb64e..1fe49f8 100644
--- a/src/site/xdoc/server/quick-start.xml
+++ b/src/site/xdoc/server/quick-start.xml
@@ -44,16 +44,16 @@ Step 0: Requirements
 Step 1: Download
 #################
 
-  * Download apache-james-3.2.0-app.zip from http://james.apache.org/download.cgi#Apache_James_Server
+  * Download apache-james-3.3.0-app.zip from http://james.apache.org/download.cgi#Apache_James_Server
 
 Step 2: Deploy
 ##############
 
-  * Unzip apache-james-3.2.0-app.zip.
+  * Unzip apache-james-3.3.0-app.zip.
   * You should have a folder with sub-folders bin, conf, lib, log, var and four text files.
 
-$ unzip apache-james-3.2.0-app.zip
-$ cd apache-james-3.2.0-app
+$ unzip apache-james-3.3.0-app.zip
+$ cd apache-james-3.3.0-app
 $ ls (linux) / dir (windows)
 bin
 BUILD.txt


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