Skip to content

Commit 2c21302

Browse files
committed
update groupId for upload to maven central
1 parent ad05411 commit 2c21302

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
44
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
6-
<groupId>me.chanjar</groupId>
6+
<groupId>com.github.binarywang</groupId>
77
<artifactId>weixin-java-parent</artifactId>
88
<version>1.3.4-SNAPSHOT</version>
99
<packaging>pom</packaging>

weixin-java-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>me.chanjar</groupId>
7+
<groupId>com.github.binarywang</groupId>
88
<artifactId>weixin-java-parent</artifactId>
99
<version>1.3.4-SNAPSHOT</version>
1010
</parent>

weixin-java-cp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>me.chanjar</groupId>
7+
<groupId>com.github.binarywang</groupId>
88
<artifactId>weixin-java-parent</artifactId>
99
<version>1.3.4-SNAPSHOT</version>
1010
</parent>
@@ -15,7 +15,7 @@
1515

1616
<dependencies>
1717
<dependency>
18-
<groupId>me.chanjar</groupId>
18+
<groupId>com.github.binarywang</groupId>
1919
<artifactId>weixin-java-common</artifactId>
2020
<version>${project.version}</version>
2121
</dependency>

weixin-java-mp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>me.chanjar</groupId>
7+
<groupId>com.github.binarywang</groupId>
88
<artifactId>weixin-java-parent</artifactId>
99
<version>1.3.4-SNAPSHOT</version>
1010
</parent>
@@ -14,7 +14,7 @@
1414

1515
<dependencies>
1616
<dependency>
17-
<groupId>me.chanjar</groupId>
17+
<groupId>com.github.binarywang</groupId>
1818
<artifactId>weixin-java-common</artifactId>
1919
<version>${project.version}</version>
2020
</dependency>

0 commit comments

Comments
 (0)