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:21 UTC

[james-project] 09/29: JAMES-3431 MockSMTPServer: Bump version to 0.3

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 45cb67244c74449a6bee24bfc6874b17eea45795
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Tue Dec 29 11:29:40 2020 +0700

    JAMES-3431 MockSMTPServer: Bump version to 0.3
---
 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 4ccc466..53a05c6 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>0.2</tag>
+                            <tag>0.3</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 ebd5784..ccd946a 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.2";
+    String MOCK_SMTP_SERVER = "linagora/mock-smtp-server:0.3";
 }


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