Repository: storm Updated Branches: refs/heads/master 1059735f7 -> 7041dd7dc
Add Aaron Dossett 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/7041dd7d Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/7041dd7d Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/7041dd7d Branch: refs/heads/master Commit: 7041dd7dc266794c5f41e9bacbc48c920710f491 Parents: 1059735 Author: Aaron Dossett <[email protected]> Authored: Wed Dec 2 13:05:03 2015 -0600 Committer: Aaron Dossett <[email protected]> Committed: Wed Dec 2 13:05:03 2015 -0600 ---------------------------------------------------------------------- README.markdown | 2 +- pom.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/7041dd7d/README.markdown ---------------------------------------------------------------------- diff --git a/README.markdown b/README.markdown index 19ad520..da61b5b 100644 --- a/README.markdown +++ b/README.markdown @@ -85,6 +85,7 @@ under the License. * Kyle Nusbaum ([@knusbaum](https://github.com/knusbaum)) * Parth Brahmbhatt ([@Parth-Brahmbhatt](https://github.com/Parth-Brahmbhatt)) * Jungtaek Lim ([@HeartSaVioR](https://github.com/HeartSaVioR)) +* Aaron Dossett ([@dossett](https://github.com/dossett)) ## Contributors @@ -206,7 +207,6 @@ under the License. * Reza Farivar ([@rfarivar](https://github.com/rfarivar)) * Hugo Louro ([@hmcl](https://github.com/hmcl)) * Xin Wang ([@vesense](https://github.com/vesense)) -* Aaron Dossett ([@dossett](https://github.com/dossett)) * Charles Chan ([@charleswhchan](https://github.com/charleswhchan)) * Chuanlei Ni ([@chuanlei](https://github.com/chuanlei)) * Xingyu Su ([@errordaiwa](https://github.com/errordaiwa)) http://git-wip-us.apache.org/repos/asf/storm/blob/7041dd7d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index debfe1d..5fd3d4b 100644 --- a/pom.xml +++ b/pom.xml @@ -147,6 +147,15 @@ </roles> <timezone>+1</timezone> </developer> + <developer> + <id>dossett</id> + <name>Aaron Dossett</name> + <email>[email protected]</email> + <roles> + <role>Committer</role> + </roles> + <timezone>-6</timezone> + </developer> </developers>
