We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288504b commit b2451dbCopy full SHA for b2451db
1 file changed
README.md
@@ -41,19 +41,13 @@
41
</dependency>
42
```
43
44
-## SNAPSHOT版
+## 预览版
45
46
-本项目的BUG修复和新特性一般会先发布在*-SNAPSHOT版里供大家预览,如果要使用*-SNAPSHOT版,则需要在你的pom.xml中添加这段:
+本项目的BUG修复和新特性一般会先发布成小版本作为临时版本,如1.3.5.X, 目前最新版本号为
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
50
-```xml
-<repositories>
- <repository>
51
- <snapshots />
52
- <id>sonatype snapshots</id>
53
- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
54
- </repository>
55
-</repositories>
56
-```
57
58
## 关于Pull Request
59
0 commit comments