File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 33
44 <groupId >cn.jpush.api</groupId >
55 <artifactId >jpush-client</artifactId >
6- <version >3.1.0 -SNAPSHOT</version >
6+ <version >3.1.1 -SNAPSHOT</version >
77 <packaging >jar</packaging >
88 <url >https://github.com/jpush/jpush-api-java-client</url >
99 <name >JPush API Java Client</name >
147147 <groupId >org.apache.maven.plugins</groupId >
148148 <artifactId >maven-javadoc-plugin</artifactId >
149149 <version >2.9.1</version >
150+ <configuration >
151+ <overview >resources/javadoc-overview.html</overview >
152+ </configuration >
150153 </plugin >
151154 </plugins >
152155 </reporting >
Original file line number Diff line number Diff line change 1+ < html >
2+ < head >
3+ < title > JPush Client</ title >
4+ </ head >
5+ < body >
6+ JPush API Java 客户端。
7+
8+ 主要分为 2 个功能部分:推送、报表。
9+ </ body >
10+ </ html >
Original file line number Diff line number Diff line change 1+ < html >
2+ < head >
3+ < title > </ title >
4+ </ head >
5+ < body >
6+ 推送功能。
7+
8+ 基于 JSON 来拼装 Payload。
9+ </ body >
10+ </ html >
You can’t perform that action at this time.
0 commit comments