Repository: incubator-hivemall Updated Branches: refs/heads/master bd1431467 -> 629222d16
Change the organization of nzw ## What changes were proposed in this pull request? Update Kento Nozawa's organization. ## What type of PR is it? [Documentation] ## What is the Jira issue? This fix is a minor fix for release, so I have not yet created a jira ticket. Let me know if I should create it. ## How was this patch tested? By compiling the source code, confirming this change does not break the structure of pom.xml. ## Checklist (Please remove this section if not needed; check `x` for YES, blank for NO) - [x] Did you apply source code formatter, i.e., `mvn formatter:format`, for your commit? - [ ] Did you run system tests on Hive (or Spark)? Author: Kento NOZAWA <[email protected]> Closes #140 from nzw0301/change-nzw-org. Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/629222d1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/629222d1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/629222d1 Branch: refs/heads/master Commit: 629222d16895c5882ad03d0193dddcf8061eb076 Parents: bd14314 Author: Kento NOZAWA <[email protected]> Authored: Mon Apr 2 14:17:07 2018 +0900 Committer: Makoto Yui <[email protected]> Committed: Mon Apr 2 14:17:07 2018 +0900 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/629222d1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9b2cd35..250098e 100644 --- a/pom.xml +++ b/pom.xml @@ -188,8 +188,8 @@ <name>Kento Nozawa</name> <email>nzw[at]apache.org</email> <url>http://nzw0301.github.io/</url> - <organization>Tsukuba University</organization> - <organizationUrl>http://www.tsukuba.ac.jp/</organizationUrl> + <organization>The University of Tokyo</organization> + <organizationUrl>https://www.u-tokyo.ac.jp/</organizationUrl> <roles> <role>Committer</role> </roles>
