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 11weixin-java-tools
2+ ### 1.3.4版发布!!!
23
34[ ![ Build Status] ( https://travis-ci.org/chanjarster/weixin-java-tools.svg?branch=develop )] ( https://travis-ci.org/chanjarster/weixin-java-tools )
45![ Maven Central] ( https://img.shields.io/maven-central/v/me.chanjar/weixin-java-parent.svg )
@@ -21,19 +22,19 @@ weixin-java-tools
2122
2223``` xml
2324<dependency >
24- <groupId >me.chanjar </groupId >
25+ <groupId >com.github..binarywang </groupId >
2526 <artifactId >weixin-java-mp</artifactId >
26- <version >1.3.3 </version >
27+ <version >1.3.4 </version >
2728</dependency >
2829```
2930
3031如果要开发企业号应用,在你的maven项目中添加:
3132
3233``` xml
3334<dependency >
34- <groupId >me.chanjar </groupId >
35+ <groupId >com.github..binarywang </groupId >
3536 <artifactId >weixin-java-cp</artifactId >
36- <version >1.3.3 </version >
37+ <version >1.3.4 </version >
3738</dependency >
3839```
3940
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.github.binarywang</groupId >
77 <artifactId >weixin-java-parent</artifactId >
8- <version >1.3.4-SNAPSHOT </version >
8+ <version >1.3.4</version >
99 <packaging >pom</packaging >
1010 <name >WeiXin Java Tools - Parent</name >
1111 <description >微信公众号、企业号上级POM</description >
174174 </execution >
175175 </executions >
176176 <configuration >
177+ <additionalparam >-Xdoclint:none</additionalparam >
177178 <charset >UTF-8</charset >
178179 <locale >zh_CN</locale >
179180 </configuration >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.binarywang</groupId >
88 <artifactId >weixin-java-parent</artifactId >
9- <version >1.3.4-SNAPSHOT </version >
9+ <version >1.3.4</version >
1010 </parent >
1111
1212 <artifactId >weixin-java-common</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.binarywang</groupId >
88 <artifactId >weixin-java-parent</artifactId >
9- <version >1.3.4-SNAPSHOT </version >
9+ <version >1.3.4</version >
1010 </parent >
1111
1212 <artifactId >weixin-java-cp</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.binarywang</groupId >
88 <artifactId >weixin-java-parent</artifactId >
9- <version >1.3.4-SNAPSHOT </version >
9+ <version >1.3.4</version >
1010 </parent >
1111 <artifactId >weixin-java-mp</artifactId >
1212 <name >WeiXin Java Tools - MP</name >
You can’t perform that action at this time.
0 commit comments