Repository: incubator-systemml Updated Branches: refs/heads/master eea72ce57 -> 841a4d030
[SYSTEMML-1622] Remove incubator from email references Updated email addresses to systemml.apache.org (removed incubator) in pom, md, readme files. Closes #514. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/841a4d03 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/841a4d03 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/841a4d03 Branch: refs/heads/master Commit: 841a4d0301e666a5719559552294417e19e21221 Parents: eea72ce Author: Glenn Weidner <[email protected]> Authored: Thu May 25 13:45:31 2017 -0700 Committer: Glenn Weidner <[email protected]> Committed: Thu May 25 13:45:31 2017 -0700 ---------------------------------------------------------------------- README.md | 2 +- docs/contributing-to-systemml.md | 20 ++++++++++---------- pom.xml | 12 ++++++------ src/main/standalone/README.txt | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/841a4d03/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 592e422..40337cb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ limitations under the License. # SystemML **Documentation:** [SystemML Documentation](http://apache.github.io/incubator-systemml/)<br/> -**Mailing List:** [Dev Mailing List](mailto:[email protected])<br/> +**Mailing List:** [Dev Mailing List](mailto:[email protected])<br/> **Build Status:** [](https://sparktc.ibmcloud.com/jenkins/job/SystemML-DailyTest)<br/> **Issue Tracker:** [JIRA](https://issues.apache.org/jira/browse/SYSTEMML)<br/> **Download:** [Download SystemML](http://systemml.apache.org/download.html)<br/> http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/841a4d03/docs/contributing-to-systemml.md ---------------------------------------------------------------------- diff --git a/docs/contributing-to-systemml.md b/docs/contributing-to-systemml.md index 2b98dd0..5e36267 100644 --- a/docs/contributing-to-systemml.md +++ b/docs/contributing-to-systemml.md @@ -34,28 +34,28 @@ There are many ways to become involved with SystemML: ### Development Mailing List Perhaps the easiest way to obtain help and contribute to SystemML is to join the SystemML Development -mailing list ([email protected]). You can subscribe to this list by sending an email to -[[email protected]](mailto:[email protected]). -You can unsubscribe from this list by sending an email to [[email protected]](mailto:[email protected]). The dev mailing list archive can be found -[here](http://mail-archives.apache.org/mod_mbox/incubator-systemml-dev/). +mailing list ([email protected]). You can subscribe to this list by sending an email to +[[email protected]](mailto:[email protected]). +You can unsubscribe from this list by sending an email to [[email protected]](mailto:[email protected]). The dev mailing list archive can be found +[here](http://mail-archives.apache.org/mod_mbox/systemml-dev/). ### Issues Mailing List The issues mailing list archive can be found -[here](http://mail-archives.apache.org/mod_mbox/incubator-systemml-issues/). +[here](http://mail-archives.apache.org/mod_mbox/systemml-issues/). To subscribe to the issues list, send an email to -[[email protected]](mailto:[email protected]). +[[email protected]](mailto:[email protected]). To unsubscribe from the issues list, send an email to -[[email protected]](mailto:[email protected]). +[[email protected]](mailto:[email protected]). ### Commits Mailing List The commits mailing list archive can be found -[here](http://mail-archives.apache.org/mod_mbox/incubator-systemml-commits/). +[here](http://mail-archives.apache.org/mod_mbox/systemml-commits/). To subscribe to the issues list, send an email to -[[email protected]](mailto:[email protected]). +[[email protected]](mailto:[email protected]). To unsubscribe from the issues list, send an email to -[[email protected]](mailto:[email protected]). +[[email protected]](mailto:[email protected]). ## Issue Tracker http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/841a4d03/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3cfb4cf..dd2558a 100644 --- a/pom.xml +++ b/pom.xml @@ -50,15 +50,15 @@ <mailingLists> <mailingList> <name>Dev Mailing List</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> </mailingList> <mailingList> <name>Commits Mailing List</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> </mailingList> </mailingLists> http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/841a4d03/src/main/standalone/README.txt ---------------------------------------------------------------------- diff --git a/src/main/standalone/README.txt b/src/main/standalone/README.txt index 3c5d7e8..dcdc477 100644 --- a/src/main/standalone/README.txt +++ b/src/main/standalone/README.txt @@ -17,7 +17,7 @@ limitations under the License. # Apache SystemML **Documentation:** [SystemML Documentation](http://apache.github.io/incubator-systemml/) -**Mailing List:** [Dev Mailing List](mailto:[email protected]) +**Mailing List:** [Dev Mailing List](mailto:[email protected]) **Build Status:** [](https://sparktc.ibmcloud.com/jenkins/job/SystemML-DailyTest) **Issue Tracker:** [JIRA](https://issues.apache.org/jira/browse/SYSTEMML) **Download:** [Download SystemML](http://systemml.apache.org/download.html)
