version upgrade 1.6.3 & 1.1.3

This commit is contained in:
jinyu 2015-11-10 10:08:24 +08:00
parent cabf9e2900
commit 98cae79741
2 changed files with 13 additions and 7 deletions

View File

@ -485,4 +485,10 @@
* 2015-10-25 * 2015-10-25
+ weixin4j-server:新增认证通知事件 + weixin4j-server:新增认证通知事件
* 2015-11-09
+ weixin4j-[mp|qy]:version upgrade to 1.6.3
+ weixin4j-server:version upgrade to 1.1.3

View File

@ -26,26 +26,26 @@ weixin4j
如何获取 如何获取
---------- ----------
###1.maven依赖 ###1.maven依赖
微信公众平台API(1.6.2,2015-09-27 released) 微信公众平台API(1.6.3,2015-11-09 released)
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId> <artifactId>weixin4j-mp</artifactId>
<version>1.6.2</version> <version>1.6.3</version>
</dependency> </dependency>
微信企业号API(1.6.2,2015-09-27 released) 微信企业号API(1.6.3,2015-11-09 released)
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-qy</artifactId> <artifactId>weixin4j-qy</artifactId>
<version>1.6.2</version> <version>1.6.3</version>
</dependency> </dependency>
微信回调消息服务器(1.1.2,2015-09-21 released) 微信回调消息服务器(1.1.3,2015-11-09 released)
<dependency> <dependency>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j-server</artifactId> <artifactId>weixin4j-server</artifactId>
<version>1.1.2</version> <version>1.1.3</version>
</dependency> </dependency>
以上依赖如果出现Missing artifact错误 请尝试在eclipse里这么做 以上依赖如果出现Missing artifact错误 请尝试在eclipse里这么做