Skip to content

Commit b8dbf70

Browse files
committed
Merge branch 'master' into develop
# Conflicts: # pom.xml # spring-demo/pom.xml # weixin-java-common/pom.xml # weixin-java-cp/pom.xml # weixin-java-mp/pom.xml
2 parents 2207497 + f9a9f97 commit b8dbf70

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ branches:
1010

1111
notifications:
1212
email:
13-
- chanjarster@gmail.com
13+
- binarywang@qq.com

README.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
# Weixin Java Tools
1+
# Weixin Java Tools <a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=078f7a153d243853e24cf2b542e7a6ccbf2a592bc138080f84d11297f736ec46"><img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="weixin-java-tools" title="weixin-java-tools"></a>
22
## 微信公众号/企业号开发Java SDK
3-
## [![Build Status](https://travis-ci.org/binarywang/weixin-java-tools.svg?branch=develop)](https://travis-ci.org/binarywang/weixin-java-tools) ![Maven Central](https://img.shields.io/maven-central/v/com.github.binarywang/weixin-java-parent.svg) <a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=078f7a153d243853e24cf2b542e7a6ccbf2a592bc138080f84d11297f736ec46"><img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="weixin-java-tools" title="weixin-java-tools"></a>
3+
## [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badge/) ![Maven Central](https://img.shields.io/maven-central/v/com.github.binarywang/weixin-java-parent.svg) [![Build Status](https://travis-ci.org/binarywang/weixin-java-tools.svg?branch=develop)](https://travis-ci.org/binarywang/weixin-java-tools)
4+
45

56
### 声明:本项目基于chanjarster/weixin-java-tools,由于原作者长期没有维护,故单独维护和发布,且发布到maven上的groupId也会不同。
6-
#### 最新更新:1.3.4版发布!!! on 2016-06-01
7+
#### 最新更新:1.3.5版发布!!! on 2016-06-30
78

89
### 详细开发文档请看 [wiki](https://github.com/chanjarster/weixin-java-tools/wiki)
910

1011
===========
1112
## 使用开发交流工具:
1213
* QQ群:343954419 <a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=078f7a153d243853e24cf2b542e7a6ccbf2a592bc138080f84d11297f736ec46"><img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="weixin-java-tools" title="weixin-java-tools"></a>
14+
* 注意:为保证入群成员质量,请申请入群时认真输入Github帐号ID,即你的github主页地址https://github.com/XXXX 中最后的部分XXXX的内容,谢谢~
1315
* 微信群: 因二维码有时间限制,如有想加入微信群的,请入QQ群后咨询获取最新入群二维码。
1416

1517
===========
@@ -25,7 +27,7 @@
2527
<dependency>
2628
<groupId>com.github.binarywang</groupId>
2729
<artifactId>weixin-java-mp</artifactId>
28-
<version>1.3.4</version>
30+
<version>1.3.5</version>
2931
</dependency>
3032
```
3133

@@ -35,26 +37,20 @@
3537
<dependency>
3638
<groupId>com.github.binarywang</groupId>
3739
<artifactId>weixin-java-cp</artifactId>
38-
<version>1.3.4</version>
40+
<version>1.3.5</version>
3941
</dependency>
4042
```
4143

42-
## SNAPSHOT版
44+
## 预览版
4345

44-
本项目的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+
- <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>
49+
- <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>
4550

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

5652
## 关于Pull Request
5753

5854
非常欢迎和感谢对本项目发起Pull Request的同学,不过本项目基于[git flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)开发流程,因此在发起Pull Request的时候请选择develop分支。
5955

60-
且本项目代码风格是用2个空格代表一个tab,因此在发起PR时注意一下,否则很容易发生在IDE格式化代码后与原代码产生大量diff,这样我在阅读PR的时候就很困难。
56+
且本项目代码风格是用2个空格代表一个tab,因此在发起PR时注意一下,否则很容易发生在IDE格式化代码后与原代码产生大量diff,这样我在阅读PR的时候就很困难。

0 commit comments

Comments
 (0)