Repository: incubator-hivemall Updated Branches: refs/heads/master 7f3044f76 -> ee25b5893
Updated Mentor information becuase Markus resigned Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/ee25b589 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/ee25b589 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/ee25b589 Branch: refs/heads/master Commit: ee25b5893135b14e1438982a9d0571ca627e44d1 Parents: 7f3044f Author: Makoto Yui <[email protected]> Authored: Wed Mar 7 14:49:07 2018 +0900 Committer: Makoto Yui <[email protected]> Committed: Wed Mar 7 14:49:07 2018 +0900 ---------------------------------------------------------------------- pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/ee25b589/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e594006..9b2cd35 100644 --- a/pom.xml +++ b/pom.xml @@ -201,8 +201,8 @@ <name>Roman Shaposhnik</name> <email>rvs[at]apache.org</email> <url>http://github.com/rvs</url> - <organization>Pivotal Inc.</organization> - <organizationUrl>https://pivotal.io/</organizationUrl> + <organization>ZEDEDA Inc.</organization> + <organizationUrl>https://www.zededa.com/</organizationUrl> <roles> <role>Champion</role> </roles> @@ -219,17 +219,6 @@ </roles> </developer> <developer> - <id>weimer</id> - <name>Markus Weimer</name> - <email>markus[at]weimo.de</email> - <url>http://www.markusweimer.com/</url> - <organization>Microsoft Corporation</organization> - <organizationUrl>https://www.microsoft.com/</organizationUrl> - <roles> - <role>Mentor</role> - </roles> - </developer> - <developer> <id>meng</id> <name>Xiangrui Meng</name> <email>meng[at]databricks.com</email> @@ -240,6 +229,17 @@ <role>Mentor</role> </roles> </developer> + <developer> + <id>weimer</id> + <name>Markus Weimer</name> + <email>markus[at]weimo.de</email> + <url>http://www.markusweimer.com/</url> + <organization>Microsoft Corporation</organization> + <organizationUrl>https://www.microsoft.com/</organizationUrl> + <roles> + <role>Past Mentor (resigned on Mar 1, 2018)</role> + </roles> + </developer> </developers> <packaging>pom</packaging>
