Skip to content

Commit 023731b

Browse files
committed
[maven-release-plugin] prepare release logclient-1.0.6
1 parent 235be00 commit 023731b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See the Mulan PSL v2 for more details.
1616
<parent>
1717
<groupId>com.oceanbase.logclient</groupId>
1818
<artifactId>logclient</artifactId>
19-
<version>1.0.6-SNAPSHOT</version>
19+
<version>1.0.6</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

logproxy-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See the Mulan PSL v2 for more details.
1616
<parent>
1717
<groupId>com.oceanbase.logclient</groupId>
1818
<artifactId>logclient</artifactId>
19-
<version>1.0.6-SNAPSHOT</version>
19+
<version>1.0.6</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See the Mulan PSL v2 for more details.
1515

1616
<groupId>com.oceanbase.logclient</groupId>
1717
<artifactId>logclient</artifactId>
18-
<version>1.0.6-SNAPSHOT</version>
18+
<version>1.0.6</version>
1919
<packaging>pom</packaging>
2020

2121
<name>${project.groupId}:${project.artifactId}</name>
@@ -57,7 +57,7 @@ See the Mulan PSL v2 for more details.
5757
<connection>scm:git:https://github.com/oceanbase/oblogclient.git</connection>
5858
<developerConnection>scm:git:https://github.com/oceanbase/oblogclient.git</developerConnection>
5959
<url>https://github.com/oceanbase/oblogclient</url>
60-
<tag>HEAD</tag>
60+
<tag>logclient-1.0.6</tag>
6161
</scm>
6262

6363
<properties>

0 commit comments

Comments
 (0)