Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
Weixin Java Tools
Commits
17c18f59
Commit
17c18f59
authored
8 years ago
by
Binary Wang
Browse files
Options
Download
Plain Diff
Merge branch 'develop'
parents
e69ef874
36523bc2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.md
+9
-11
README.md
pom.xml
+1
-1
pom.xml
weixin-java-common/pom.xml
+1
-1
weixin-java-common/pom.xml
weixin-java-cp/pom.xml
+1
-1
weixin-java-cp/pom.xml
weixin-java-mp/pom.xml
+1
-1
weixin-java-mp/pom.xml
with
13 additions
and
15 deletions
+13
-15
README.md
+
9
-
11
View file @
17c18f59
...
...
@@ -3,8 +3,8 @@
### 声明:本项目基于chanjarster/weixin-java-tools,由于原作者长期没有维护,故单独维护和发布,且发布到maven上的groupId也会不同。
#### 最新更新:
1.3.5
版发布!!! on 2016-0
6
-3
0
#### 最新更新:
2.0.0
版发布!!! on 2016-0
7
-3
1
##### 由于本次更新涉及接口调整比较大,主要是公众号的调整,企业号无过多调整,主要是为了解决主接口类过于庞大不方便管理的问题,将接口实现代码按模块进行拆分。因此版本号直接从1.X.X直接升级到2.0.0,所以如果习惯于1.X.X版本的同学不想做过多更改的话,请慎重考虑升级到最新版本。
---
#### 本项目主要存放在github上,地址为 :
...
...
@@ -31,8 +31,13 @@
===========
## 发布周期
暂定为每月发布一次,月初或月底发布新版本,遇到重大问题需修复会及时提交新版本,欢迎大家随时提交Pull Request。
## 版本说明
*
本项目定为每月发布一次正式版,版本号格式为X.X.0(如2.0.0,2.1.0等),月初或月底发布新版本,遇到重大问题需修复会及时提交新版本,欢迎大家随时提交Pull Request。
*
BUG修复和新特性一般会先发布成小版本作为临时版本(如2.0.1,2.0.2等,即尾号不为0,以区别于正式版), 目前最新版本号为!
[
Maven Central
](
https://img.shields.io/maven-central/v/com.github.binarywang/weixin-java-parent.svg
)
。
也可以通过访问如下地址查看所有最新的版本:
-
<a
target=
"_blank"
href=
"http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-mp%22"
>
公众号
</a>
-
<a
target=
"_blank"
href=
"http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-cp%22"
>
企业号
</a>
## Quick Start
...
...
@@ -56,13 +61,6 @@
</dependency>
```
## 预览版
本项目的BUG修复和新特性一般会先发布成小版本作为临时版本,如1.3.5.X, 目前最新版本号为!
[
Maven Central
](
https://img.shields.io/maven-central/v/com.github.binarywang/weixin-java-parent.svg
)
也可以通过访问如下地址查看所有最新的版本:
-
<a
target=
"_blank"
href=
"http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-mp%22"
>
公众号
</a>
-
<a
target=
"_blank"
href=
"http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.binarywang%22%20AND%20a%3A%22weixin-java-cp%22"
>
企业号
</a>
## 关于Pull Request
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
-
1
View file @
17c18f59
...
...
@@ -5,7 +5,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
weixin-java-parent
</artifactId>
<version>
2.0.0
-SNAPSHOT
</version>
<version>
2.0.0
</version>
<packaging>
pom
</packaging>
<name>
WeiXin Java Tools - Parent
</name>
<description>
微信公众号、企业号上级POM
</description>
...
...
This diff is collapsed.
Click to expand it.
weixin-java-common/pom.xml
+
1
-
1
View file @
17c18f59
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
weixin-java-parent
</artifactId>
<version>
2.0.0
-SNAPSHOT
</version>
<version>
2.0.0
</version>
</parent>
<artifactId>
weixin-java-common
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
weixin-java-cp/pom.xml
+
1
-
1
View file @
17c18f59
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
weixin-java-parent
</artifactId>
<version>
2.0.0
-SNAPSHOT
</version>
<version>
2.0.0
</version>
</parent>
<artifactId>
weixin-java-cp
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
weixin-java-mp/pom.xml
+
1
-
1
View file @
17c18f59
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
weixin-java-parent
</artifactId>
<version>
2.0.0
-SNAPSHOT
</version>
<version>
2.0.0
</version>
</parent>
<artifactId>
weixin-java-mp
</artifactId>
<name>
WeiXin Java Tools - MP
</name>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help