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 887ca0efcbed63b873de94961c0356790f0d3c77
Author: Matthieu Baechler <matth...@apache.org>
AuthorDate: Thu Sep 5 15:21:41 2019 +0200

    3.4.0 Release: Mail processing howto should refer James 3.4.0
---
 src/homepage/howTo/mail-processing.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/homepage/howTo/mail-processing.html 
b/src/homepage/howTo/mail-processing.html
index 93dd971..ec41f2e 100644
--- a/src/homepage/howTo/mail-processing.html
+++ b/src/homepage/howTo/mail-processing.html
@@ -50,7 +50,7 @@ layout: howTo
           Hence, we can arrange James standard components listed <a 
href="/server/dev-provided-mailets.html">here</a> to achieve basic logic. But 
what if our goals are more
           complex? What if we need our own processing components?</p>
 
-          <p>This page will propose a 'hands on practice' how-to using James 
3.3.0. We will implement a custom mailet and a custom matcher,
+          <p>This page will propose a 'hands on practice' how-to using James 
3.4.0. We will implement a custom mailet and a custom matcher,
           then deploy it in a James server.</p>
 
           <p>We need to choose our use case. We will, when a mail is delayed 
over one day, write a mail to the original sender
@@ -202,8 +202,8 @@ public void init() throws MessagingException {
 
         <pre><code>docker run -p "25:25" -p "143:143" \
                -v 
"$PWD/src/main/resources/mailetcontainer.xml:/root/conf/mailetcontainer.xml" \
-               -v 
"$PWD/target/custom-mailets-3.3.0-SNAPSHOT.jar:/root/extensions-jars/custom-mailets.jar"
 \
-        linagora/james-jpa-sample:3.3.0</code></pre>
+               -v 
"$PWD/target/custom-mailets-3.4.0-SNAPSHOT.jar:/root/extensions-jars/custom-mailets.jar"
 \
+        linagora/james-jpa-sample:3.4.0</code></pre>
 
         </div>
           <footer class="major">


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

Reply via email to