Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Commit

Permalink
publish 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acexy committed Jun 7, 2018
1 parent a61b57f commit ba08e67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
增加稳定性,新增应用健康状态监控,提供优化掉线自动重连机制
1.1.1
移除了历史版本登录测试方法和历史登录的相关支持代码
调整了测试代码优化了大量代码注释
```
---
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.thankjava.wqq</groupId>
<artifactId>smartqq-agreement-core</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>

<!--<parent>-->
<!--<groupId>org.sonatype.oss</groupId>-->
<!--<artifactId>oss-parent</artifactId>-->
<!--<version>7</version>-->
<!--</parent>-->
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<name>smartqq-agreement-core</name>

Expand All @@ -21,10 +21,10 @@

<fast-toolkit.version>1.0.6</fast-toolkit.version>
<httpasyncclient.version>4.1.3</httpasyncclient.version>
<fastjson.version>1.2.41</fastjson.version>
<fastjson.version>1.2.47</fastjson.version>
<org.slf4j.version>1.7.25</org.slf4j.version>
<ch.qos.logback.version>1.2.3</ch.qos.logback.version>
<cglib.version>3.2.5</cglib.version>
<cglib.version>3.2.6</cglib.version>
<commons-io.version>2.6</commons-io.version>

</properties>
Expand Down

0 comments on commit ba08e67

Please sign in to comment.