Repository: storm Updated Branches: refs/heads/master 4137328b7 -> 8bcf866df
Add Ethan Li to the committers list Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/8bcf866d Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/8bcf866d Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/8bcf866d Branch: refs/heads/master Commit: 8bcf866df364bce03ef0514b03ceab10b6b7e86c Parents: 4137328 Author: Ethan Li <[email protected]> Authored: Fri Apr 27 09:18:34 2018 -0500 Committer: Ethan Li <[email protected]> Committed: Fri Apr 27 09:21:57 2018 -0500 ---------------------------------------------------------------------- README.markdown | 1 + pom.xml | 9 +++++++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/8bcf866d/README.markdown ---------------------------------------------------------------------- diff --git a/README.markdown b/README.markdown index a3b7b1f..b6a5f44 100644 --- a/README.markdown +++ b/README.markdown @@ -113,6 +113,7 @@ under the License. * Hugo da Cruz Louro ([@hmcl](https://github.com/hmcl)) * Stig Rohde Døssing ([@srdo](https://github.com/srdo/)) * Roshan Naik ([@roshannaik](http://github.com/roshannaik)) +* Ethan Li ([@Ethanlm](https://github.com/Ethanlm)) ## Acknowledgements http://git-wip-us.apache.org/repos/asf/storm/blob/8bcf866d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ac11177..c486ac6 100644 --- a/pom.xml +++ b/pom.xml @@ -219,6 +219,15 @@ </roles> <timezone>-8</timezone> </developer> + <developer> + <id>Ethanlm</id> + <name>Ethan Li</name> + <email>[email protected]</email> + <roles> + <role>Committer</role> + </roles> + <timezone>-6</timezone> + </developer> </developers>
