File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Weixin Java Tools —— 微信公众号&企业号开发 Java SDK
55
66### 注意事项:
771 . 声明: *** 本项目Fork自chanjarster/weixin-java-tools,但由于原项目已停止维护,故单独维护和发布,且发布到maven上的groupId也会不同,详细信息见下文。***
8- 1 . 最新更新:** 2016-11-30 发布[ 【2.4 .0正式版】] ( https://github.com/Wechat-Group/weixin-java-tools/releases ) ** !
8+ 1 . 最新更新:** 2017-2-12 发布[ 【2.5 .0正式版】] ( https://github.com/Wechat-Group/weixin-java-tools/releases ) ** !
991 . 开源中国网站的本项目首页链接地址:https://www.oschina.net/p/weixin-java-tools-new
10101 . 自2.0.0版本以来,公众号的接口调整比较大,主要是为了解决主接口类过于庞大不方便管理的问题,将接口实现代码按模块进行拆分。
11111 . SDK详细开发文档请查阅 [ 【Wiki】] ( https://github.com/wechat-group/weixin-java-tools/wiki ) ,部分文档可能未能及时更新,如有发现,可以及时上报或者自行修改。
@@ -55,12 +55,12 @@ maven:
5555<dependency >
5656 <groupId >com.github.binarywang</groupId >
5757 <artifactId >weixin-java-mp</artifactId >
58- <version >2.4 .0</version >
58+ <version >2.5 .0</version >
5959</dependency >
6060```
6161gradle:
6262``` groovy
63- compile 'com.github.binarywang:weixin-java-mp:2.4 .0'
63+ compile 'com.github.binarywang:weixin-java-mp:2.5 .0'
6464```
6565
6666* 企业号:
@@ -70,11 +70,11 @@ maven:
7070<dependency >
7171 <groupId >com.github.binarywang</groupId >
7272 <artifactId >weixin-java-cp</artifactId >
73- <version >2.4 .0</version >
73+ <version >2.5 .0</version >
7474</dependency >
7575```
7676gradle:
7777``` groovy
78- compile 'com.github.binarywang:weixin-java-cp:2.4 .0'
78+ compile 'com.github.binarywang:weixin-java-cp:2.5 .0'
7979```
8080
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ allprojects {
22 apply plugin : ' maven'
33
44 group = ' com.github.binarywang'
5- version = ' 2.5.0-SNAPSHOT '
5+ version = ' 2.5.0'
66}
77
88subprojects {
You can’t perform that action at this time.
0 commit comments