Skip to content

Commit 43161f9

Browse files
committed
Merge pull request #27 from Liuchy1/master
modify docs
2 parents 07ca4d8 + 8bc7c9b commit 43161f9

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,19 @@
1414

1515
版本更新:[Release页面](https://github.com/jpush/jpush-api-java-client/releases)。下载更新请到这里。
1616

17+
> 非常欢迎各位开发者提交代码,贡献一份力量,review过有效的代码将会合入本项目。
18+
1719

1820
## 安装
1921

2022
### maven 方式
2123
将下边的依赖条件放到你项目的 maven pom.xml 文件里。
2224

23-
```
25+
```Java
2426
<dependency>
2527
<groupId>cn.jpush.api</groupId>
2628
<artifactId>jpush-client</artifactId>
27-
<version>3.2.6</version>
29+
<version>3.2.7</version>
2830
</dependency>
2931
```
3032
### jar 包方式
@@ -40,31 +42,29 @@
4042
4143
如果使用 Maven 构建项目,则需要在你的项目 pom.xml 里增加:
4244

43-
```
44-
<dependency>
45-
<groupId>com.google.code.gson</groupId>
46-
<artifactId>gson</artifactId>
47-
<version>2.2.4</version>
48-
</dependency>
49-
<dependency>
50-
<groupId>org.slf4j</groupId>
51-
<artifactId>slf4j-api</artifactId>
52-
<version>1.7.5</version>
53-
</dependency>
54-
55-
<!-- For log4j -->
56-
<dependency>
57-
<groupId>org.slf4j</groupId>
58-
<artifactId>slf4j-log4j12</artifactId>
59-
<version>1.7.5</version>
60-
</dependency>
61-
<dependency>
62-
<groupId>log4j</groupId>
63-
<artifactId>log4j</artifactId>
64-
<version>1.2.16</version>
65-
</dependency>
66-
67-
45+
```Java
46+
<dependency>
47+
<groupId>com.google.code.gson</groupId>
48+
<artifactId>gson</artifactId>
49+
<version>2.2.4</version>
50+
</dependency>
51+
<dependency>
52+
<groupId>org.slf4j</groupId>
53+
<artifactId>slf4j-api</artifactId>
54+
<version>1.7.5</version>
55+
</dependency>
56+
57+
<!-- For log4j -->
58+
<dependency>
59+
<groupId>org.slf4j</groupId>
60+
<artifactId>slf4j-log4j12</artifactId>
61+
<version>1.7.5</version>
62+
</dependency>
63+
<dependency>
64+
<groupId>log4j</groupId>
65+
<artifactId>log4j</artifactId>
66+
<version>1.2.16</version>
67+
</dependency>
6868
```
6969

7070
如果不使用 Maven 构建项目,则项目 libs/ 目录下有依赖的 jar 可复制到你的项目里去。

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<url>https://github.com/jpush/jpush-api-java-client</url>
3636
<connection>scm:git:git@github.com:jpush/jpush-api-java-client.git</connection>
3737
<developerConnection>scm:git:git@github.com:jpush/jpush-api-java-client.git</developerConnection>
38-
<tag>v3.2.6</tag>
38+
<tag>v3.2.7</tag>
3939
</scm>
4040

4141
<dependencies>

src/main/resources/javadoc-overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<body>
66
JPush API Java 客户端。
77

8-
主要分为 4 个功能部分:推送、报表、Tag/Alias管理、定时任务管理
8+
主要分为 4 个功能部分:推送、报表、Device管理、定时任务管理
99
</body>
1010
</html>

0 commit comments

Comments
 (0)