This is an automated email from the ASF dual-hosted git repository.
ethanli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new e4ce517 [STORM-3722] Add new committers. (#3359)
e4ce517 is described below
commit e4ce51736dd9dd3cbf86657aa8b2ca67b9bd40a7
Author: Bipin Prasad <[email protected]>
AuthorDate: Mon Dec 14 09:54:57 2020 -0600
[STORM-3722] Add new committers. (#3359)
---
README.markdown | 3 +++
pom.xml | 18 ++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/README.markdown b/README.markdown
index 1b0c6e2..db68893 100644
--- a/README.markdown
+++ b/README.markdown
@@ -117,6 +117,9 @@ The LICENSE and NOTICE files cover the source
distributions. The LICENSE-binary
* Roshan Naik ([@roshannaik](http://github.com/roshannaik))
* Ethan Li ([@Ethanlm](https://github.com/Ethanlm))
* Govind Menon ([@govind](https://github.com/govind-menon))
+* Aaron Gresch ([@agresch](https://github.com/agresch))
+* Rui Li ([@ruili](https://github.com/RuiLi8080))
+* Bipin Prasad ([@bipinprasad](https://github.com/bipinprasad))
## Acknowledgements
diff --git a/pom.xml b/pom.xml
index 55037a2..29f6923 100644
--- a/pom.xml
+++ b/pom.xml
@@ -245,6 +245,24 @@
</roles>
<timezone>-6</timezone>
</developer>
+ <developer>
+ <id>ruili</id>
+ <name>Rui Li</name>
+ <email>[email protected]</email>
+ <roles>
+ <role>Committer</role>
+ </roles>
+ <timezone>-6</timezone>
+ </developer>
+ <developer>
+ <id>bipinprasad</id>
+ <name>Bipin Prasad</name>
+ <email>[email protected]</email>
+ <roles>
+ <role>Committer</role>
+ </roles>
+ <timezone>-6</timezone>
+ </developer>
</developers>