From 6a15b9181844c7dbafe35b7ffb820095f19be463 Mon Sep 17 00:00:00 2001 From: chenglu Date: Thu, 5 May 2022 20:22:15 +0800 Subject: [PATCH] [maven-release-plugin] prepare release v1.0.2 --- httpclient-core/pom.xml | 4 ++-- pom.xml | 4 ++-- restclient-ext/pom.xml | 6 ++---- restclient-ext/traffic-split-file-config/pom.xml | 6 ++---- restclient-ext/traffic-split-interceptor/pom.xml | 6 ++---- restclient/pom.xml | 4 ++-- 6 files changed, 12 insertions(+), 18 deletions(-) diff --git a/httpclient-core/pom.xml b/httpclient-core/pom.xml index 23a3e217..05ad44c2 100644 --- a/httpclient-core/pom.xml +++ b/httpclient-core/pom.xml @@ -19,11 +19,11 @@ io.esastack restclient-parent - 1.0.2-SNAPSHOT + 1.0.2 httpclient-core - 1.0.2-SNAPSHOT + 1.0.2 HttpClient :: Core diff --git a/pom.xml b/pom.xml index 9d391853..13a200d8 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ io.esastack restclient-parent pom - 1.0.2-SNAPSHOT + 1.0.2 RestClient-Parent @@ -39,7 +39,7 @@ https://github.com/esastack/esa-httpclient scm:git:git://github.com/esastack/esa-httpclient.git scm:git:ssh://git@github.com/esastack/esa-httpclient.git - HEAD + v1.0.2 diff --git a/restclient-ext/pom.xml b/restclient-ext/pom.xml index 5eb07557..a6aec272 100644 --- a/restclient-ext/pom.xml +++ b/restclient-ext/pom.xml @@ -14,13 +14,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + restclient-parent io.esastack - 1.0.2-SNAPSHOT + 1.0.2 4.0.0 diff --git a/restclient-ext/traffic-split-file-config/pom.xml b/restclient-ext/traffic-split-file-config/pom.xml index 7a1fe768..ff9519c1 100644 --- a/restclient-ext/traffic-split-file-config/pom.xml +++ b/restclient-ext/traffic-split-file-config/pom.xml @@ -14,13 +14,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + restclient-ext io.esastack - 1.0.2-SNAPSHOT + 1.0.2 4.0.0 diff --git a/restclient-ext/traffic-split-interceptor/pom.xml b/restclient-ext/traffic-split-interceptor/pom.xml index b3cd8b6f..1d051102 100644 --- a/restclient-ext/traffic-split-interceptor/pom.xml +++ b/restclient-ext/traffic-split-interceptor/pom.xml @@ -14,13 +14,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + restclient-ext io.esastack - 1.0.2-SNAPSHOT + 1.0.2 4.0.0 diff --git a/restclient/pom.xml b/restclient/pom.xml index 0faffaaa..51dd2a7f 100644 --- a/restclient/pom.xml +++ b/restclient/pom.xml @@ -19,11 +19,11 @@ io.esastack restclient-parent - 1.0.2-SNAPSHOT + 1.0.2 restclient - 1.0.2-SNAPSHOT + 1.0.2 RestClient