version upgrade to 1.6.8 & 1.1.7

This commit is contained in:
jinyu 2016-04-02 11:16:00 +08:00
parent 31d85f713b
commit b4a5f0916a
12 changed files with 17 additions and 13 deletions

View File

@ -672,3 +672,7 @@
* 2016-03-28 * 2016-03-28
+ weixin4j-mp:新增邀请绑定客服帐号接口以及客服接口命名调整 + weixin4j-mp:新增邀请绑定客服帐号接口以及客服接口命名调整
* 2016-04-02
+ version upgrade to 1.6.8 & 1.1.7

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId> <artifactId>weixin4j</artifactId>
<version>1.6.7</version> <version>1.6.8</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>weixin4j</name> <name>weixin4j</name>
<url>https://github.com/foxinmy/weixin4j</url> <url>https://github.com/foxinmy/weixin4j</url>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId> <artifactId>weixin4j</artifactId>
<version>1.6.7</version> <version>1.6.8</version>
</parent> </parent>
<artifactId>weixin4j-base</artifactId> <artifactId>weixin4j-base</artifactId>
<name>weixin4j-base</name> <name>weixin4j-base</name>

View File

@ -934,5 +934,5 @@ public class WeixinPayProxy {
return customsApi.queryCustomsOrder(idQuery, customsCity); return customsApi.queryCustomsOrder(idQuery, customsCity);
} }
public final static String VERSION = "1.6.7"; public final static String VERSION = "1.6.8";
} }

View File

@ -49,7 +49,7 @@ public class PayTest {
/** /**
* 商户证书文件 * 商户证书文件
*/ */
protected File caFile = new File("/Users/jy/Downloads/test.sql"); protected File caFile = new File("商户证书:*.p12");
@Test @Test
public void queryOrder() throws WeixinException { public void queryOrder() throws WeixinException {

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId> <artifactId>weixin4j</artifactId>
<version>1.6.7</version> <version>1.6.8</version>
</parent> </parent>
<artifactId>weixin4j-mp</artifactId> <artifactId>weixin4j-mp</artifactId>
<name>weixin4j-mp</name> <name>weixin4j-mp</name>

View File

@ -1566,5 +1566,5 @@ public class WeixinProxy {
return dataApi.datacube(datacubeType, date); return dataApi.datacube(datacubeType, date);
} }
public final static String VERSION = "1.6.7"; public final static String VERSION = "1.6.8";
} }

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId> <artifactId>weixin4j</artifactId>
<version>1.6.7</version> <version>1.6.8</version>
</parent> </parent>
<artifactId>weixin4j-qy</artifactId> <artifactId>weixin4j-qy</artifactId>
<name>weixin4j-qy</name> <name>weixin4j-qy</name>

View File

@ -1349,5 +1349,5 @@ public class WeixinProxy {
return chatApi.sendChatMessage(message); return chatApi.sendChatMessage(message);
} }
public final static String VERSION = "1.6.7"; public final static String VERSION = "1.6.8";
} }

View File

@ -218,5 +218,5 @@ public class WeixinSuiteProxy {
return new WeixinProxy(suite(suiteId).getPerCodeHolder(authCorpId), suite(suiteId).getSuiteTokenHolder()); return new WeixinProxy(suite(suiteId).getPerCodeHolder(authCorpId), suite(suiteId).getSuiteTokenHolder());
} }
public final static String VERSION = "1.6.7"; public final static String VERSION = "1.6.8";
} }

View File

@ -5,10 +5,10 @@
<parent> <parent>
<groupId>com.foxinmy</groupId> <groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId> <artifactId>weixin4j</artifactId>
<version>1.6.7</version> <version>1.6.8</version>
</parent> </parent>
<artifactId>weixin4j-server</artifactId> <artifactId>weixin4j-server</artifactId>
<version>1.1.6</version> <version>1.1.7</version>
<name>weixin4j-server</name> <name>weixin4j-server</name>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url> <url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
<description>微信消息netty服务器</description> <description>微信消息netty服务器</description>

View File

@ -327,5 +327,5 @@ public final class WeixinServerBootstrap {
return this; return this;
} }
public final static String VERSION = "1.1.6"; public final static String VERSION = "1.1.7";
} }