Skip to content

Commit d7a48ea

Browse files
author
gosonzhang
committed
Update version to 0.2.0
1 parent cddaf43 commit d7a48ea

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>com.tencent.tubemq</groupId>
2424
<artifactId>tubemq</artifactId>
2525
<inceptionYear>2013</inceptionYear>
26-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2.0</version>
2727
<packaging>pom</packaging>
2828
<name>tubemq</name>
2929

@@ -35,10 +35,10 @@
3535
</modules>
3636

3737
<properties>
38-
<tubemq-core-version>0.2-SNAPSHOT</tubemq-core-version>
39-
<tubemq-client-version>0.2-SNAPSHOT</tubemq-client-version>
40-
<tubemq-server-version>0.2-SNAPSHOT</tubemq-server-version>
41-
<tubemq-example-version>0.2-SNAPSHOT</tubemq-example-version>
38+
<tubemq-core-version>0.2.0</tubemq-core-version>
39+
<tubemq-client-version>0.2.0</tubemq-client-version>
40+
<tubemq-server-version>0.2.0</tubemq-server-version>
41+
<tubemq-example-version>0.2.0</tubemq-example-version>
4242
<junit.version>4.11</junit.version>
4343
<mockito.version>2.0.2-beta</mockito.version>
4444
<powermock.version>1.6.5</powermock.version>

tubemq-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>tubemq</artifactId>
2525
<groupId>com.tencent.tubemq</groupId>
26-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2.0</version>
2727
</parent>
2828
<artifactId>tubemq-client</artifactId>
2929
<name>tubemq-client</name>

tubemq-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>tubemq</artifactId>
2525
<groupId>com.tencent.tubemq</groupId>
26-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2.0</version>
2727
</parent>
2828
<artifactId>tubemq-core</artifactId>
2929
<name>tubemq-core</name>

tubemq-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>tubemq</artifactId>
2525
<groupId>com.tencent.tubemq</groupId>
26-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2.0</version>
2727
</parent>
2828
<artifactId>tubemq-example</artifactId>
2929
<name>tubemq-example</name>

tubemq-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>tubemq</artifactId>
2525
<groupId>com.tencent.tubemq</groupId>
26-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2.0</version>
2727
</parent>
2828
<artifactId>tubemq-server</artifactId>
2929
<name>tubemq-server</name>

0 commit comments

Comments
 (0)