mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	修改pom文件,增加贡献者信息
This commit is contained in:
		
							
								
								
									
										15
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								pom.xml
									
									
									
									
									
								
							| @ -9,7 +9,7 @@ | ||||
|   <packaging>pom</packaging> | ||||
|   <name>WeiXin Java Tools - Parent</name> | ||||
|   <description>微信公众号、企业号上级POM</description> | ||||
|   <url>https://github.com/binarywang/weixin-java-tools</url> | ||||
|   <url>https://github.com/wechat-group/weixin-java-tools</url> | ||||
|  | ||||
|   <licenses> | ||||
|     <license> | ||||
| @ -22,17 +22,24 @@ | ||||
|     <developer> | ||||
|       <name>Daniel Qian</name> | ||||
|       <email>chanjarster@gmail.com</email> | ||||
|       <url>https://github.com/chanjarster</url> | ||||
|     </developer> | ||||
|     <developer> | ||||
|       <name>Binary Wang</name> | ||||
|       <email>binarywang@gmail.com</email> | ||||
|       <url>https://github.com/binarywang</url> | ||||
|     </developer> | ||||
|     <developer> | ||||
|       <name>gaigeshen</name> | ||||
|       <email>gaigeshen@qq.com</email> | ||||
|       <url>https://github.com/gaigeshen</url> | ||||
|     </developer> | ||||
|   </developers> | ||||
|  | ||||
|   <scm> | ||||
|     <connection>scm:git:https://github.com/binarywang/weixin-java-tools.git</connection> | ||||
|     <developerConnection>scm:git:git@github.com:binarywang/weixin-java-tools.git</developerConnection> | ||||
|     <url>https://github.com/binarywang/weixin-java-tools</url> | ||||
|     <connection>scm:git:https://github.com/wechat-group/weixin-java-tools.git</connection> | ||||
|     <developerConnection>scm:git:git@github.com:wechat-group/weixin-java-tools.git</developerConnection> | ||||
|     <url>https://github.com/wechat-group/weixin-java-tools</url> | ||||
|   </scm> | ||||
|  | ||||
|   <modules> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang