File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 41
41
</dependency >
42
42
```
43
43
44
- ## SNAPSHOT版
44
+ ## 预览版
45
45
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
47
50
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
- ```
57
51
58
52
## 关于Pull Request
59
53
You can’t perform that action at this time.
0 commit comments