mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-12-02 11:24:05 +08:00
修改groupId,修复Pom文件,同步README.md文件
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -3,13 +3,13 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>me.chanjar</groupId>
|
||||
<groupId>com.github.binarywang</groupId>
|
||||
<artifactId>weixin-java-parent</artifactId>
|
||||
<version>1.3.4-SNAPSHOT</version>
|
||||
<version>1.3.5-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>WeiXin Java Tools - Parent</name>
|
||||
<description>微信公众号、企业号上级POM</description>
|
||||
<url>https://github.com/chanjarster/weixin-java-tools</url>
|
||||
<url>https://github.com/binarywang/weixin-java-tools</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
@@ -23,12 +23,16 @@
|
||||
<name>Daniel Qian</name>
|
||||
<email>chanjarster@gmail.com</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Binary Wang</name>
|
||||
<email>binarywang@gmail.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/chanjarster/weixin-java-tools.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:chanjarster/weixin-java-tools.git</developerConnection>
|
||||
<url>https://github.com/chanjarster/weixin-java-tools</url>
|
||||
<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>
|
||||
</scm>
|
||||
|
||||
<modules>
|
||||
|
||||
Reference in New Issue
Block a user