File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
weixin-java-tools
2
+ ### 1.3.4版发布!!!
2
3
3
4
[ ![ Build Status] ( https://travis-ci.org/chanjarster/weixin-java-tools.svg?branch=develop )] ( https://travis-ci.org/chanjarster/weixin-java-tools )
4
5
![ Maven Central] ( https://img.shields.io/maven-central/v/me.chanjar/weixin-java-parent.svg )
@@ -21,19 +22,19 @@ weixin-java-tools
21
22
22
23
``` xml
23
24
<dependency >
24
- <groupId >me.chanjar </groupId >
25
+ <groupId >com.github..binarywang </groupId >
25
26
<artifactId >weixin-java-mp</artifactId >
26
- <version >1.3.3 </version >
27
+ <version >1.3.4 </version >
27
28
</dependency >
28
29
```
29
30
30
31
如果要开发企业号应用,在你的maven项目中添加:
31
32
32
33
``` xml
33
34
<dependency >
34
- <groupId >me.chanjar </groupId >
35
+ <groupId >com.github..binarywang </groupId >
35
36
<artifactId >weixin-java-cp</artifactId >
36
- <version >1.3.3 </version >
37
+ <version >1.3.4 </version >
37
38
</dependency >
38
39
```
39
40
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.github.binarywang</groupId >
7
7
<artifactId >weixin-java-parent</artifactId >
8
- <version >1.3.4-SNAPSHOT </version >
8
+ <version >1.3.4</version >
9
9
<packaging >pom</packaging >
10
10
<name >WeiXin Java Tools - Parent</name >
11
11
<description >微信公众号、企业号上级POM</description >
174
174
</execution >
175
175
</executions >
176
176
<configuration >
177
+ <additionalparam >-Xdoclint:none</additionalparam >
177
178
<charset >UTF-8</charset >
178
179
<locale >zh_CN</locale >
179
180
</configuration >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.github.binarywang</groupId >
8
8
<artifactId >weixin-java-parent</artifactId >
9
- <version >1.3.4-SNAPSHOT </version >
9
+ <version >1.3.4</version >
10
10
</parent >
11
11
12
12
<artifactId >weixin-java-common</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.github.binarywang</groupId >
8
8
<artifactId >weixin-java-parent</artifactId >
9
- <version >1.3.4-SNAPSHOT </version >
9
+ <version >1.3.4</version >
10
10
</parent >
11
11
12
12
<artifactId >weixin-java-cp</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.github.binarywang</groupId >
8
8
<artifactId >weixin-java-parent</artifactId >
9
- <version >1.3.4-SNAPSHOT </version >
9
+ <version >1.3.4</version >
10
10
</parent >
11
11
<artifactId >weixin-java-mp</artifactId >
12
12
<name >WeiXin Java Tools - MP</name >
You can’t perform that action at this time.
0 commit comments