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.2-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0730 committed Nov 16, 2020
1 parent 34df372 commit 891f5b8
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 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.2</version>
<version>2.0.2-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.2</version>
<version>2.0.2-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.2
2.0.2-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.2</version>
<version>2.0.2-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.2</version>
<version>2.0.2-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.2</version>
<version>2.0.2-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.2</version>
<version>2.0.2-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.2</version>
<version>2.0.2-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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.2</version>
<version>2.0.2-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.2</version>
<version>2.0.2-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.2</version>
<version>2.0.2-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.2</version>
<version>2.0.2-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.2</version>
<version>2.0.2-RELEASE</version>
<name>hb0730-parent</name>
<description>hb0730-commons主要是个人常用类库</description>
<url>https://github.com/hb0730/hb0730-commons</url>
Expand Down

0 comments on commit 891f5b8

Please sign in to comment.