This is an automated email from the ASF dual-hosted git repository.
hulee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new e243175 Add Hunter Lee as Committer
e243175 is described below
commit e2431753a12b7d7bfde252d1ab9be2123525e604
Author: Hunter Lee <hulee@linkedin.com>
AuthorDate: Thu Mar 28 12:08:58 2019 -0700
Add Hunter Lee as Committer
---
pom.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/pom.xml b/pom.xml
index fb5f9ca..20fc309 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,6 +228,15 @@ under the License.
</roles>
<timezone>-8</timezone>
</developer>
+ <developer>
+ <id>hulee</id>
+ <name>Hunter Lee</name>
+ <email>hulee@apache.org</email>
+ <roles>
+ <role>Committer</role>
+ </roles>
+ <timezone>-8</timezone>
+ </developer>
</developers>
<modules>
<module>helix-core</module>
|