You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ne...@apache.org on 2022/10/06 17:44:35 UTC

[helix] branch master updated: Add nealsun to pom.xml (#2233)

This is an automated email from the ASF dual-hosted git repository.

nealsun 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 995ef8d4f Add nealsun to pom.xml (#2233)
995ef8d4f is described below

commit 995ef8d4f1ddfebc4622731072be3a8b6d4fcf46
Author: Neal Sun <ne...@linkedin.com>
AuthorDate: Thu Oct 6 10:44:29 2022 -0700

    Add nealsun to pom.xml (#2233)
    
    Co-authored-by: Neal Sun <ne...@nesun-mn2.linkedin.biz>
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1ae1ea89a..77febc83b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,6 +265,15 @@
       </roles>
       <timezone>-8</timezone>
     </developer>
+    <developer>
+      <id>nealsun</id>
+      <name>Neal Sun</name>
+      <email>nealsun@apache.org</email>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>-8</timezone>
+    </developer>
   </developers>
   <modules>
     <module>metrics-common</module>