[ROCKETMQ-88] Polish the developer list in pom.xml
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/de4c948c Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/de4c948c Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/de4c948c Branch: refs/heads/release-4.1.0-incubating Commit: de4c948cff561b9e20994947b32b0c328f30e194 Parents: 8d78175 Author: dongeforever <[email protected]> Authored: Sat May 27 14:30:53 2017 +0800 Committer: dongeforever <[email protected]> Committed: Sat May 27 14:30:53 2017 +0800 ---------------------------------------------------------------------- pom.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/de4c948c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c60c93c..a77f21d 100644 --- a/pom.xml +++ b/pom.xml @@ -76,8 +76,7 @@ <role>committer</role> </roles> <email>[email protected]</email> - <url>https://github.com/vintagewang</url> - <timezone>8</timezone> + <timezone>+8</timezone> </developer> <developer> <id>[email protected]</id> @@ -87,14 +86,12 @@ <role>committer</role> </roles> <email>[email protected]</email> - <url>https://github.com/[email protected]</url> <timezone>+8</timezone> </developer> <developer> <id>yukon</id> <name>Xinyu Zhou</name> <email>yukon@@apache.org</email> - <url>https://github.com/zhouxinyu</url> <roles> <role>committer</role> </roles> @@ -130,6 +127,16 @@ </roles> <timezone>+8</timezone> </developer> + <developer> + <id>dongeforever</id> + <name>dongeforever</name> + <email>[email protected]</email> + <roles> + <role>committer</role> + </roles> + <timezone>+8</timezone> + </developer> + </developers> <licenses>
