Repository: helix Updated Branches: refs/heads/master b4f3234eb -> ae3ee841d
Add Junkai into the developer list Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/ae3ee841 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/ae3ee841 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/ae3ee841 Branch: refs/heads/master Commit: ae3ee841d332de5ed217fed9c61fc468718a677a Parents: b4f3234 Author: Junkai Xue <[email protected]> Authored: Mon Apr 3 10:32:19 2017 -0700 Committer: Junkai Xue <[email protected]> Committed: Mon Apr 3 10:32:19 2017 -0700 ---------------------------------------------------------------------- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/ae3ee841/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b6b257f..62d958f 100644 --- a/pom.xml +++ b/pom.xml @@ -210,6 +210,15 @@ under the License. </roles> <timezone>-8</timezone> </developer> + <developer> + <id>jxue</id> + <name>Junkai Xue</name> + <email>[email protected]</email> + <roles> + <role>Committer</role> + </roles> + <timezone>-8</timezone> + </developer> </developers> <modules> <module>helix-core</module>
