ROCKETMQ-18 Remove duplicated email suffix.
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/f98b1210 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/f98b1210 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/f98b1210 Branch: refs/heads/master Commit: f98b1210c848f7bd45bace81b941b6a8e4e43951 Parents: c8ee328 Author: yukon <[email protected]> Authored: Wed Dec 28 10:47:10 2016 +0800 Committer: yukon <[email protected]> Committed: Wed Dec 28 10:47:10 2016 +0800 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/f98b1210/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c32d424..f74b5e2 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ <role>architect</role> <role>committer</role> </roles> - <email>[email protected]@apache.org</email> + <email>[email protected]</email> <url>https://github.com/[email protected]</url> <timezone>+8</timezone> </developer> @@ -180,7 +180,7 @@ <version>2.2</version> </plugin> <plugin> - <groupId>[email protected]</groupId> + <groupId>com.github.vongosling</groupId> <artifactId>dependency-mediator-maven-plugin</artifactId> <version>1.0.2</version> </plugin>
