From 491a5399602cc7e4a037e9cf50a1dffb371378c5 Mon Sep 17 00:00:00 2001 From: He Wang Date: Thu, 18 Nov 2021 16:30:39 +0800 Subject: [PATCH] [maven-release-plugin] prepare release logclient-1.0.1 --- common/pom.xml | 2 +- logproxy-client/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 6b44ad7..33c6725 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ com.oceanbase.logclient logclient - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml diff --git a/logproxy-client/pom.xml b/logproxy-client/pom.xml index 7f8d602..ecf4b58 100644 --- a/logproxy-client/pom.xml +++ b/logproxy-client/pom.xml @@ -5,7 +5,7 @@ com.oceanbase.logclient logclient - 1.0.1-SNAPSHOT + 1.0.1 ../pom.xml diff --git a/pom.xml b/pom.xml index 3907050..7cb65cd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.oceanbase.logclient logclient - 1.0.1-SNAPSHOT + 1.0.1 pom ${project.groupId}:${project.artifactId} @@ -31,7 +31,7 @@ scm:git:https://github.com/oceanbase/oblogclient.git scm:git:https://github.com/oceanbase/oblogclient.git https://github.com/oceanbase/oblogclient - HEAD + logclient-1.0.1 -- GitLab