You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/02/22 15:31:44 UTC

[incubator-plc4x] branch develop updated: - Added the commits mailinglist to the "mailinglists" section of the pom (In order to have it listed in the generated site)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new ef76a91  - Added the commits mailinglist to the "mailinglists" section of the pom (In order to have it listed in the generated site)
ef76a91 is described below

commit ef76a91b851315a4c558d1ab926331e8c81daaf8
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Feb 22 16:31:41 2019 +0100

    - Added the commits mailinglist to the "mailinglists" section of the pom (In order to have it listed in the generated site)
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index e83282c..d259a84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,13 @@
       <post>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>
+      <archive>http://mail-archives.apache.org/mod_mbox/plc4x-commits/</archive>
+    </mailingList>
   </mailingLists>
 
   <properties>