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 3
3
4
4
<groupId >cn.jpush.api</groupId >
5
5
<artifactId >jpush-client</artifactId >
6
- <version >3.1.0 -SNAPSHOT</version >
6
+ <version >3.1.1 -SNAPSHOT</version >
7
7
<packaging >jar</packaging >
8
8
<url >https://github.com/jpush/jpush-api-java-client</url >
9
9
<name >JPush API Java Client</name >
147
147
<groupId >org.apache.maven.plugins</groupId >
148
148
<artifactId >maven-javadoc-plugin</artifactId >
149
149
<version >2.9.1</version >
150
+ <configuration >
151
+ <overview >resources/javadoc-overview.html</overview >
152
+ </configuration >
150
153
</plugin >
151
154
</plugins >
152
155
</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