Skip to content

Commit b2451db

Browse files
authored
Update README.md
1 parent 288504b commit b2451db

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,13 @@
4141
</dependency>
4242
```
4343

44-
## SNAPSHOT版
44+
## 预览版
4545

46-
本项目的BUG修复和新特性一般会先发布在*-SNAPSHOT版里供大家预览,如果要使用*-SNAPSHOT版,则需要在你的pom.xml中添加这段:
46+
本项目的BUG修复和新特性一般会先发布成小版本作为临时版本,如1.3.5.X, 目前最新版本号为![Maven Central](https://img.shields.io/maven-central/v/com.github.binarywang/weixin-java-parent.svg)
47+
也可以通过访问如下地址查看所有最新的版本:
48+
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-mp%22
49+
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-cp%22
4750

48-
```xml
49-
<repositories>
50-
<repository>
51-
<snapshots />
52-
<id>sonatype snapshots</id>
53-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
54-
</repository>
55-
</repositories>
56-
```
5751

5852
## 关于Pull Request
5953

0 commit comments

Comments
 (0)