forked from binarywang/WxJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
285 changed files
with
5,541 additions
and
2,108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,3 +53,6 @@ sonar-project.properties | |
|
||
!/.mvn/wrapper/maven-wrapper.jar | ||
*.versionsBackup | ||
|
||
# STS | ||
.factorypath |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ | |
- (***暂停此种方式,请使用第一种***)另外一种贡献代码的方式就是加入SDK Developers开发组,前提是对自己的代码足够自信就可以申请加入,加入之后可以随时直接提交代码,但要注意对所做的修改或新增的代码进行单元测试,保证提交代码没有明显问题。 | ||
|
||
### PR方式贡献代码步骤 | ||
* 在 GitHub 上 `fork` 到自己的仓库,如 `my_user/weixin-java-tools`,然后 `clone` 到本地,并设置用户信息。 | ||
* 在 GitHub 上 `fork` 到自己的仓库,如 `my_user/WxJava`,然后 `clone` 到本地,并设置用户信息。 | ||
|
||
```bash | ||
$ git clone [email protected]:my_user/weixin-java-tools.git | ||
$ git clone [email protected]:my_user/WxJava.git | ||
$ cd weixin-java-tools | ||
$ git config user.name "yourname" | ||
$ git config user.email "your email" | ||
|
@@ -27,7 +27,7 @@ $ git push | |
* 定期使用项目仓库内容更新自己仓库内容。 | ||
|
||
```bash | ||
$ git remote add upstream https://github.com/wechat-group/weixin-java-tools | ||
$ git remote add upstream https://github.com/Wechat-Group/WxJava | ||
$ git fetch upstream | ||
$ git checkout develop | ||
$ git rebase upstream/develop | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,12 @@ | |
xmlns="http://maven.apache.org/POM/4.0.0"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.github.binarywang</groupId> | ||
<artifactId>weixin-java-parent</artifactId> | ||
<version>3.2.0</version> | ||
<artifactId>wx-java</artifactId> | ||
<version>3.3.0</version> | ||
<packaging>pom</packaging> | ||
<name>Weixin Java Tools - Parent</name> | ||
<name>WxJava - Weixin/Wechat Java SDK</name> | ||
<description>微信开发Java SDK</description> | ||
<url>https://github.com/wechat-group/weixin-java-tools</url> | ||
<url>https://github.com/Wechat-Group/WxJava</url> | ||
|
||
<licenses> | ||
<license> | ||
|
@@ -85,6 +85,11 @@ | |
<email>[email protected]</email> | ||
<url>https://github.com/007gzs</url> | ||
</developer> | ||
<developer> | ||
<name>Howard Liu</name> | ||
<email>[email protected]</email> | ||
<url>https://github.com/howardliu-cn</url> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
|
@@ -166,7 +171,7 @@ | |
<dependency> | ||
<groupId>com.thoughtworks.xstream</groupId> | ||
<artifactId>xstream</artifactId> | ||
<version>1.4.9</version> | ||
<version>1.4.10</version> | ||
</dependency> | ||
<!-- 由于guava较新的21.0版本需要jdk8,故而此处采用较低版本 --> | ||
<dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.