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 6
6
1 . *** 本项目Fork自chanjarster/weixin-java-tools,但由于原项目已停止维护,故单独维护和发布,且发布到maven上的groupId也会不同,详细信息见下文。***
7
7
1 . *** 自2.0.0版本以来,公众号的接口调整比较大,主要是为了解决主接口类过于庞大不方便管理的问题,将接口实现代码按模块进行拆分。***
8
8
1 . 本SDK要求的最低JDK版本是7,为满足少量还在使用JDK6的用户的需求,特意抽出独立的代码分支项目,请参考 https://github.com/binarywang/weixin-java-tools-for-jdk6 ,其他更早的JDK版本则需要自己改造实现;
9
- 1 . 最新更新:2016-09-30 发布2.2 .0正式版!
9
+ 1 . 最新更新:2016-10-31 发布2.3 .0正式版!
10
10
11
11
===========
12
12
@@ -36,12 +36,12 @@ maven:
36
36
<dependency >
37
37
<groupId >com.github.binarywang</groupId >
38
38
<artifactId >weixin-java-mp</artifactId >
39
- <version >2.2 .0</version >
39
+ <version >2.3 .0</version >
40
40
</dependency >
41
41
```
42
42
gradle:
43
43
``` groovy
44
- compile 'com.github.binarywang:weixin-java-mp:2.2 .0'
44
+ compile 'com.github.binarywang:weixin-java-mp:2.3 .0'
45
45
```
46
46
47
47
* 企业号:
@@ -51,12 +51,12 @@ maven:
51
51
<dependency >
52
52
<groupId >com.github.binarywang</groupId >
53
53
<artifactId >weixin-java-cp</artifactId >
54
- <version >2.2 .0</version >
54
+ <version >2.3 .0</version >
55
55
</dependency >
56
56
```
57
57
gradle:
58
58
``` groovy
59
- compile 'com.github.binarywang:weixin-java-cp:2.2 .0'
59
+ compile 'com.github.binarywang:weixin-java-cp:2.3 .0'
60
60
```
61
61
62
62
===========
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ allprojects {
2
2
apply plugin : ' maven'
3
3
4
4
group = ' com.github.binarywang'
5
- version = ' 2.2 .0'
5
+ version = ' 2.3 .0'
6
6
}
7
7
8
8
subprojects {
You can’t perform that action at this time.
0 commit comments