Skip to content

Commit b613cf5

Browse files
committed
modify README.md
1 parent 87a2720 commit b613cf5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,20 @@ weixin-java-tools
3333
</dependency>
3434
```
3535

36+
## SNAPSHOT版
37+
38+
本项目的BUG修复和新特性一般会先发布在*-SNAPSHOT版里供大家预览,如果要使用*-SNAPSHOT版,则需要在你的pom.xml中添加这段:
39+
40+
```xml
41+
<repositories>
42+
<repository>
43+
<snapshots />
44+
<id>sonatype snapshots</id>
45+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
46+
</repository>
47+
</repositories>
48+
```
49+
3650
## 升级指南
3751

3852
``1.0.0~1.0.2``版本用户无法平滑升级到``1.0.3``。需要做的是:

0 commit comments

Comments
 (0)