From 465bf0e55cda4061a799303723c4d7d36ffbe955 Mon Sep 17 00:00:00 2001 From: liubao68 Date: Tue, 30 May 2023 20:29:43 +0800 Subject: [PATCH] prepare the snapshot version (#1046) --- coverage-reports/pom.xml | 2 +- .../nacos-canary-consumer/pom.xml | 2 +- .../nacos-canary-gateway/pom.xml | 2 +- .../nacos-canary-provider-beta/pom.xml | 2 +- .../nacos-canary-provider/pom.xml | 2 +- .../nacos-canary-tests-client/pom.xml | 45 ++++++++++--------- integration-tests/canary-nacos-tests/pom.xml | 2 +- .../canary-serivcecomb-tests/pom.xml | 2 +- .../servicecomb-canary-consumer/pom.xml | 2 +- .../servicecomb-canary-gateway/pom.xml | 2 +- .../servicecomb-canary-provider-beta/pom.xml | 2 +- .../servicecomb-canary-provider/pom.xml | 2 +- .../servicecomb-canary-tests-client/pom.xml | 43 +++++++++--------- integration-tests/cse-v1/consumer/pom.xml | 2 +- integration-tests/cse-v1/gateway/pom.xml | 2 +- integration-tests/cse-v1/pom.xml | 2 +- .../cse-v1/provider-canary/pom.xml | 2 +- integration-tests/cse-v1/provider/pom.xml | 2 +- integration-tests/cse-v1/tests-client/pom.xml | 2 +- integration-tests/cse-v2/consumer/pom.xml | 2 +- integration-tests/cse-v2/gateway/pom.xml | 2 +- integration-tests/cse-v2/pom.xml | 2 +- integration-tests/cse-v2/provider/pom.xml | 2 +- integration-tests/cse-v2/tests-client/pom.xml | 2 +- .../account-provider/pom.xml | 2 +- .../discovery-nacos-tests/common/pom.xml | 2 +- .../discovery-tests-client/pom.xml | 2 +- .../discovery-nacos-tests/gateway/pom.xml | 2 +- .../order-consumer/pom.xml | 2 +- .../discovery-nacos-tests/pom.xml | 2 +- .../price-provider/pom.xml | 2 +- .../webflux-provider/pom.xml | 2 +- .../account-provider/pom.xml | 2 +- .../common/pom.xml | 2 +- .../discovery-tests-client/pom.xml | 2 +- .../gateway/pom.xml | 2 +- .../order-consumer/pom.xml | 2 +- .../discovery-servicecomb-tests/pom.xml | 2 +- .../price-provider/pom.xml | 2 +- .../webflux-provider/pom.xml | 2 +- integration-tests/docker-build-config/pom.xml | 2 +- integration-tests/docker-run-config/pom.xml | 2 +- .../mesh-tests/mesh-consumer/pom.xml | 2 +- .../mesh-tests/mesh-gateway/pom.xml | 2 +- .../mesh-tests/mesh-provider/pom.xml | 2 +- .../mesh-tests/mesh-tests-client/pom.xml | 2 +- integration-tests/mesh-tests/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 2 +- spring-cloud-huawei-bom/pom.xml | 4 +- spring-cloud-huawei-common/pom.xml | 2 +- spring-cloud-huawei-dependencies/pom.xml | 4 +- spring-cloud-huawei-governance/pom.xml | 2 +- spring-cloud-huawei-mesh/pom.xml | 2 +- spring-cloud-huawei-nacos/pom.xml | 2 +- spring-cloud-huawei-parents/pom.xml | 6 +-- spring-cloud-huawei-router/pom.xml | 2 +- spring-cloud-huawei-service-engine/pom.xml | 2 +- .../service-engine-common/pom.xml | 2 +- .../service-engine-config/pom.xml | 2 +- .../service-engine-dashboard/pom.xml | 2 +- .../service-engine-discovery/pom.xml | 2 +- spring-cloud-huawei-swagger/pom.xml | 2 +- spring-cloud-starter-huawei/pom.xml | 2 +- .../pom.xml | 2 +- .../spring-cloud-starter-huawei-core/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../spring-cloud-starter-huawei-mesh/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../spring-cloud-starter-huawei-nacos/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- 82 files changed, 131 insertions(+), 125 deletions(-) diff --git a/coverage-reports/pom.xml b/coverage-reports/pom.xml index 6e6b37886..d55752a6e 100644 --- a/coverage-reports/pom.xml +++ b/coverage-reports/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud spring-cloud-huawei-parents - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT ../spring-cloud-huawei-parents diff --git a/integration-tests/canary-nacos-tests/nacos-canary-consumer/pom.xml b/integration-tests/canary-nacos-tests/nacos-canary-consumer/pom.xml index 86f6dc8eb..f341681f6 100644 --- a/integration-tests/canary-nacos-tests/nacos-canary-consumer/pom.xml +++ b/integration-tests/canary-nacos-tests/nacos-canary-consumer/pom.xml @@ -21,7 +21,7 @@ canary-nacos-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/canary-nacos-tests/nacos-canary-gateway/pom.xml b/integration-tests/canary-nacos-tests/nacos-canary-gateway/pom.xml index dbcdd6fca..914eaebd8 100644 --- a/integration-tests/canary-nacos-tests/nacos-canary-gateway/pom.xml +++ b/integration-tests/canary-nacos-tests/nacos-canary-gateway/pom.xml @@ -21,7 +21,7 @@ canary-nacos-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/canary-nacos-tests/nacos-canary-provider-beta/pom.xml b/integration-tests/canary-nacos-tests/nacos-canary-provider-beta/pom.xml index 4774eaf7d..5af1d4b1f 100644 --- a/integration-tests/canary-nacos-tests/nacos-canary-provider-beta/pom.xml +++ b/integration-tests/canary-nacos-tests/nacos-canary-provider-beta/pom.xml @@ -21,7 +21,7 @@ canary-nacos-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/canary-nacos-tests/nacos-canary-provider/pom.xml b/integration-tests/canary-nacos-tests/nacos-canary-provider/pom.xml index 851f2a3ef..4efbfbde0 100644 --- a/integration-tests/canary-nacos-tests/nacos-canary-provider/pom.xml +++ b/integration-tests/canary-nacos-tests/nacos-canary-provider/pom.xml @@ -21,7 +21,7 @@ canary-nacos-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/canary-nacos-tests/nacos-canary-tests-client/pom.xml b/integration-tests/canary-nacos-tests/nacos-canary-tests-client/pom.xml index 6149b7ad2..92b9e1d8f 100644 --- a/integration-tests/canary-nacos-tests/nacos-canary-tests-client/pom.xml +++ b/integration-tests/canary-nacos-tests/nacos-canary-tests-client/pom.xml @@ -21,7 +21,7 @@ canary-nacos-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 @@ -56,7 +56,7 @@ hostname - Tomcat started on port + .* Tomcat started on port .* 8848 @@ -71,61 +71,62 @@ - nacos-canary-consumer-test:${project.version} - nacos-canary-consumer-test + nacos-canary-provider-test:${project.version} + nacos-canary-provider-test -Dspring.cloud.nacos.discovery.server-addr=http://nacos-server:8848 -Dspring.cloud.nacos.config.server-addr=http://nacos-server:8848 - /maven/nacos-canary-consumer-test-${project.version}.jar + /maven/nacos-canary-provider-test-${project.version}.jar nacos-server:nacos-server - Started PriceApplication + .* Started ProviderApplication .* - 9098 + 9091 - 9098:9098 + 9091:9091 nacos-server + - nacos-canary-provider-test:${project.version} - nacos-canary-provider-test + nacos-canary-provider-beta-test:${project.version} + nacos-canary-provider-beta-test -Dspring.cloud.nacos.discovery.server-addr=http://nacos-server:8848 -Dspring.cloud.nacos.config.server-addr=http://nacos-server:8848 - /maven/nacos-canary-provider-test-${project.version}.jar + /maven/nacos-canary-provider-beta-test-${project.version}.jar nacos-server:nacos-server - Started PriceApplication + .* Started ProviderApplication .* - 9091 + 9092 - 9091:9091 + 9092:9092 nacos-server @@ -134,33 +135,35 @@ - nacos-canary-provider-beta-test:${project.version} - nacos-canary-provider-beta-test + nacos-canary-consumer-test:${project.version} + nacos-canary-consumer-test -Dspring.cloud.nacos.discovery.server-addr=http://nacos-server:8848 -Dspring.cloud.nacos.config.server-addr=http://nacos-server:8848 - /maven/nacos-canary-provider-beta-test-${project.version}.jar + /maven/nacos-canary-consumer-test-${project.version}.jar nacos-server:nacos-server - Started PriceApplication + .* Started ConsumerApplication .* - 9092 + 9098 - 9092:9092 + 9098:9098 nacos-server + nacos-canary-provider-beta-test + nacos-canary-provider-test @@ -180,7 +183,7 @@ nacos-server:nacos-server - Started PriceApplication + .* Started GatewayApplication .* 10088 diff --git a/integration-tests/canary-nacos-tests/pom.xml b/integration-tests/canary-nacos-tests/pom.xml index 1dbdfd0dc..91e1f8ff7 100644 --- a/integration-tests/canary-nacos-tests/pom.xml +++ b/integration-tests/canary-nacos-tests/pom.xml @@ -21,7 +21,7 @@ integration-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 Integration Tests::Canary Nacos Tests diff --git a/integration-tests/canary-serivcecomb-tests/pom.xml b/integration-tests/canary-serivcecomb-tests/pom.xml index d9785d156..779c23221 100644 --- a/integration-tests/canary-serivcecomb-tests/pom.xml +++ b/integration-tests/canary-serivcecomb-tests/pom.xml @@ -21,7 +21,7 @@ integration-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 Integration Tests::Canary ServiceComb Tests diff --git a/integration-tests/canary-serivcecomb-tests/servicecomb-canary-consumer/pom.xml b/integration-tests/canary-serivcecomb-tests/servicecomb-canary-consumer/pom.xml index 6b6cbd504..4355eedb1 100644 --- a/integration-tests/canary-serivcecomb-tests/servicecomb-canary-consumer/pom.xml +++ b/integration-tests/canary-serivcecomb-tests/servicecomb-canary-consumer/pom.xml @@ -21,7 +21,7 @@ canary-servicecomb-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/canary-serivcecomb-tests/servicecomb-canary-gateway/pom.xml b/integration-tests/canary-serivcecomb-tests/servicecomb-canary-gateway/pom.xml index a4d06adbc..01d3d6858 100644 --- a/integration-tests/canary-serivcecomb-tests/servicecomb-canary-gateway/pom.xml +++ b/integration-tests/canary-serivcecomb-tests/servicecomb-canary-gateway/pom.xml @@ -21,7 +21,7 @@ canary-servicecomb-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/canary-serivcecomb-tests/servicecomb-canary-provider-beta/pom.xml b/integration-tests/canary-serivcecomb-tests/servicecomb-canary-provider-beta/pom.xml index 271796e8c..c77efface 100644 --- a/integration-tests/canary-serivcecomb-tests/servicecomb-canary-provider-beta/pom.xml +++ b/integration-tests/canary-serivcecomb-tests/servicecomb-canary-provider-beta/pom.xml @@ -21,7 +21,7 @@ canary-servicecomb-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/canary-serivcecomb-tests/servicecomb-canary-provider/pom.xml b/integration-tests/canary-serivcecomb-tests/servicecomb-canary-provider/pom.xml index 9dab9454a..ef5b45f88 100644 --- a/integration-tests/canary-serivcecomb-tests/servicecomb-canary-provider/pom.xml +++ b/integration-tests/canary-serivcecomb-tests/servicecomb-canary-provider/pom.xml @@ -21,7 +21,7 @@ canary-servicecomb-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/canary-serivcecomb-tests/servicecomb-canary-tests-client/pom.xml b/integration-tests/canary-serivcecomb-tests/servicecomb-canary-tests-client/pom.xml index 572f9656e..e7584f4d4 100644 --- a/integration-tests/canary-serivcecomb-tests/servicecomb-canary-tests-client/pom.xml +++ b/integration-tests/canary-serivcecomb-tests/servicecomb-canary-tests-client/pom.xml @@ -21,7 +21,7 @@ canary-servicecomb-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 @@ -67,59 +67,60 @@ - servicecomb-canary-consumer-test:${project.version} - servicecomb-canary-consumer-test + servicecomb-canary-provider-test:${project.version} + servicecomb-canary-provider-test -Dspring.cloud.servicecomb.discovery.address=http://sc.servicecomb.io:30100 - /maven/servicecomb-canary-consumer-test-${project.version}.jar + /maven/servicecomb-canary-provider-test-${project.version}.jar service-center:sc.servicecomb.io - Started PriceApplication + .* Started ProviderApplication .* - 9098 + 9091 - 9098:9098 + 9091:9091 service-center + - servicecomb-canary-provider-test:${project.version} - servicecomb-canary-provider-test + servicecomb-canary-provider-beta-test:${project.version} + servicecomb-canary-provider-beta-test -Dspring.cloud.servicecomb.discovery.address=http://sc.servicecomb.io:30100 - /maven/servicecomb-canary-provider-test-${project.version}.jar + /maven/servicecomb-canary-provider-beta-test-${project.version}.jar service-center:sc.servicecomb.io - Started PriceApplication + .* Started ProviderApplication .* - 9091 + 9092 - 9091:9091 + 9092:9092 service-center @@ -128,32 +129,34 @@ - servicecomb-canary-provider-beta-test:${project.version} - servicecomb-canary-provider-beta-test + servicecomb-canary-consumer-test:${project.version} + servicecomb-canary-consumer-test -Dspring.cloud.servicecomb.discovery.address=http://sc.servicecomb.io:30100 - /maven/servicecomb-canary-provider-beta-test-${project.version}.jar + /maven/servicecomb-canary-consumer-test-${project.version}.jar service-center:sc.servicecomb.io - Started PriceApplication + .* Started ConsumerApplication .* - 9092 + 9098 - 9092:9092 + 9098:9098 service-center + servicecomb-canary-provider-beta-test + servicecomb-canary-provider-test @@ -172,7 +175,7 @@ service-center:sc.servicecomb.io - Started PriceApplication + .* Started GatewayApplication .* 10088 diff --git a/integration-tests/cse-v1/consumer/pom.xml b/integration-tests/cse-v1/consumer/pom.xml index 155b1741f..bae19bd06 100644 --- a/integration-tests/cse-v1/consumer/pom.xml +++ b/integration-tests/cse-v1/consumer/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud cse-v1-test - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT Integration Tests::CSE V1::Consumer diff --git a/integration-tests/cse-v1/gateway/pom.xml b/integration-tests/cse-v1/gateway/pom.xml index 61fa08ef2..98852ed8b 100644 --- a/integration-tests/cse-v1/gateway/pom.xml +++ b/integration-tests/cse-v1/gateway/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud cse-v1-test - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT Integration Tests::CSE V1::Gateway diff --git a/integration-tests/cse-v1/pom.xml b/integration-tests/cse-v1/pom.xml index f0379639f..6a6fdf7a4 100644 --- a/integration-tests/cse-v1/pom.xml +++ b/integration-tests/cse-v1/pom.xml @@ -21,7 +21,7 @@ integration-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/cse-v1/provider-canary/pom.xml b/integration-tests/cse-v1/provider-canary/pom.xml index 73697b3c7..7621b7c32 100644 --- a/integration-tests/cse-v1/provider-canary/pom.xml +++ b/integration-tests/cse-v1/provider-canary/pom.xml @@ -23,7 +23,7 @@ com.huaweicloud cse-v1-test - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT Integration Tests::CSE V1::Provider Canary diff --git a/integration-tests/cse-v1/provider/pom.xml b/integration-tests/cse-v1/provider/pom.xml index e38045bd0..f6ea0bdd7 100644 --- a/integration-tests/cse-v1/provider/pom.xml +++ b/integration-tests/cse-v1/provider/pom.xml @@ -23,7 +23,7 @@ com.huaweicloud cse-v1-test - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT Integration Tests::CSE V1::Provider diff --git a/integration-tests/cse-v1/tests-client/pom.xml b/integration-tests/cse-v1/tests-client/pom.xml index 3bf6b653b..d58a208d8 100644 --- a/integration-tests/cse-v1/tests-client/pom.xml +++ b/integration-tests/cse-v1/tests-client/pom.xml @@ -23,7 +23,7 @@ com.huaweicloud cse-v1-test - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT Integration Tests::CSE V1::Tests Client diff --git a/integration-tests/cse-v2/consumer/pom.xml b/integration-tests/cse-v2/consumer/pom.xml index b2743eb84..e18a6039b 100644 --- a/integration-tests/cse-v2/consumer/pom.xml +++ b/integration-tests/cse-v2/consumer/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud cse-v2-test - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT Integration Tests::CSE V2::Consumer diff --git a/integration-tests/cse-v2/gateway/pom.xml b/integration-tests/cse-v2/gateway/pom.xml index bf716110f..e96e06405 100644 --- a/integration-tests/cse-v2/gateway/pom.xml +++ b/integration-tests/cse-v2/gateway/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud cse-v2-test - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT Integration Tests::CSE V2::Gateway diff --git a/integration-tests/cse-v2/pom.xml b/integration-tests/cse-v2/pom.xml index b476fc930..37a292f34 100644 --- a/integration-tests/cse-v2/pom.xml +++ b/integration-tests/cse-v2/pom.xml @@ -21,7 +21,7 @@ integration-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/cse-v2/provider/pom.xml b/integration-tests/cse-v2/provider/pom.xml index b509167ed..a0dd387f9 100644 --- a/integration-tests/cse-v2/provider/pom.xml +++ b/integration-tests/cse-v2/provider/pom.xml @@ -23,7 +23,7 @@ com.huaweicloud cse-v2-test - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT Integration Tests::CSE V2::Provider diff --git a/integration-tests/cse-v2/tests-client/pom.xml b/integration-tests/cse-v2/tests-client/pom.xml index 968f122a7..661060e55 100644 --- a/integration-tests/cse-v2/tests-client/pom.xml +++ b/integration-tests/cse-v2/tests-client/pom.xml @@ -23,7 +23,7 @@ com.huaweicloud cse-v2-test - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT Integration Tests::CSE V2::Tests Client diff --git a/integration-tests/discovery-nacos-tests/account-provider/pom.xml b/integration-tests/discovery-nacos-tests/account-provider/pom.xml index f061867bd..bf8f59377 100644 --- a/integration-tests/discovery-nacos-tests/account-provider/pom.xml +++ b/integration-tests/discovery-nacos-tests/account-provider/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud discovery-nacos-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/discovery-nacos-tests/common/pom.xml b/integration-tests/discovery-nacos-tests/common/pom.xml index 098b81953..8c85d7742 100644 --- a/integration-tests/discovery-nacos-tests/common/pom.xml +++ b/integration-tests/discovery-nacos-tests/common/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud discovery-nacos-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/discovery-nacos-tests/discovery-tests-client/pom.xml b/integration-tests/discovery-nacos-tests/discovery-tests-client/pom.xml index c1b65212a..9b18cef57 100644 --- a/integration-tests/discovery-nacos-tests/discovery-tests-client/pom.xml +++ b/integration-tests/discovery-nacos-tests/discovery-tests-client/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud discovery-nacos-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/discovery-nacos-tests/gateway/pom.xml b/integration-tests/discovery-nacos-tests/gateway/pom.xml index 0f8f6074f..6e1011078 100644 --- a/integration-tests/discovery-nacos-tests/gateway/pom.xml +++ b/integration-tests/discovery-nacos-tests/gateway/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud discovery-nacos-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT diff --git a/integration-tests/discovery-nacos-tests/order-consumer/pom.xml b/integration-tests/discovery-nacos-tests/order-consumer/pom.xml index 7e24448ab..1a5b72f7b 100644 --- a/integration-tests/discovery-nacos-tests/order-consumer/pom.xml +++ b/integration-tests/discovery-nacos-tests/order-consumer/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud discovery-nacos-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/discovery-nacos-tests/pom.xml b/integration-tests/discovery-nacos-tests/pom.xml index 784b01d22..7192b0518 100644 --- a/integration-tests/discovery-nacos-tests/pom.xml +++ b/integration-tests/discovery-nacos-tests/pom.xml @@ -21,7 +21,7 @@ integration-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 discovery-nacos-tests diff --git a/integration-tests/discovery-nacos-tests/price-provider/pom.xml b/integration-tests/discovery-nacos-tests/price-provider/pom.xml index b20c12f73..bf517283c 100644 --- a/integration-tests/discovery-nacos-tests/price-provider/pom.xml +++ b/integration-tests/discovery-nacos-tests/price-provider/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud discovery-nacos-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/discovery-nacos-tests/webflux-provider/pom.xml b/integration-tests/discovery-nacos-tests/webflux-provider/pom.xml index 0e8b51713..2ced722c6 100644 --- a/integration-tests/discovery-nacos-tests/webflux-provider/pom.xml +++ b/integration-tests/discovery-nacos-tests/webflux-provider/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud discovery-nacos-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/discovery-servicecomb-tests/account-provider/pom.xml b/integration-tests/discovery-servicecomb-tests/account-provider/pom.xml index 3c5834cea..2939db414 100644 --- a/integration-tests/discovery-servicecomb-tests/account-provider/pom.xml +++ b/integration-tests/discovery-servicecomb-tests/account-provider/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud discovery-servicecomb-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/discovery-servicecomb-tests/common/pom.xml b/integration-tests/discovery-servicecomb-tests/common/pom.xml index 8094d2b21..dc765ca55 100644 --- a/integration-tests/discovery-servicecomb-tests/common/pom.xml +++ b/integration-tests/discovery-servicecomb-tests/common/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud discovery-servicecomb-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/discovery-servicecomb-tests/discovery-tests-client/pom.xml b/integration-tests/discovery-servicecomb-tests/discovery-tests-client/pom.xml index 2ffac4761..6a1dadd30 100644 --- a/integration-tests/discovery-servicecomb-tests/discovery-tests-client/pom.xml +++ b/integration-tests/discovery-servicecomb-tests/discovery-tests-client/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud discovery-servicecomb-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/discovery-servicecomb-tests/gateway/pom.xml b/integration-tests/discovery-servicecomb-tests/gateway/pom.xml index 1b693cad0..4a85eed9c 100644 --- a/integration-tests/discovery-servicecomb-tests/gateway/pom.xml +++ b/integration-tests/discovery-servicecomb-tests/gateway/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud discovery-servicecomb-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT diff --git a/integration-tests/discovery-servicecomb-tests/order-consumer/pom.xml b/integration-tests/discovery-servicecomb-tests/order-consumer/pom.xml index 3f41b36cd..32a4396a6 100644 --- a/integration-tests/discovery-servicecomb-tests/order-consumer/pom.xml +++ b/integration-tests/discovery-servicecomb-tests/order-consumer/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud discovery-servicecomb-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/discovery-servicecomb-tests/pom.xml b/integration-tests/discovery-servicecomb-tests/pom.xml index b93b8d93f..4a8845721 100644 --- a/integration-tests/discovery-servicecomb-tests/pom.xml +++ b/integration-tests/discovery-servicecomb-tests/pom.xml @@ -21,7 +21,7 @@ integration-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 discovery-servicecomb-tests diff --git a/integration-tests/discovery-servicecomb-tests/price-provider/pom.xml b/integration-tests/discovery-servicecomb-tests/price-provider/pom.xml index b891d827e..f580f6812 100644 --- a/integration-tests/discovery-servicecomb-tests/price-provider/pom.xml +++ b/integration-tests/discovery-servicecomb-tests/price-provider/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud discovery-servicecomb-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/discovery-servicecomb-tests/webflux-provider/pom.xml b/integration-tests/discovery-servicecomb-tests/webflux-provider/pom.xml index 5bfccf6ce..e9df3b101 100644 --- a/integration-tests/discovery-servicecomb-tests/webflux-provider/pom.xml +++ b/integration-tests/discovery-servicecomb-tests/webflux-provider/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud discovery-servicecomb-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/docker-build-config/pom.xml b/integration-tests/docker-build-config/pom.xml index 6f9a36aab..69b845c11 100644 --- a/integration-tests/docker-build-config/pom.xml +++ b/integration-tests/docker-build-config/pom.xml @@ -22,7 +22,7 @@ integration-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/docker-run-config/pom.xml b/integration-tests/docker-run-config/pom.xml index 0d84e4a50..b4384e816 100644 --- a/integration-tests/docker-run-config/pom.xml +++ b/integration-tests/docker-run-config/pom.xml @@ -21,7 +21,7 @@ integration-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/mesh-tests/mesh-consumer/pom.xml b/integration-tests/mesh-tests/mesh-consumer/pom.xml index 5aad4bd76..0c972bf2a 100644 --- a/integration-tests/mesh-tests/mesh-consumer/pom.xml +++ b/integration-tests/mesh-tests/mesh-consumer/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud mesh-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/mesh-tests/mesh-gateway/pom.xml b/integration-tests/mesh-tests/mesh-gateway/pom.xml index 5313576c2..befa2c06c 100644 --- a/integration-tests/mesh-tests/mesh-gateway/pom.xml +++ b/integration-tests/mesh-tests/mesh-gateway/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud mesh-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT diff --git a/integration-tests/mesh-tests/mesh-provider/pom.xml b/integration-tests/mesh-tests/mesh-provider/pom.xml index 207560e31..3454c55f3 100644 --- a/integration-tests/mesh-tests/mesh-provider/pom.xml +++ b/integration-tests/mesh-tests/mesh-provider/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud mesh-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/mesh-tests/mesh-tests-client/pom.xml b/integration-tests/mesh-tests/mesh-tests-client/pom.xml index 231f18c73..c6c47aa37 100644 --- a/integration-tests/mesh-tests/mesh-tests-client/pom.xml +++ b/integration-tests/mesh-tests/mesh-tests-client/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud mesh-tests - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/integration-tests/mesh-tests/pom.xml b/integration-tests/mesh-tests/pom.xml index 1a5f4e6bf..abe108399 100644 --- a/integration-tests/mesh-tests/pom.xml +++ b/integration-tests/mesh-tests/pom.xml @@ -21,7 +21,7 @@ integration-tests com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 mesh-tests diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 3a92b82b8..4e3885fdc 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud spring-cloud-huawei-parents - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT ../spring-cloud-huawei-parents diff --git a/pom.xml b/pom.xml index b18bbf8e3..688646e09 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ com.huaweicloud spring-cloud-huawei - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT pom Spring Cloud Huawei diff --git a/spring-cloud-huawei-bom/pom.xml b/spring-cloud-huawei-bom/pom.xml index fa6fd44ab..a8bcaa94a 100644 --- a/spring-cloud-huawei-bom/pom.xml +++ b/spring-cloud-huawei-bom/pom.xml @@ -22,14 +22,14 @@ com.huaweicloud spring-cloud-huawei - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 spring-cloud-huawei-bom pom - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT Spring Cloud Huawei::Bom diff --git a/spring-cloud-huawei-common/pom.xml b/spring-cloud-huawei-common/pom.xml index fddc57241..450f9e12d 100644 --- a/spring-cloud-huawei-common/pom.xml +++ b/spring-cloud-huawei-common/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud spring-cloud-huawei-parents - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT ../spring-cloud-huawei-parents 4.0.0 diff --git a/spring-cloud-huawei-dependencies/pom.xml b/spring-cloud-huawei-dependencies/pom.xml index 44d6a0a5a..85e4d9cab 100644 --- a/spring-cloud-huawei-dependencies/pom.xml +++ b/spring-cloud-huawei-dependencies/pom.xml @@ -22,14 +22,14 @@ com.huaweicloud spring-cloud-huawei - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 spring-cloud-huawei-dependencies pom - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT Spring Cloud Huawei::Dependencies diff --git a/spring-cloud-huawei-governance/pom.xml b/spring-cloud-huawei-governance/pom.xml index dace4f47c..35fa206a1 100644 --- a/spring-cloud-huawei-governance/pom.xml +++ b/spring-cloud-huawei-governance/pom.xml @@ -21,7 +21,7 @@ spring-cloud-huawei-parents com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT ../spring-cloud-huawei-parents 4.0.0 diff --git a/spring-cloud-huawei-mesh/pom.xml b/spring-cloud-huawei-mesh/pom.xml index ed449be68..b41fa373a 100644 --- a/spring-cloud-huawei-mesh/pom.xml +++ b/spring-cloud-huawei-mesh/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud spring-cloud-huawei-parents - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT ../spring-cloud-huawei-parents diff --git a/spring-cloud-huawei-nacos/pom.xml b/spring-cloud-huawei-nacos/pom.xml index baf667238..9aaf6fc50 100644 --- a/spring-cloud-huawei-nacos/pom.xml +++ b/spring-cloud-huawei-nacos/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud spring-cloud-huawei-parents - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT ../spring-cloud-huawei-parents diff --git a/spring-cloud-huawei-parents/pom.xml b/spring-cloud-huawei-parents/pom.xml index 35c8a4269..c1f80605c 100644 --- a/spring-cloud-huawei-parents/pom.xml +++ b/spring-cloud-huawei-parents/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud spring-cloud-huawei-dependencies - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT ../spring-cloud-huawei-dependencies @@ -29,7 +29,7 @@ spring-cloud-huawei-parents pom - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT Spring Cloud Huawei::Parents @@ -196,7 +196,7 @@ io.fabric8 docker-maven-plugin - 0.20.0 + 0.43.0 diff --git a/spring-cloud-huawei-router/pom.xml b/spring-cloud-huawei-router/pom.xml index 74c4e909c..bfc731b86 100644 --- a/spring-cloud-huawei-router/pom.xml +++ b/spring-cloud-huawei-router/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud spring-cloud-huawei-parents - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT ../spring-cloud-huawei-parents 4.0.0 diff --git a/spring-cloud-huawei-service-engine/pom.xml b/spring-cloud-huawei-service-engine/pom.xml index ab24e0d87..7b09c8de1 100644 --- a/spring-cloud-huawei-service-engine/pom.xml +++ b/spring-cloud-huawei-service-engine/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud spring-cloud-huawei-parents - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT ../spring-cloud-huawei-parents diff --git a/spring-cloud-huawei-service-engine/service-engine-common/pom.xml b/spring-cloud-huawei-service-engine/service-engine-common/pom.xml index 79f2bf2c8..22421a127 100644 --- a/spring-cloud-huawei-service-engine/service-engine-common/pom.xml +++ b/spring-cloud-huawei-service-engine/service-engine-common/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud spring-cloud-huawei-service-engine - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-huawei-service-engine/service-engine-config/pom.xml b/spring-cloud-huawei-service-engine/service-engine-config/pom.xml index 8a82b5281..a658e2e9b 100644 --- a/spring-cloud-huawei-service-engine/service-engine-config/pom.xml +++ b/spring-cloud-huawei-service-engine/service-engine-config/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud spring-cloud-huawei-service-engine - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-huawei-service-engine/service-engine-dashboard/pom.xml b/spring-cloud-huawei-service-engine/service-engine-dashboard/pom.xml index c2501dbc0..b7541e394 100644 --- a/spring-cloud-huawei-service-engine/service-engine-dashboard/pom.xml +++ b/spring-cloud-huawei-service-engine/service-engine-dashboard/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud spring-cloud-huawei-service-engine - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT spring-cloud-huawei-service-engine-dashboard diff --git a/spring-cloud-huawei-service-engine/service-engine-discovery/pom.xml b/spring-cloud-huawei-service-engine/service-engine-discovery/pom.xml index fc0c3b52a..ce2ad0a4a 100644 --- a/spring-cloud-huawei-service-engine/service-engine-discovery/pom.xml +++ b/spring-cloud-huawei-service-engine/service-engine-discovery/pom.xml @@ -22,7 +22,7 @@ com.huaweicloud spring-cloud-huawei-service-engine - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT spring-cloud-huawei-service-engine-discovery diff --git a/spring-cloud-huawei-swagger/pom.xml b/spring-cloud-huawei-swagger/pom.xml index 8d01efee3..9de30eb14 100644 --- a/spring-cloud-huawei-swagger/pom.xml +++ b/spring-cloud-huawei-swagger/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud spring-cloud-huawei-parents - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT ../spring-cloud-huawei-parents 4.0.0 diff --git a/spring-cloud-starter-huawei/pom.xml b/spring-cloud-starter-huawei/pom.xml index 550fc0858..f51d8c618 100644 --- a/spring-cloud-starter-huawei/pom.xml +++ b/spring-cloud-starter-huawei/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud spring-cloud-huawei-parents - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT ../spring-cloud-huawei-parents 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-config/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-config/pom.xml index 45547fb89..c5193e637 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-config/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-config/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud spring-cloud-starter-huawei - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-core/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-core/pom.xml index 0f0f9663f..fd284a9f6 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-core/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-core/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud spring-cloud-starter-huawei - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 spring-cloud-starter-huawei-service-engine-core diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-dashboard/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-dashboard/pom.xml index 3f1ebdfb8..fead2f007 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-dashboard/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-dashboard/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud spring-cloud-starter-huawei - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 spring-cloud-starter-huawei-service-engine-dashboard diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-discovery/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-discovery/pom.xml index 4986b34ff..0feed1dd9 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-discovery/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-discovery/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud spring-cloud-starter-huawei - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 spring-cloud-starter-huawei-service-engine-discovery diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-governance/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-governance/pom.xml index c5d621263..eee12f013 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-governance/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-governance/pom.xml @@ -21,7 +21,7 @@ spring-cloud-starter-huawei com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-hessian/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-hessian/pom.xml index d95d5b580..afaf63356 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-hessian/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-hessian/pom.xml @@ -22,7 +22,7 @@ spring-cloud-starter-huawei com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-jasypt/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-jasypt/pom.xml index 16df14fde..29697c171 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-jasypt/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-jasypt/pom.xml @@ -21,7 +21,7 @@ spring-cloud-starter-huawei com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-mesh-gateway/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-mesh-gateway/pom.xml index c0645b7eb..0f3ef0717 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-mesh-gateway/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-mesh-gateway/pom.xml @@ -21,7 +21,7 @@ spring-cloud-starter-huawei com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-mesh-webflux/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-mesh-webflux/pom.xml index 31305f90f..ecfeeddd8 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-mesh-webflux/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-mesh-webflux/pom.xml @@ -21,7 +21,7 @@ spring-cloud-starter-huawei com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-mesh/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-mesh/pom.xml index 4882933ac..d521555e4 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-mesh/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-mesh/pom.xml @@ -21,7 +21,7 @@ spring-cloud-starter-huawei com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-nacos-gateway/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-nacos-gateway/pom.xml index 622ec21b8..7983c7fb4 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-nacos-gateway/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-nacos-gateway/pom.xml @@ -21,7 +21,7 @@ spring-cloud-starter-huawei com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-nacos-webflux/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-nacos-webflux/pom.xml index 3861f4c68..8068ebe40 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-nacos-webflux/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-nacos-webflux/pom.xml @@ -21,7 +21,7 @@ spring-cloud-starter-huawei com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-nacos/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-nacos/pom.xml index 12c209357..583590bfb 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-nacos/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-nacos/pom.xml @@ -21,7 +21,7 @@ spring-cloud-starter-huawei com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-router/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-router/pom.xml index 6ee6876c3..8994456b5 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-router/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-router/pom.xml @@ -21,7 +21,7 @@ com.huaweicloud spring-cloud-starter-huawei - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-service-engine-gateway/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-service-engine-gateway/pom.xml index d2f67f0b6..255ef5061 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-service-engine-gateway/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-service-engine-gateway/pom.xml @@ -21,7 +21,7 @@ spring-cloud-starter-huawei com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-service-engine-webflux/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-service-engine-webflux/pom.xml index 24f72cd3e..d8dda0d36 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-service-engine-webflux/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-service-engine-webflux/pom.xml @@ -21,7 +21,7 @@ spring-cloud-starter-huawei com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-service-engine/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-service-engine/pom.xml index b5e1ece83..6b8dc099e 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-service-engine/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-service-engine/pom.xml @@ -21,7 +21,7 @@ spring-cloud-starter-huawei com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0 diff --git a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-swagger/pom.xml b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-swagger/pom.xml index e2bab901d..73d8c98e0 100644 --- a/spring-cloud-starter-huawei/spring-cloud-starter-huawei-swagger/pom.xml +++ b/spring-cloud-starter-huawei/spring-cloud-starter-huawei-swagger/pom.xml @@ -21,7 +21,7 @@ spring-cloud-starter-huawei com.huaweicloud - 1.11.0-2021.0.x-SNAPSHOT + 1.12.0-2022.0.x-SNAPSHOT 4.0.0