You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2020/12/30 03:35:16 UTC

[james-project] 04/29: JAMES-3431 Mock SMTP server: Bump to 0.2

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

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

commit 73c14be4b3e38435adf205b5afb3f8d1e0e65c83
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Dec 23 12:24:13 2020 +0700

    JAMES-3431 Mock SMTP server: Bump to 0.2
---
 server/mailet/mock-smtp-server/pom.xml                                | 2 +-
 server/testing/src/main/java/org/apache/james/util/docker/Images.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/mailet/mock-smtp-server/pom.xml b/server/mailet/mock-smtp-server/pom.xml
index 7b6de67..4ccc466 100644
--- a/server/mailet/mock-smtp-server/pom.xml
+++ b/server/mailet/mock-smtp-server/pom.xml
@@ -126,7 +126,7 @@
                     <to>
                         <image>linagora/mock-smtp-server</image>
                         <tags>
-                            <tag>latest</tag>
+                            <tag>0.2</tag>
                         </tags>
                     </to>
                     <container>
diff --git a/server/testing/src/main/java/org/apache/james/util/docker/Images.java b/server/testing/src/main/java/org/apache/james/util/docker/Images.java
index 06ab8e9..ebd5784 100644
--- a/server/testing/src/main/java/org/apache/james/util/docker/Images.java
+++ b/server/testing/src/main/java/org/apache/james/util/docker/Images.java
@@ -27,5 +27,5 @@ public interface Images {
     String NGINX = "nginx:1.15.1";
     String TIKA = "apache/tika:1.24";
     String SPAMASSASSIN = "dinkel/spamassassin:3.4.0";
-    String MOCK_SMTP_SERVER = "linagora/mock-smtp-server:0.1";
+    String MOCK_SMTP_SERVER = "linagora/mock-smtp-server:0.2";
 }


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