version upgrade to 1.6.3 & 1.1.3

This commit is contained in:
jinyu
2015-11-10 10:05:42 +08:00
parent b4a865dedd
commit cabf9e2900
17 changed files with 33 additions and 21 deletions
+5 -1
View File
@@ -102,4 +102,8 @@
* 2015-10-25
+ 新增认证通知事件
+ 新增认证通知事件
* 2015-11-09
+ version upgrade to 1.1.3
+2 -2
View File
@@ -15,12 +15,12 @@ base on netty.
如何使用
-------
###maven依赖(1.1.2,2015-09-21 released)
###maven依赖(1.1.3,2015-11-09 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-server</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
###编写服务启动类
明文模式并总是调试输出微信请求信息的服务启动类.
+1 -1
View File
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-server</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<name>weixin4j-server</name>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
<description>微信消息netty服务器</description>
@@ -326,5 +326,5 @@ public final class WeixinServerBootstrap {
return this;
}
public final static String VERSION = "1.1.2";
public final static String VERSION = "1.1.3";
}