File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ language: java
22jdk :
33 - oraclejdk7
44
5- script : " mvn clean install -Dmaven.test.skip=true"
5+ script : " mvn clean package -Dmaven.test.skip=true"
66
77branches :
88 only :
99 - develop
1010
1111notifications :
1212 email :
13- - binarywang @qq.com
13+ - binaryw @qq.com
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Weixin Java Tools 微信公众号/企业号开发Java SDK
771 . *** 本项目Fork自chanjarster/weixin-java-tools,但由于原项目已停止维护,故单独维护和发布,且发布到maven上的groupId也会不同,详细信息见下文。***
881 . *** 自2.0.0版本以来,公众号的接口调整比较大,主要是为了解决主接口类过于庞大不方便管理的问题,将接口实现代码按模块进行拆分。***
991 . 本SDK要求的最低JDK版本是7,为满足少量还在使用JDK6的用户的需求,特意抽出独立的代码分支项目,请参考 https://github.com/binarywang/weixin-java-tools-for-jdk6 ,其他更早的JDK版本则需要自己改造实现;
10- 1 . 最新更新:2016-10-31 发布2.3 .0正式版!
10+ 1 . 最新更新:2016-11-30 发布2.4 .0正式版!
1111
1212===========
1313
@@ -39,12 +39,12 @@ maven:
3939<dependency >
4040 <groupId >com.github.binarywang</groupId >
4141 <artifactId >weixin-java-mp</artifactId >
42- <version >2.3 .0</version >
42+ <version >2.4 .0</version >
4343</dependency >
4444```
4545gradle:
4646``` groovy
47- compile 'com.github.binarywang:weixin-java-mp:2.3 .0'
47+ compile 'com.github.binarywang:weixin-java-mp:2.4 .0'
4848```
4949
5050* 企业号:
@@ -54,12 +54,12 @@ maven:
5454<dependency >
5555 <groupId >com.github.binarywang</groupId >
5656 <artifactId >weixin-java-cp</artifactId >
57- <version >2.3 .0</version >
57+ <version >2.4 .0</version >
5858</dependency >
5959```
6060gradle:
6161``` groovy
62- compile 'com.github.binarywang:weixin-java-cp:2.3 .0'
62+ compile 'com.github.binarywang:weixin-java-cp:2.4 .0'
6363```
6464
6565===========
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.4.0-SNAPSHOT '
5+ version = ' 2.4.0'
66}
77
88subprojects {
You can’t perform that action at this time.
0 commit comments