Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
update version for 2.0.3-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0730 committed Dec 11, 2020
1 parent 7072613 commit 7249159
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ hb0730-commons是个人平时用到的java类库(封装http,cache等工具)
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-dependencies</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3-RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -68,6 +68,6 @@ hb0730-commons是个人平时用到的java类库(封装http,cache等工具)
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-all</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3-RELEASE</version>
</dependency>
```
2 changes: 1 addition & 1 deletion bin/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.3-SNAPSHOT
2.0.3-RELEASE
2 changes: 1 addition & 1 deletion commons-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>com.hb0730</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion commons-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>com.hb0730</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion commons-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>com.hb0730</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion commons-encrypt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>com.hb0730</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion commons-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>com.hb0730</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
import java.util.concurrent.TimeUnit;

/**
* HTTPClient async,需要自行关闭
* {@link #getHttpClient()}
* HTTPClient async,需要自行关闭{@link #httpClient}
*
* @author bing_huang
* @since 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion commons-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>com.hb0730</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion commons-lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>com.hb0730</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion commons-mail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>com.hb0730</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion commons-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>commons-parent</artifactId>
<groupId>com.hb0730</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.hb0730</groupId>
<artifactId>commons-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3-RELEASE</version>
<name>hb0730-parent</name>
<description>hb0730-commons主要是个人常用类库</description>
<url>https://github.com/hb0730/hb0730-commons</url>
Expand Down

0 comments on commit 7249159

Please sign in to comment.