Skip to content

Commit 585cee0

Browse files
committed
修改pom文件,增加贡献者信息
1 parent e30138f commit 585cee0

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

pom.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010
<name>WeiXin Java Tools - Parent</name>
1111
<description>微信公众号、企业号上级POM</description>
12-
<url>https://github.com/binarywang/weixin-java-tools</url>
12+
<url>https://github.com/wechat-group/weixin-java-tools</url>
1313

1414
<licenses>
1515
<license>
@@ -22,17 +22,24 @@
2222
<developer>
2323
<name>Daniel Qian</name>
2424
<email>[email protected]</email>
25+
<url>https://github.com/chanjarster</url>
2526
</developer>
2627
<developer>
2728
<name>Binary Wang</name>
2829
<email>[email protected]</email>
30+
<url>https://github.com/binarywang</url>
31+
</developer>
32+
<developer>
33+
<name>gaigeshen</name>
34+
<email>[email protected]</email>
35+
<url>https://github.com/gaigeshen</url>
2936
</developer>
3037
</developers>
3138

3239
<scm>
33-
<connection>scm:git:https://github.com/binarywang/weixin-java-tools.git</connection>
34-
<developerConnection>scm:git:[email protected]:binarywang/weixin-java-tools.git</developerConnection>
35-
<url>https://github.com/binarywang/weixin-java-tools</url>
40+
<connection>scm:git:https://github.com/wechat-group/weixin-java-tools.git</connection>
41+
<developerConnection>scm:git:[email protected]:wechat-group/weixin-java-tools.git</developerConnection>
42+
<url>https://github.com/wechat-group/weixin-java-tools</url>
3643
</scm>
3744

3845
<modules>

0 commit comments

Comments
 (0)