Repository: storm Updated Branches: refs/heads/master ec03a1a91 -> bd4260e46
Add abhishek to committer list Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/bd4260e4 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/bd4260e4 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/bd4260e4 Branch: refs/heads/master Commit: bd4260e4670988402dbe212b736d96bad82de045 Parents: ec03a1a Author: Abhishek Agarwal <[email protected]> Authored: Thu Jun 9 11:42:19 2016 +0530 Committer: Abhishek Agarwal <[email protected]> Committed: Thu Jun 9 11:42:19 2016 +0530 ---------------------------------------------------------------------- README.markdown | 2 +- pom.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/bd4260e4/README.markdown ---------------------------------------------------------------------- diff --git a/README.markdown b/README.markdown index b505ef7..2e256c0 100644 --- a/README.markdown +++ b/README.markdown @@ -96,6 +96,7 @@ under the License. * Sanket Chintapalli ([@redsanket](https://github.com/redsanket)) * Longda Feng ([@longda](https://github.com/longdafeng)) * John Fang ([@hustfxj](https://github.com/hustfxj)) +* Abhishek Agarwal ([@abhishekagarwal87](https://github.com/abhishekagarwal87)) ## Contributors @@ -233,7 +234,6 @@ under the License. * Renkai Ge ([@Renkai](https://github.com/Renkai)) * Aaron Coburn ([@acoburn](https://github.com/acoburn)) * Rick Kellogg ([@rmkellogg](https://github.com/rmkellogg)) -* Abhishek Agarwal ([@abhishekagarwal87](https://github.com/abhishekagarwal87)) * chenyuzhao ([@danny0405](https://github.com/danny0405)) * Michael Schonfeld ([@schonfeld](https://github.com/schonfeld)) * Erik Weathers ([@erikdw](https://github.com/erikdw)) http://git-wip-us.apache.org/repos/asf/storm/blob/bd4260e4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bf1001a..21418e0 100644 --- a/pom.xml +++ b/pom.xml @@ -174,6 +174,15 @@ </roles> <timezone>+8</timezone> </developer> + <developer> + <id>abhishek</id> + <name>Abhishek Agarwal</name> + <email>[email protected]</email> + <roles> + <role>Committer</role> + </roles> + <timezone>+5.5</timezone> + </developer> </developers>
