This is an automated email from the ASF dual-hosted git repository. qqu pushed a commit to branch pom in repository https://gitbox.apache.org/repos/asf/helix.git
commit 75158341536654196ba730c31c8f8174a1a20191 Author: Qi (Quincy) Qu <[email protected]> AuthorDate: Mon May 22 11:51:37 2023 -0400 Add qqu to pom.xml --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index cad78a39f..e7942cf3f 100644 --- a/pom.xml +++ b/pom.xml @@ -296,6 +296,15 @@ </roles> <timezone>-8</timezone> </developer> + <developer> + <id>qqu</id> + <name>Qi (Quincy) Qu</name> + <email>[email protected]</email> + <roles> + <role>Committer</role> + </roles> + <timezone>+8</timezone> + </developer> </developers> <modules> <module>metrics-common</module>
