diff --git a/README.md b/README.md index d197a48..0ac1c95 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ hb0730-commons是个人平时用到的java类库(封装http,cache等工具) com.hb0730 commons-dependencies - 2.0.3-SNAPSHOT + 2.0.3-RELEASE pom import @@ -68,6 +68,6 @@ hb0730-commons是个人平时用到的java类库(封装http,cache等工具) com.hb0730 commons-all - 2.0.3-SNAPSHOT + 2.0.3-RELEASE ``` diff --git a/bin/version.txt b/bin/version.txt index b6539c1..df59ca0 100644 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -2.0.3-SNAPSHOT +2.0.3-RELEASE diff --git a/commons-all/pom.xml b/commons-all/pom.xml index 19cea56..740c047 100644 --- a/commons-all/pom.xml +++ b/commons-all/pom.xml @@ -5,7 +5,7 @@ commons-parent com.hb0730 - 2.0.3-SNAPSHOT + 2.0.3-RELEASE 4.0.0 diff --git a/commons-cache/pom.xml b/commons-cache/pom.xml index bbb8559..71f1bd2 100644 --- a/commons-cache/pom.xml +++ b/commons-cache/pom.xml @@ -5,7 +5,7 @@ commons-parent com.hb0730 - 2.0.3-SNAPSHOT + 2.0.3-RELEASE ../pom.xml 4.0.0 diff --git a/commons-dependencies/pom.xml b/commons-dependencies/pom.xml index 474e92d..9bfc351 100644 --- a/commons-dependencies/pom.xml +++ b/commons-dependencies/pom.xml @@ -5,7 +5,7 @@ commons-parent com.hb0730 - 2.0.3-SNAPSHOT + 2.0.3-RELEASE ../pom.xml 4.0.0 diff --git a/commons-encrypt/pom.xml b/commons-encrypt/pom.xml index 89045da..8bc0f02 100644 --- a/commons-encrypt/pom.xml +++ b/commons-encrypt/pom.xml @@ -5,7 +5,7 @@ commons-parent com.hb0730 - 2.0.3-SNAPSHOT + 2.0.3-RELEASE 4.0.0 diff --git a/commons-http/pom.xml b/commons-http/pom.xml index 767f7c8..a36f6ba 100644 --- a/commons-http/pom.xml +++ b/commons-http/pom.xml @@ -5,7 +5,7 @@ commons-parent com.hb0730 - 2.0.3-SNAPSHOT + 2.0.3-RELEASE ../pom.xml 4.0.0 diff --git a/commons-http/src/main/java/com/hb0730/commons/http/support/httpclient/HttpClientAsyncImpl.java b/commons-http/src/main/java/com/hb0730/commons/http/support/httpclient/HttpClientAsyncImpl.java index d6d06ae..4b76b2e 100644 --- a/commons-http/src/main/java/com/hb0730/commons/http/support/httpclient/HttpClientAsyncImpl.java +++ b/commons-http/src/main/java/com/hb0730/commons/http/support/httpclient/HttpClientAsyncImpl.java @@ -38,8 +38,7 @@ import java.util.concurrent.TimeUnit; /** - * HTTPClient async,需要自行关闭 - * {@link #getHttpClient()} + * HTTPClient async,需要自行关闭{@link #httpClient} * * @author bing_huang * @since 1.0.1 diff --git a/commons-json/pom.xml b/commons-json/pom.xml index af16388..d68f282 100644 --- a/commons-json/pom.xml +++ b/commons-json/pom.xml @@ -5,7 +5,7 @@ commons-parent com.hb0730 - 2.0.3-SNAPSHOT + 2.0.3-RELEASE 4.0.0 diff --git a/commons-lang/pom.xml b/commons-lang/pom.xml index dafa022..68fc00c 100644 --- a/commons-lang/pom.xml +++ b/commons-lang/pom.xml @@ -5,7 +5,7 @@ commons-parent com.hb0730 - 2.0.3-SNAPSHOT + 2.0.3-RELEASE ../pom.xml 4.0.0 diff --git a/commons-mail/pom.xml b/commons-mail/pom.xml index 27d73c5..2fada77 100644 --- a/commons-mail/pom.xml +++ b/commons-mail/pom.xml @@ -5,7 +5,7 @@ commons-parent com.hb0730 - 2.0.3-SNAPSHOT + 2.0.3-RELEASE 4.0.0 diff --git a/commons-spring/pom.xml b/commons-spring/pom.xml index f0523ea..4f5587c 100644 --- a/commons-spring/pom.xml +++ b/commons-spring/pom.xml @@ -5,7 +5,7 @@ commons-parent com.hb0730 - 2.0.3-SNAPSHOT + 2.0.3-RELEASE ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index c1b3556..0f803c8 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ com.hb0730 commons-parent - 2.0.3-SNAPSHOT + 2.0.3-RELEASE hb0730-parent hb0730-commons主要是个人常用类库 https://github.com/hb0730/hb0730-commons