Repository: helix Updated Branches: refs/heads/master 4db61b56e -> 6e0299d22
Add committer entry. Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/6e0299d2 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/6e0299d2 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/6e0299d2 Branch: refs/heads/master Commit: 6e0299d226a5393d9610883231db3bed2113c83e Parents: 4db61b5 Author: Jiajun Wang <[email protected]> Authored: Mon Jul 16 12:03:54 2018 -0700 Committer: Jiajun Wang <[email protected]> Committed: Mon Jul 16 12:03:54 2018 -0700 ---------------------------------------------------------------------- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/6e0299d2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1a33ff9..48b6c8d 100644 --- a/pom.xml +++ b/pom.xml @@ -219,6 +219,15 @@ under the License. </roles> <timezone>-8</timezone> </developer> + <developer> + <id>jiajunwang</id> + <name>Jiajun Wang</name> + <email>[email protected]</email> + <roles> + <role>Committer</role> + </roles> + <timezone>-8</timezone> + </developer> </developers> <modules> <module>helix-core</module>
