You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2019/09/17 11:43:51 UTC

[httpcomponents-parent] branch master updated: HTTPCORE-602: corrected subscribe / unsubscribe / post links

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

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new e0d712d  HTTPCORE-602: corrected subscribe / unsubscribe / post links
e0d712d is described below

commit e0d712d2dad1c807f2688315e1bde719e5389201
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Tue Sep 17 13:42:30 2019 +0200

    HTTPCORE-602: corrected subscribe / unsubscribe / post links
---
 pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4be1c82..10f3593 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,9 +408,9 @@ Fixed JIRA link
   <mailingLists>
     <mailingList>
       <name>HttpClient User List</name>
-      <subscribe>httpclient-users-subscribe@hc.apache.org</subscribe>
-      <unsubscribe>httpclient-users-unsubscribe@hc.apache.org</unsubscribe>
-      <post>httpclient-users@hc.apache.org</post>
+      <subscribe>mailto:httpclient-users-subscribe@hc.apache.org</subscribe>
+      <unsubscribe>mailto:httpclient-users-unsubscribe@hc.apache.org</unsubscribe>
+      <post>mailto:httpclient-users@hc.apache.org</post>
       <archive>https://lists.apache.org/list.html?httpclient-users@hc.apache.org</archive>
       <otherArchives>
         <otherArchive>http://marc.info/?l=httpclient-users</otherArchive>
@@ -419,9 +419,9 @@ Fixed JIRA link
     </mailingList>
     <mailingList>
       <name>HttpComponents Dev List</name>
-      <subscribe>dev-subscribe@hc.apache.org</subscribe>
-      <unsubscribe>dev-unsubscribe@hc.apache.org</unsubscribe>
-      <post>dev@hc.apache.org</post>
+      <subscribe>mailto:dev-subscribe@hc.apache.org</subscribe>
+      <unsubscribe>mailto:dev-unsubscribe@hc.apache.org</unsubscribe>
+      <post>mailto:dev@hc.apache.org</post>
       <archive>https://lists.apache.org/list.html?dev@hc.apache.org</archive>
       <otherArchives>
         <otherArchive>http://marc.info/?l=httpclient-commons-dev</otherArchive>
@@ -430,8 +430,8 @@ Fixed JIRA link
     </mailingList>
     <mailingList>
       <name>HttpComponents Commits List</name>
-      <subscribe>commits-subscribe@hc.apache.org</subscribe>
-      <unsubscribe>commits-unsubscribe@hc.apache.org</unsubscribe>
+      <subscribe>mailto:commits-subscribe@hc.apache.org</subscribe>
+      <unsubscribe>mailto:commits-unsubscribe@hc.apache.org</unsubscribe>
       <post>(Read Only)</post>
       <archive>https://lists.apache.org/list.html?commits@hc.apache.org</archive>
       <otherArchives>