You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/06/09 07:23:39 UTC

[james-project] branch master updated (b489cb9 -> f7bbe1e)

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

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


    from b489cb9  JAMES-3589 Disable currently failing test
     new 614597e  JAMES-3225 HTTPS for website URL
     new 8b631d4  JAMES-3225 HTTPS for mailing list archives
     new 30050e5  JAMES-3225 HTTPS for JIRA link
     new f7bbe1e  JAMES-3225 Update ciManagement link

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

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


[james-project] 01/04: JAMES-3225 HTTPS for website URL

Posted by bt...@apache.org.
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 614597e68301b8e99ab03a11a03eeea4c3b4a6d2
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Mon Jun 7 13:37:59 2021 +0700

    JAMES-3225 HTTPS for website URL
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9291afc..b84f061 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
         update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines
         whether your mailet should process an email in the server. The James project hosts the Mailet API, and James
         provides an implementation of this mail application platform API.</description>
-    <url>http://james.apache.org/</url>
+    <url>https://james.apache.org/</url>
     <inceptionYear>2006</inceptionYear>
 
     <developers>

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


[james-project] 02/04: JAMES-3225 HTTPS for mailing list archives

Posted by bt...@apache.org.
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 <bt...@linagora.com>
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>server-dev-subscribe@james.apache.org</subscribe>
             <unsubscribe>server-dev-unsubscribe@james.apache.org</unsubscribe>
             <post>server-dev@james.apache.org</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>server-user-subscribe@james.apache.org</subscribe>
             <unsubscribe>server-user-unsubscribe@james.apache.org</unsubscribe>
             <post>server-user@james.apache.org</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>mime4j-dev-subscribe@james.apache.org</subscribe>
             <unsubscribe>mime4j-dev-unsubscribe@james.apache.org</unsubscribe>
             <post>mime4j-dev@james.apache.org</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>general-subscribe@james.apache.org</subscribe>
             <unsubscribe>general-unsubscribe@james.apache.org</unsubscribe>
             <post>general@james.apache.org</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>site-dev-subscribe@james.apache.org</subscribe>
             <unsubscribe>site-dev-unsubscribe@james.apache.org</unsubscribe>
             <post>site-dev@james.apache.org</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: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[james-project] 03/04: JAMES-3225 HTTPS for JIRA link

Posted by bt...@apache.org.
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 30050e5970e04a47d9a513705f9092bafa13dff7
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Mon Jun 7 13:39:39 2021 +0700

    JAMES-3225 HTTPS for JIRA link
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b22084d..fbae7d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -552,7 +552,7 @@
 
     <issueManagement>
         <system>JIRA</system>
-        <url>http://issues.apache.org/jira/browse/JAMES</url>
+        <url>https://issues.apache.org/jira/browse/JAMES</url>
     </issueManagement>
 
     <ciManagement>

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


[james-project] 04/04: JAMES-3225 Update ciManagement link

Posted by bt...@apache.org.
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 f7bbe1ed8771f777a0e5e4ed628f2c8d84a556a4
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Mon Jun 7 13:40:43 2021 +0700

    JAMES-3225 Update ciManagement link
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fbae7d9..f7bc55a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -557,7 +557,7 @@
 
     <ciManagement>
         <system>Jenkins</system>
-        <url>https://builds.apache.org/</url>
+        <url>https://ci-builds.apache.org/job/james/job/ApacheJames/</url>
     </ciManagement>
 
     <distributionManagement>

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