You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2019/05/01 11:43:36 UTC

[plc4x] branch develop updated: Fixed mailto: bug for subscribe links on the mailing-list side.

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

jfeinauer pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1ffe05a  Fixed mailto: bug for subscribe links on the mailing-list side.
1ffe05a is described below

commit 1ffe05a5668d3fa750401d2cbabb02754f68e20b
Author: julian <j....@pragmaticminds.de>
AuthorDate: Wed May 1 13:43:27 2019 +0200

    Fixed mailto: bug for subscribe links on the mailing-list side.
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index b1ce6e6..482e08a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,16 +64,16 @@
   <mailingLists>
     <mailingList>
       <name>Apache PLC4X Developer List</name>
-      <subscribe>dev-subscribe@plc4x.apache.org</subscribe>
-      <unsubscribe>dev-unsubscribe@plc4x.apache.org</unsubscribe>
-      <post>dev@plc4x.apache.org</post>
+      <subscribe>mailto:dev-subscribe@plc4x.apache.org</subscribe>
+      <unsubscribe>mailto:dev-unsubscribe@plc4x.apache.org</unsubscribe>
+      <post>mailto:dev@plc4x.apache.org</post>
       <archive>http://mail-archives.apache.org/mod_mbox/plc4x-dev/</archive>
     </mailingList>
     <mailingList>
       <name>commits PLC4X Commits List</name>
-      <subscribe>commit-subscribe@plc4x.apache.org</subscribe>
-      <unsubscribe>commits-unsubscribe@plc4x.apache.org</unsubscribe>
-      <post>commits@plc4x.apache.org</post>
+      <subscribe>mailto:commit-subscribe@plc4x.apache.org</subscribe>
+      <unsubscribe>mailto:commits-unsubscribe@plc4x.apache.org</unsubscribe>
+      <post>mailto:commits@plc4x.apache.org</post>
       <archive>http://mail-archives.apache.org/mod_mbox/plc4x-commits/</archive>
     </mailingList>
   </mailingLists>