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 536f3ab5afe397dabf06f2c8c756a54812b1326c
Author: Benoit TELLIER <[email protected]>
AuthorDate: Thu Sep 25 10:51:20 2025 +0200

    [DOCUMENTATION] Flip advertized version to 3.9.0
---
 .../servers/pages/distributed/run/k8s-values.adoc        |  2 +-
 .../servers/pages/distributed/run/run-docker.adoc        |  4 ++--
 src/homepage/index.html                                  |  6 +++---
 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/protocols/imap4.xml                        |  2 +-
 src/site/xdoc/server/index.xml                           | 10 +++++-----
 src/site/xdoc/server/objectives.xml                      |  2 +-
 src/site/xdoc/server/packaging.xml                       | 16 ++++++++--------
 10 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/docs/modules/servers/pages/distributed/run/k8s-values.adoc 
b/docs/modules/servers/pages/distributed/run/k8s-values.adoc
index 37b08258a0..98e496652c 100644
--- a/docs/modules/servers/pages/distributed/run/k8s-values.adoc
+++ b/docs/modules/servers/pages/distributed/run/k8s-values.adoc
@@ -31,7 +31,7 @@ JMAP instance in the cluster
 |replicaImapSmtpInstanceCount |1 |The number of pods we deploy for James
 IMAP/SMTP instance in the cluster
 
-|image |apache/james:distributed-3.8.2 |The James image used for
+|image |apache/james:distributed-3.9.0|The James image used for
 deployment (Cassandra - RabbitMQ - LDAP distributed James flavor)
 |===
 
diff --git a/docs/modules/servers/pages/distributed/run/run-docker.adoc 
b/docs/modules/servers/pages/distributed/run/run-docker.adoc
index f05f2f71d7..45301a20da 100644
--- a/docs/modules/servers/pages/distributed/run/run-docker.adoc
+++ b/docs/modules/servers/pages/distributed/run/run-docker.adoc
@@ -44,7 +44,7 @@ Then load the distributed server docker image:
 
 Alternatively we provide convenience distribution for the latest release:
 
-    docker pull apache/james:distributed-3.8.2
+    docker pull apache/james:distributed-3.9.0
 
 === Running
 Firstly, create your own user network on Docker for the James environment:
@@ -76,7 +76,7 @@ You can find more explanation on the need of Tika in this 
xref:distributed/confi
 To run this container :
 
     $ docker run --network james --hostname HOSTNAME -p "25:25" -p 80:80 -p 
"110:110" -p "143:143" -p "465:465" -p "587:587" -p "993:993" -p 
"127.0.0.1:8000:8000" --name james_run
-        -v $PWD/keystore:/root/conf/keystore -t apache/james:distributed-3.8.2 
--generate-keystore
+        -v $PWD/keystore:/root/conf/keystore -t apache/james:distributed-3.9.0 
--generate-keystore
 
 Where :
 
diff --git a/src/homepage/index.html b/src/homepage/index.html
index 89c683ca99..52a8724239 100644
--- a/src/homepage/index.html
+++ b/src/homepage/index.html
@@ -119,14 +119,14 @@ layout: default
             <ul class="james-ul no-padding">
               <li class="post-template"><span 
class="long-arrow-right">&#8594;</span><span><b>
 WHAT WILL YOU TRY:</b><br>
-              <span>Here you will try James server version 3.8.2 thanks to an 
image. This James image has a default configuration
+              <span>Here you will try James server version 3.9.0 thanks to an 
image. This James image has a default configuration
                 using JPA (hsqldb) and Lucene. It also includes a default 
domain named james.local and three default users:
                 [email protected], [email protected], [email protected], 
with their default password being <i>1234</i>.<br>
                 <i>Note: this James server will respond to IMAPS port 993 and 
SMTPS port 465.</i></span></span>
               </li>
               <li class="post-template"><span 
class="long-arrow-right">&#8594;</span><span><b>STEPS YOU HAVE TO 
FOLLOW:</b><br>
                 Pull and run the James image with the following single 
command:<br><br>
-                <code class="highlighter-rouge">docker run -p "465:465" -p 
"993:993" apache/james:demo-3.8.2</code>
+                <code class="highlighter-rouge">docker run -p "465:465" -p 
"993:993" apache/james:demo-3.9.0</code>
 
                 <br><br>
                 Then, connect this image with for instance, Thunderbird. This 
<a href="howTo/imap-server.html">tutorial</a> covers more in depth user and 
domain creation,
@@ -168,7 +168,7 @@ WHAT WILL YOU TRY:</b><br>
               <li class="post-template"><span><b>INCOMING WORK</b><br>
                 <ul>
                   <li><span 
class="long-arrow-right">&#8594;</span><span>Rework our documentation with <a 
href="https://antora.org/";>Antora</a>,
-                    specify it on a per-server basis for ease of use. <a 
href="https://james.staged.apache.org/james-project/3.8.2/servers/index.html";>Preview</a>...<br/>
+                    specify it on a per-server basis for ease of use. <a 
href="https://james.staged.apache.org/james-project/3.9.0/servers/index.html";>Preview</a>...<br/>
                     We will furthermore target servers to identified use 
cases, formulated in non technical terms: Basic Server, Advanced Server and 
Distributed Server.<br/></span></li>
                   <li><span 
class="long-arrow-right">&#8594;</span><span>Promote guice based 
applications.<br/>
                     Spring server will be deprecated. A summary of community 
call describing this item can be found
diff --git a/src/site/markdown/mailet/quickstart.md 
b/src/site/markdown/mailet/quickstart.md
index 0d2c829631..ec10585a69 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.8.2</version>
+        <version>3.9.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 57388adca1..58166b76e0 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.8.2.zip from [the download 
page](http://james.apache.org/download.cgi#Apache_James_Server) and deflate it.
+Download james-jpa-smtp-guice-3.9.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 f7f8fc35c5..cd55dcea3f 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.8.2.zip from [the download 
page](http://james.apache.org/download.cgi#Apache_James_Server) and deflate it.
+Download james-jpa-guice-3.9.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/protocols/imap4.xml 
b/src/site/xdoc/protocols/imap4.xml
index 0069615ec0..3864c2ba7d 100644
--- a/src/site/xdoc/protocols/imap4.xml
+++ b/src/site/xdoc/protocols/imap4.xml
@@ -88,7 +88,7 @@
   </section>
 
   <section name='Apache James IMAP in Server and as component'>
-    <p><a href='http://james.apache.org/server'>Apache James Server 3.8.2</a> 
supports IMAP
+    <p><a href='http://james.apache.org/server'>Apache James Server 3.9.0</a> 
supports IMAP
        (using this library).</p>
     <p>The <a href="source-code.html">source code</a> page contains 
information on how 
        to develop on James IMAP.</p>
diff --git a/src/site/xdoc/server/index.xml b/src/site/xdoc/server/index.xml
index 0a4c341dac..04a06185b4 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.8.2 and <a 
href="quick-start.html">quick-start</a> it!</p>
+        <p>Download Apache James Mail Server 3.9.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.8.2</span>
+              <span><span class="icon"></span>Apache James Server 3.9.0</span>
             </a>
           </span>
         </p>
          <p>You can also have a look to the last stable version</p>
 
-        <p>Apache James Server 3.8.2 represents the leading edge of 
development. This code stream has many more
+        <p>Apache James Server 3.9.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.8.2 and following versions require Java 1.11. 
A migration guide for
-           users willing to upgrade from 2.3 to 3.8.2 is <a 
href="upgrade-2.3.html">available</a>. If relying on Guice
+        <p>Apache James Server 3.9.0 and following versions require Java 1.11. 
A migration guide for
+           users willing to upgrade from 2.3 to 3.9.0 is <a 
href="upgrade-2.3.html">available</a>. If relying on Guice
            wiring, you can use some additional components (Cassandra, 
OpenSearch, ...).</p>
     
 
diff --git a/src/site/xdoc/server/objectives.xml 
b/src/site/xdoc/server/objectives.xml
index 485960ce26..cccbf30873 100644
--- a/src/site/xdoc/server/objectives.xml
+++ b/src/site/xdoc/server/objectives.xml
@@ -44,7 +44,7 @@
       <i>
         <b>Horizontally scalable email server</b>
       </i>  Apache James uses resource abstraction (see below) to provide and 
assemble
-        the components of a <a 
href="https://james.staged.apache.org/james-distributed-app/3.8.2/index.html";>Distributed
 Email server</a>
+        the components of a <a 
href="https://james.staged.apache.org/james-distributed-app/3.9.0/index.html";>Distributed
 Email server</a>
         based on modern, scalable NoSQL solutions: Cassandra, objectstorage, 
OpenSearch, RabbitMQ/Pulsar.</p>
     <p>
       <i>
diff --git a/src/site/xdoc/server/packaging.xml 
b/src/site/xdoc/server/packaging.xml
index f8b5e18f4a..6a0abc0852 100644
--- a/src/site/xdoc/server/packaging.xml
+++ b/src/site/xdoc/server/packaging.xml
@@ -76,9 +76,9 @@
                     <tr>
                         <td>Docker image</td>
                         <td>Not available. Contributions welcomed for JIB 
support.</td>
-                        <td>apache/james:cassandra-3.8.2</td>
-                        <td>apache/james:distributed-3.8.2</td>
-                        <td>apache/james:jpa-3.8.2</td>
+                        <td>apache/james:cassandra-3.9.0</td>
+                        <td>apache/james:distributed-3.9.0</td>
+                        <td>apache/james:jpa-3.9.0</td>
                         <td>None</td>
                     </tr>
                     <tr>
@@ -230,7 +230,7 @@
                         <th>Supported protocols</th>
                     </tr>
                     <tr>
-                        <td>apache/james:distributed-3.8.2</td>
+                        <td>apache/james:distributed-3.9.0</td>
                         <td>Multi-node</td>
                         <td>Cassandra</td>
                         <td>S3 or Cassandra</td>
@@ -239,7 +239,7 @@
                         <td>SMTP, IMAP, JMAP, POP3, LMTP, WebAdmin</td>
                     </tr>
                     <tr>
-                        <td>apache/james:jpa-3.8.2</td>
+                        <td>apache/james:jpa-3.9.0</td>
                         <td>Single node</td>
                         <td>Embedded Derby database (JPA, SQL)</td>
                         <td>Not applicable</td>
@@ -248,7 +248,7 @@
                         <td>SMTP, IMAP, POP3, LMTP, WebAdmin</td>
                     </tr>
                     <tr>
-                        <td>apache/james:demo-3.8.2</td>
+                        <td>apache/james:demo-3.9.0</td>
                         <td>Pre-provisioned Single node instance to ease 
project discovery</td>
                         <td>Embedded Derby database (JPA, SQL)</td>
                         <td>Not applicable</td>
@@ -257,7 +257,7 @@
                         <td>SMTP, IMAP, POP3, LMTP, WebAdmin</td>
                     </tr>
                     <tr>
-                        <td>apache/james:memory-3.8.2</td>
+                        <td>apache/james:memory-3.9.0</td>
                         <td>Single node for test purposes</td>
                         <td>Memory (no persistence)</td>
                         <td>Memory (no persistence)</td>
@@ -266,7 +266,7 @@
                         <td>SMTP, IMAP, JMAP, POP3, LMTP, WebAdmin</td>
                     </tr>
                     <tr>
-                        <td>apache/james:cassandra-3.8.2</td>
+                        <td>apache/james:cassandra-3.9.0</td>
                         <td>Single node on top of a shared database</td>
                         <td>Cassandra</td>
                         <td>Cassandra</td>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to