weixin4j-[mp|qy]:version upgrade to 1.6.2 & weixin4j-server:version

upgrade to 1.1.2
This commit is contained in:
jinyu
2015-09-21 22:42:26 +08:00
parent 03ca6e670a
commit 7ab8befd6a
16 changed files with 52 additions and 24 deletions
+9 -1
View File
@@ -156,4 +156,12 @@
* 2015-09-11
+ version upgrade to 1.6.0
+ version upgrade to 1.6.0
* 2015-09-16
+ version upgrade to 1.6.1
* 2015-09-21
+ version upgrade to 1.6.2
+2 -2
View File
@@ -43,12 +43,12 @@ weixin4j-mp
如何使用
--------
0.maven依赖(1.6.1,2015-09-16 released)
0.maven依赖(1.6.2,2015-09-21 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</parent>
<artifactId>weixin4j-mp</artifactId>
<name>weixin4j-mp</name>
@@ -1352,5 +1352,5 @@ public class WeixinProxy {
throws WeixinException {
return dataApi.datacube(datacubeType, date);
}
public final static String VERSION = "1.6.2";