Skip to content

Commit

Permalink
修改版本信息,发布第一个beta版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Arronlong committed Jan 11, 2016
1 parent c86b027 commit b8c2229
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tgb.ccl.http</groupId>
<artifactId>httpclientUtil</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-beta</version>
<description>基于HttpClient-4.4.1、HttpAsyncClient-4.1封装的工具类。支持插件式配置Header、插件式配置httpclient对象,这样就可以方便地自定义header信息、配置ssl、配置proxy、Cookie等</description>

<properties>
<!-- 文件拷贝时的编码 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- 编译时的编码 -->
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
</properties>

<dependencies>
<dependency>
Expand Down

0 comments on commit b8c2229

Please sign in to comment.