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 8b631d449deb88370fe5ab964c226ff7b6f142aa Author: Benoit Tellier <[email protected]> AuthorDate: Mon Jun 7 13:39:09 2021 +0700 JAMES-3225 HTTPS for mailing list archives --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index b84f061..b22084d 100644 --- a/pom.xml +++ b/pom.xml @@ -492,35 +492,35 @@ <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive> + <archive>https://mail-archives.apache.org/mod_mbox/james-server-dev/</archive> </mailingList> <mailingList> <name>Server User</name> <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/james-server-user/</archive> + <archive>https://mail-archives.apache.org/mod_mbox/james-server-user/</archive> </mailingList> <mailingList> <name>Mime4J</name> <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/james-mime4j-dev/</archive> + <archive>https://mail-archives.apache.org/mod_mbox/james-mime4j-dev/</archive> </mailingList> <mailingList> <name>General</name> <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/james-general/</archive> + <archive>https://mail-archives.apache.org/mod_mbox/james-general/</archive> </mailingList> <mailingList> <name>Website Development</name> <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/james-site-dev/</archive> + <archive>https://mail-archives.apache.org/mod_mbox/james-site-dev/</archive> </mailingList> </mailingLists> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
