update groupId for upload to maven central

This commit is contained in:
Binary Wang
2016-05-31 22:56:51 +08:00
parent ad054115f5
commit 2c2130282d
4 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>me.chanjar</groupId>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-parent</artifactId>
<version>1.3.4-SNAPSHOT</version>
</parent>