Skip to content

Commit 0f2692c

Browse files
author
Javen
committed
Prepare for v3.0.1 release
1 parent 1096ac5 commit 0f2692c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ maven package
106106
107107
```
108108

109-
进行推送的关键在于构建一个 PushPayload 对象。对下示例一般的构建对象的用法
109+
进行推送的关键在于构建一个 PushPayload 对象。以下示例一般的构建对象的用法
110110

111111
* 快捷地构建推送对象:所有平台,所有设备,内容为 ALERT 的通知。
112112
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
</dependency>
102102
</dependencies>
103103
<configuration>
104-
<goals>deploy</goals>
104+
<goals>deploy,site</goals>
105105
<pushChanges>false</pushChanges>
106106
<localCheckout>true</localCheckout>
107107
<commitByProject>true</commitByProject>

0 commit comments

Comments
 (0)