From 14a7a39a80c06a20dcb9a0daf88fe1a92b24ed01 Mon Sep 17 00:00:00 2001 From: He Wang Date: Wed, 13 Oct 2021 01:22:29 +0800 Subject: [PATCH] [maven-release-plugin] prepare release logproxy-client-1.0.0 --- client/pom.xml | 2 +- common/pom.xml | 2 +- pom.xml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index c8b6380..0a9f5b2 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ com.oceanbase.logproxy.client logproxy-client - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml diff --git a/common/pom.xml b/common/pom.xml index f81477f..aef302c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ com.oceanbase.logproxy.client logproxy-client - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 9148d84..b5e3199 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 com.oceanbase.logproxy.client logproxy-client - 1.0.0-SNAPSHOT + 1.0.0 pom ${project.groupId}:${project.artifactId} @@ -33,7 +32,8 @@ scm:git:https://github.com/oceanbase/oblogclient.git scm:git:https://github.com/oceanbase/oblogclient.git https://github.com/oceanbase/oblogclient - + logproxy-client-1.0.0 + UTF-8 -- GitLab