Update mailing list information
Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/6cc3adbc Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/6cc3adbc Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/6cc3adbc Branch: refs/heads/master Commit: 6cc3adbcaa72bd7b44ec9ebdc6a269b1102898de Parents: d038cb3 Author: poorna <[email protected]> Authored: Fri May 6 17:46:30 2016 -0700 Committer: poorna <[email protected]> Committed: Fri May 6 17:46:30 2016 -0700 ---------------------------------------------------------------------- README.rst | 21 ++++++++++----------- pom.xml | 4 ++-- 2 files changed, 12 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/6cc3adbc/README.rst ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst index df097a4..da3621b 100644 --- a/README.rst +++ b/README.rst @@ -637,21 +637,20 @@ Bug Reports & Feature Requests Bugs and tasks are tracked in a public JIRA `issue tracker <https://issues.cask.co/browse/TEPHRA>`__. -Tephra User Groups and Mailing Lists -.................................... +Apache Tephra User Groups and Mailing Lists +........................................... -- Tephra User Group: `[email protected] <https://groups.google.com/d/forum/tephra-user>`__ +- Apache Tephra Mailing List: `[email protected] <https://mail-archives.apache.org/mod_mbox/tephra-dev>`__ - The *tephra-user* mailing list is primarily for users using the product to develop - applications. You can expect questions from users, release announcements, and any other - discussions that we think will be helpful to the users. + The mailing list is for both users and developers of Apache Tephra. + You can expect questions from users, release announcements, and any other + discussions that we think will be helpful to the users. In addition, this list + will be used for all our design, architecture and technical discussions. -- Tephra Developer Group and Development Discussions: `[email protected] - <https://groups.google.com/d/forum/tephra-dev>`__ +- Apache Tephra Commits Mailing List: `[email protected] + <https://mail-archives.apache.org/mod_mbox/tephra-commits>`__ - The *tephra-dev* mailing list is essentially for developers actively working on the - product, and should be used for all our design, architecture and technical discussions - moving forward. This mailing list will also receive all JIRA and GitHub notifications. + This mailing list will receive all Git commit notifications. IRC ... http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/6cc3adbc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ca987c0..839d656 100644 --- a/pom.xml +++ b/pom.xml @@ -178,7 +178,7 @@ <post>[email protected]</post> <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/tephra-dev/</archive> + <archive>https://mail-archives.apache.org/mod_mbox/tephra-dev/</archive> <otherArchives> <otherArchive>http://tephra-dev.markmail.org</otherArchive> </otherArchives> @@ -188,7 +188,7 @@ <post>[email protected]</post> <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/tephra-commits/</archive> + <archive>https://mail-archives.apache.org/mod_mbox/tephra-commits/</archive> <otherArchives> <otherArchive>http://tephra-commits.markmail.org</otherArchive> </otherArchives>
