Skip to content

Commit

Permalink
Bump version number from 1.7.9 to 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sutra committed Jun 14, 2018
1 parent 8f213ee commit 17b9a9b
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -806,4 +806,8 @@

* 2017-11-09

+ version upgrade to 1.7.9
+ version upgrade to 1.7.9

* 2018-06-14
+ version upgrade to 1.8.0
+ 新增了微信小程序相关的支持 API 实现
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>pom</packaging>
<name>weixin4j</name>
<url>https://github.com/foxinmy/weixin4j</url>
Expand Down
2 changes: 1 addition & 1 deletion weixin4j-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<artifactId>weixin4j-base</artifactId>
<name>weixin4j-base</name>
Expand Down
6 changes: 3 additions & 3 deletions weixin4j-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<packaging>war</packaging>
<artifactId>weixin4j-example</artifactId>
Expand Down Expand Up @@ -48,13 +48,13 @@
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<!-- 微信企业号 -->
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-qy</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<!-- 微信被动消息(回调模式) -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion weixin4j-mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<artifactId>weixin4j-mp</artifactId>
<name>weixin4j-mp</name>
Expand Down
2 changes: 1 addition & 1 deletion weixin4j-qy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<artifactId>weixin4j-qy</artifactId>
<name>weixin4j-qy</name>
Expand Down
2 changes: 1 addition & 1 deletion weixin4j-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<artifactId>weixin4j-server</artifactId>
<version>1.1.9</version>
Expand Down
2 changes: 1 addition & 1 deletion weixin4j-serverX/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<artifactId>weixin4j-serverX</artifactId>
<version>0.0.1</version>
Expand Down
2 changes: 1 addition & 1 deletion weixin4j-wxa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<artifactId>weixin4j-wxa</artifactId>
<name>weixin4j-wxa</name>
Expand Down

0 comments on commit 17b9a9b

Please sign in to comment.