Skip to content

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gosonzhang committed Dec 12, 2019
1 parent cddaf43 commit d7a48ea
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>com.tencent.tubemq</groupId>
<artifactId>tubemq</artifactId>
<inceptionYear>2013</inceptionYear>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>pom</packaging>
<name>tubemq</name>

Expand All @@ -35,10 +35,10 @@
</modules>

<properties>
<tubemq-core-version>0.2-SNAPSHOT</tubemq-core-version>
<tubemq-client-version>0.2-SNAPSHOT</tubemq-client-version>
<tubemq-server-version>0.2-SNAPSHOT</tubemq-server-version>
<tubemq-example-version>0.2-SNAPSHOT</tubemq-example-version>
<tubemq-core-version>0.2.0</tubemq-core-version>
<tubemq-client-version>0.2.0</tubemq-client-version>
<tubemq-server-version>0.2.0</tubemq-server-version>
<tubemq-example-version>0.2.0</tubemq-example-version>
<junit.version>4.11</junit.version>
<mockito.version>2.0.2-beta</mockito.version>
<powermock.version>1.6.5</powermock.version>
Expand Down
2 changes: 1 addition & 1 deletion tubemq-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>tubemq</artifactId>
<groupId>com.tencent.tubemq</groupId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>tubemq-client</artifactId>
<name>tubemq-client</name>
Expand Down
2 changes: 1 addition & 1 deletion tubemq-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>tubemq</artifactId>
<groupId>com.tencent.tubemq</groupId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>tubemq-core</artifactId>
<name>tubemq-core</name>
Expand Down
2 changes: 1 addition & 1 deletion tubemq-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>tubemq</artifactId>
<groupId>com.tencent.tubemq</groupId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>tubemq-example</artifactId>
<name>tubemq-example</name>
Expand Down
2 changes: 1 addition & 1 deletion tubemq-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>tubemq</artifactId>
<groupId>com.tencent.tubemq</groupId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>tubemq-server</artifactId>
<name>tubemq-server</name>
Expand Down

0 comments on commit d7a48ea

Please sign in to comment.