From d98e3296379671a5c5f48552ee221a79e5fcd057 Mon Sep 17 00:00:00 2001 From: wardseptember Date: Wed, 31 Dec 2025 10:43:29 +0800 Subject: [PATCH 1/2] feat: release 2.0.3 version --- pom.xml | 2 +- trpc-admin/pom.xml | 2 +- trpc-admin/trpc-admin-default/pom.xml | 2 +- trpc-bootstrap/pom.xml | 2 +- trpc-bootstrap/trpc-server/pom.xml | 2 +- trpc-code-generator/pom.xml | 2 +- trpc-configcenter/pom.xml | 2 +- trpc-configcenter/trpc-configcenter-nacos/pom.xml | 2 +- trpc-configcenter/trpc-configcenter-open-polaris/pom.xml | 2 +- trpc-container/pom.xml | 2 +- trpc-container/trpc-container-default/pom.xml | 2 +- trpc-core/pom.xml | 2 +- .../src/main/java/com/tencent/trpc/core/common/Version.java | 4 ++-- trpc-demo/pom.xml | 2 +- trpc-demo/trpc-java-demo/pom.xml | 2 +- trpc-demo/trpc-spring-demo/pom.xml | 2 +- trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml | 2 +- trpc-demo/trpc-spring-demo/trpc-spring-demo-api/pom.xml | 2 +- trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml | 2 +- trpc-dependencies/pom.xml | 2 +- trpc-dependencies/trpc-bom/pom.xml | 2 +- trpc-dependencies/trpc-dependencies-bom/pom.xml | 2 +- trpc-dependencies/trpc-mini/pom.xml | 2 +- trpc-dependencies/trpc-standard/pom.xml | 2 +- trpc-limiter/pom.xml | 2 +- trpc-limiter/trpc-limiter-sentinel/pom.xml | 2 +- trpc-logger/pom.xml | 2 +- trpc-logger/trpc-logger-admin/pom.xml | 2 +- trpc-maven-plugin/pom.xml | 2 +- trpc-opentelemetry/pom.xml | 2 +- trpc-proto/pom.xml | 2 +- trpc-proto/trpc-proto-http/pom.xml | 2 +- trpc-proto/trpc-proto-standard/pom.xml | 2 +- trpc-proto/trpc-rpc-support/pom.xml | 2 +- trpc-registry/pom.xml | 2 +- trpc-registry/trpc-registry-api/pom.xml | 2 +- trpc-registry/trpc-registry-consul/pom.xml | 2 +- trpc-registry/trpc-registry-nacos/pom.xml | 2 +- trpc-registry/trpc-registry-open-polaris/pom.xml | 2 +- trpc-registry/trpc-registry-zookeeper/pom.xml | 2 +- trpc-selector/pom.xml | 2 +- trpc-selector/trpc-selector-consul/pom.xml | 2 +- trpc-selector/trpc-selector-nacos/pom.xml | 2 +- trpc-selector/trpc-selector-open-polaris/pom.xml | 2 +- trpc-selector/trpc-selector-zookeeper/pom.xml | 2 +- trpc-spring-boot-starters/pom.xml | 2 +- trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml | 2 +- trpc-spring-support/pom.xml | 2 +- trpc-spring-support/trpc-spring-cloud-gateway/pom.xml | 2 +- trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml | 2 +- trpc-spring-support/trpc-spring/pom.xml | 2 +- trpc-spring-support/trpc-springmvc/pom.xml | 2 +- trpc-test/pom.xml | 2 +- trpc-test/trpc-test-integration/pom.xml | 2 +- trpc-transport/pom.xml | 2 +- trpc-transport/trpc-transport-http/pom.xml | 2 +- trpc-transport/trpc-transport-netty/pom.xml | 2 +- trpc-validation/pom.xml | 2 +- trpc-validation/trpc-validation-pgv/pom.xml | 2 +- 59 files changed, 60 insertions(+), 60 deletions(-) diff --git a/pom.xml b/pom.xml index cd2bccb6d..b4b3e36a8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-parent - 2.0.1-SNAPSHOT + 2.0.3 pom Trpc Parent Project ${project.version} trpc diff --git a/trpc-admin/pom.xml b/trpc-admin/pom.xml index fe485d485..2aec42486 100644 --- a/trpc-admin/pom.xml +++ b/trpc-admin/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.1-SNAPSHOT + 2.0.3 trpc-admin diff --git a/trpc-admin/trpc-admin-default/pom.xml b/trpc-admin/trpc-admin-default/pom.xml index c5e5489ef..5fdf08cc8 100644 --- a/trpc-admin/trpc-admin-default/pom.xml +++ b/trpc-admin/trpc-admin-default/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-admin - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-bootstrap/pom.xml b/trpc-bootstrap/pom.xml index 7ef2fdfd5..b4655b628 100644 --- a/trpc-bootstrap/pom.xml +++ b/trpc-bootstrap/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.1-SNAPSHOT + 2.0.3 trpc-bootstrap diff --git a/trpc-bootstrap/trpc-server/pom.xml b/trpc-bootstrap/trpc-server/pom.xml index 4f9c3b086..e8af64409 100644 --- a/trpc-bootstrap/trpc-server/pom.xml +++ b/trpc-bootstrap/trpc-server/pom.xml @@ -5,7 +5,7 @@ com.tencent.trpc trpc-bootstrap - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-code-generator/pom.xml b/trpc-code-generator/pom.xml index 1c996b247..103d9a39b 100644 --- a/trpc-code-generator/pom.xml +++ b/trpc-code-generator/pom.xml @@ -7,7 +7,7 @@ trpc-parent com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 trpc-code-generator diff --git a/trpc-configcenter/pom.xml b/trpc-configcenter/pom.xml index 69ea4e43f..eebbb9c5e 100644 --- a/trpc-configcenter/pom.xml +++ b/trpc-configcenter/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-configcenter/trpc-configcenter-nacos/pom.xml b/trpc-configcenter/trpc-configcenter-nacos/pom.xml index 9111b9909..d55de26d2 100644 --- a/trpc-configcenter/trpc-configcenter-nacos/pom.xml +++ b/trpc-configcenter/trpc-configcenter-nacos/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-configcenter - 2.0.1-SNAPSHOT + 2.0.3 jar ${project.artifactId} diff --git a/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml b/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml index 0a6e29ab4..10a86ec9e 100644 --- a/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml +++ b/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-configcenter - 2.0.1-SNAPSHOT + 2.0.3 jar ${project.artifactId} diff --git a/trpc-container/pom.xml b/trpc-container/pom.xml index 0b2268041..80cdd9abf 100644 --- a/trpc-container/pom.xml +++ b/trpc-container/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.1-SNAPSHOT + 2.0.3 trpc-container diff --git a/trpc-container/trpc-container-default/pom.xml b/trpc-container/trpc-container-default/pom.xml index f64c26bcd..873b47404 100644 --- a/trpc-container/trpc-container-default/pom.xml +++ b/trpc-container/trpc-container-default/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-container - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-core/pom.xml b/trpc-core/pom.xml index 9d4f20b70..a6f0ac953 100644 --- a/trpc-core/pom.xml +++ b/trpc-core/pom.xml @@ -8,7 +8,7 @@ com.tencent.trpc trpc-parent - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java index f3e42321c..6a45d0687 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java @@ -31,13 +31,13 @@ public class Version { * VERSION: Do not modify the line number of this line. If you want to modify it, be sure to change deploy.sh at * the same time. */ - public static final String VERSION = "v2.0.1"; + public static final String VERSION = "v2.0.3"; public static final String SNAPSHOT_VERSION = VERSION + VERSION_SUFFIX; /** * IS_FORMAL_VERSION: Do not modify the line number of this line. If you want to modify it, be sure to change * deploy.sh atthe same time. */ - public static final boolean IS_FORMAL_VERSION = false; + public static final boolean IS_FORMAL_VERSION = true; /** * Version returns the version number of the trpc framework. diff --git a/trpc-demo/pom.xml b/trpc-demo/pom.xml index 6b0e62a14..b40cf2a49 100644 --- a/trpc-demo/pom.xml +++ b/trpc-demo/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.1-SNAPSHOT + 2.0.3 trpc-demo diff --git a/trpc-demo/trpc-java-demo/pom.xml b/trpc-demo/trpc-java-demo/pom.xml index 1b2ebcf63..5f8e6fabf 100644 --- a/trpc-demo/trpc-java-demo/pom.xml +++ b/trpc-demo/trpc-java-demo/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-demo - 2.0.1-SNAPSHOT + 2.0.3 trpc-demo Demo project for Spring Boot diff --git a/trpc-demo/trpc-spring-demo/pom.xml b/trpc-demo/trpc-spring-demo/pom.xml index ff37b95d2..addaf2147 100644 --- a/trpc-demo/trpc-spring-demo/pom.xml +++ b/trpc-demo/trpc-spring-demo/pom.xml @@ -16,7 +16,7 @@ com.tencent.trpc trpc-demo - 2.0.1-SNAPSHOT + 2.0.3 trpc-spring-demo Maven Webapp diff --git a/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml b/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml index 8bd9c11ae..35012c2cc 100644 --- a/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml +++ b/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml @@ -5,7 +5,7 @@ trpc-spring-demo com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-demo/trpc-spring-demo/trpc-spring-demo-api/pom.xml b/trpc-demo/trpc-spring-demo/trpc-spring-demo-api/pom.xml index fee789cd2..9c27c67a9 100644 --- a/trpc-demo/trpc-spring-demo/trpc-spring-demo-api/pom.xml +++ b/trpc-demo/trpc-spring-demo/trpc-spring-demo-api/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-spring-demo - 2.0.1-SNAPSHOT + 2.0.3 trpc-spring-demo-api diff --git a/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml index ded6673df..eda1d10a1 100644 --- a/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml +++ b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml @@ -5,7 +5,7 @@ trpc-spring-demo com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-dependencies/pom.xml b/trpc-dependencies/pom.xml index b1b8af372..63ab4015a 100644 --- a/trpc-dependencies/pom.xml +++ b/trpc-dependencies/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-dependencies/trpc-bom/pom.xml b/trpc-dependencies/trpc-bom/pom.xml index 41fa2c34a..29fb5d23f 100644 --- a/trpc-dependencies/trpc-bom/pom.xml +++ b/trpc-dependencies/trpc-bom/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-bom - 2.0.1-SNAPSHOT + 2.0.3 pom trpc-bom trpc diff --git a/trpc-dependencies/trpc-dependencies-bom/pom.xml b/trpc-dependencies/trpc-dependencies-bom/pom.xml index 23680a84a..ac3e27fd4 100644 --- a/trpc-dependencies/trpc-dependencies-bom/pom.xml +++ b/trpc-dependencies/trpc-dependencies-bom/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-dependencies-bom - 2.0.1-SNAPSHOT + 2.0.3 pom trpc-dependencies-bom trpc diff --git a/trpc-dependencies/trpc-mini/pom.xml b/trpc-dependencies/trpc-mini/pom.xml index 5e0f0068a..aaac66c95 100644 --- a/trpc-dependencies/trpc-mini/pom.xml +++ b/trpc-dependencies/trpc-mini/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-dependencies - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-dependencies/trpc-standard/pom.xml b/trpc-dependencies/trpc-standard/pom.xml index 2812fbcbc..d752a845b 100644 --- a/trpc-dependencies/trpc-standard/pom.xml +++ b/trpc-dependencies/trpc-standard/pom.xml @@ -5,7 +5,7 @@ trpc-dependencies com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-limiter/pom.xml b/trpc-limiter/pom.xml index 864ae4c63..a660a3671 100644 --- a/trpc-limiter/pom.xml +++ b/trpc-limiter/pom.xml @@ -8,7 +8,7 @@ com.tencent.trpc trpc-parent - 2.0.1-SNAPSHOT + 2.0.3 trpc-limiter diff --git a/trpc-limiter/trpc-limiter-sentinel/pom.xml b/trpc-limiter/trpc-limiter-sentinel/pom.xml index a70326be9..8a7bc078e 100644 --- a/trpc-limiter/trpc-limiter-sentinel/pom.xml +++ b/trpc-limiter/trpc-limiter-sentinel/pom.xml @@ -10,7 +10,7 @@ com.tencent.trpc trpc-limiter - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-logger/pom.xml b/trpc-logger/pom.xml index 3390bd690..d0f819688 100644 --- a/trpc-logger/pom.xml +++ b/trpc-logger/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.1-SNAPSHOT + 2.0.3 trpc-logger diff --git a/trpc-logger/trpc-logger-admin/pom.xml b/trpc-logger/trpc-logger-admin/pom.xml index 30f0ff605..60557655d 100644 --- a/trpc-logger/trpc-logger-admin/pom.xml +++ b/trpc-logger/trpc-logger-admin/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-logger - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-maven-plugin/pom.xml b/trpc-maven-plugin/pom.xml index 3bf4cff43..b6459b6fb 100644 --- a/trpc-maven-plugin/pom.xml +++ b/trpc-maven-plugin/pom.xml @@ -7,7 +7,7 @@ trpc-parent com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 trpc-maven-plugin diff --git a/trpc-opentelemetry/pom.xml b/trpc-opentelemetry/pom.xml index bcd86e932..05218e535 100644 --- a/trpc-opentelemetry/pom.xml +++ b/trpc-opentelemetry/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-parent - 2.0.1-SNAPSHOT + 2.0.3 trpc-opentelemetry diff --git a/trpc-proto/pom.xml b/trpc-proto/pom.xml index 448d77606..6a333ceab 100644 --- a/trpc-proto/pom.xml +++ b/trpc-proto/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.1-SNAPSHOT + 2.0.3 trpc-proto diff --git a/trpc-proto/trpc-proto-http/pom.xml b/trpc-proto/trpc-proto-http/pom.xml index cdc28839e..3c0e1fde7 100644 --- a/trpc-proto/trpc-proto-http/pom.xml +++ b/trpc-proto/trpc-proto-http/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-proto - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-proto/trpc-proto-standard/pom.xml b/trpc-proto/trpc-proto-standard/pom.xml index 94ff30362..af4513d45 100644 --- a/trpc-proto/trpc-proto-standard/pom.xml +++ b/trpc-proto/trpc-proto-standard/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-proto - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-proto/trpc-rpc-support/pom.xml b/trpc-proto/trpc-rpc-support/pom.xml index 97ca0702b..6a17d3e81 100644 --- a/trpc-proto/trpc-rpc-support/pom.xml +++ b/trpc-proto/trpc-rpc-support/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-proto - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-registry/pom.xml b/trpc-registry/pom.xml index 53e28d08e..444daa9a3 100644 --- a/trpc-registry/pom.xml +++ b/trpc-registry/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.1-SNAPSHOT + 2.0.3 trpc-registry diff --git a/trpc-registry/trpc-registry-api/pom.xml b/trpc-registry/trpc-registry-api/pom.xml index b13677e4b..b409e3670 100644 --- a/trpc-registry/trpc-registry-api/pom.xml +++ b/trpc-registry/trpc-registry-api/pom.xml @@ -7,7 +7,7 @@ trpc-registry com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-registry/trpc-registry-consul/pom.xml b/trpc-registry/trpc-registry-consul/pom.xml index 656098b25..cec7480d6 100644 --- a/trpc-registry/trpc-registry-consul/pom.xml +++ b/trpc-registry/trpc-registry-consul/pom.xml @@ -6,7 +6,7 @@ trpc-registry com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-registry/trpc-registry-nacos/pom.xml b/trpc-registry/trpc-registry-nacos/pom.xml index d70ccdb25..e461e78a1 100644 --- a/trpc-registry/trpc-registry-nacos/pom.xml +++ b/trpc-registry/trpc-registry-nacos/pom.xml @@ -6,7 +6,7 @@ trpc-registry com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-registry/trpc-registry-open-polaris/pom.xml b/trpc-registry/trpc-registry-open-polaris/pom.xml index 5441bba06..c13a03e3f 100644 --- a/trpc-registry/trpc-registry-open-polaris/pom.xml +++ b/trpc-registry/trpc-registry-open-polaris/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-registry - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-registry/trpc-registry-zookeeper/pom.xml b/trpc-registry/trpc-registry-zookeeper/pom.xml index 0d22930fd..b028cf490 100644 --- a/trpc-registry/trpc-registry-zookeeper/pom.xml +++ b/trpc-registry/trpc-registry-zookeeper/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-registry - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-selector/pom.xml b/trpc-selector/pom.xml index 5f072328b..bccf67f0a 100644 --- a/trpc-selector/pom.xml +++ b/trpc-selector/pom.xml @@ -19,6 +19,6 @@ trpc-parent com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 diff --git a/trpc-selector/trpc-selector-consul/pom.xml b/trpc-selector/trpc-selector-consul/pom.xml index fc53b291e..5e30f8893 100644 --- a/trpc-selector/trpc-selector-consul/pom.xml +++ b/trpc-selector/trpc-selector-consul/pom.xml @@ -27,7 +27,7 @@ trpc-selector com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 diff --git a/trpc-selector/trpc-selector-nacos/pom.xml b/trpc-selector/trpc-selector-nacos/pom.xml index 3e963dbce..712c73bfc 100644 --- a/trpc-selector/trpc-selector-nacos/pom.xml +++ b/trpc-selector/trpc-selector-nacos/pom.xml @@ -27,7 +27,7 @@ trpc-selector com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 diff --git a/trpc-selector/trpc-selector-open-polaris/pom.xml b/trpc-selector/trpc-selector-open-polaris/pom.xml index bc32a618f..683801fbc 100644 --- a/trpc-selector/trpc-selector-open-polaris/pom.xml +++ b/trpc-selector/trpc-selector-open-polaris/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-selector - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-selector/trpc-selector-zookeeper/pom.xml b/trpc-selector/trpc-selector-zookeeper/pom.xml index f25863e67..ad8cd98d6 100644 --- a/trpc-selector/trpc-selector-zookeeper/pom.xml +++ b/trpc-selector/trpc-selector-zookeeper/pom.xml @@ -5,7 +5,7 @@ trpc-selector com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-spring-boot-starters/pom.xml b/trpc-spring-boot-starters/pom.xml index ffa5b82ab..f3f7521ed 100644 --- a/trpc-spring-boot-starters/pom.xml +++ b/trpc-spring-boot-starters/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 trpc-spring-boot-starters diff --git a/trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml b/trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml index d44e63f2b..39352b73b 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ trpc-spring-boot-starters com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-spring-support/pom.xml b/trpc-spring-support/pom.xml index 5c878ed5f..822e174c0 100644 --- a/trpc-spring-support/pom.xml +++ b/trpc-spring-support/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-spring-support/trpc-spring-cloud-gateway/pom.xml b/trpc-spring-support/trpc-spring-cloud-gateway/pom.xml index abb3044f6..608974a29 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/pom.xml +++ b/trpc-spring-support/trpc-spring-cloud-gateway/pom.xml @@ -6,7 +6,7 @@ trpc-spring-support com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 trpc-spring-cloud-gateway ${project.artifactId} diff --git a/trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml b/trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml index 5f45adb0d..a0455aeba 100644 --- a/trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml +++ b/trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml @@ -6,7 +6,7 @@ trpc-spring-support com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-spring-support/trpc-spring/pom.xml b/trpc-spring-support/trpc-spring/pom.xml index 37bebc5f4..7664d01e1 100644 --- a/trpc-spring-support/trpc-spring/pom.xml +++ b/trpc-spring-support/trpc-spring/pom.xml @@ -5,7 +5,7 @@ trpc-spring-support com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 trpc-spring diff --git a/trpc-spring-support/trpc-springmvc/pom.xml b/trpc-spring-support/trpc-springmvc/pom.xml index 1e78f1691..d929e960f 100644 --- a/trpc-spring-support/trpc-springmvc/pom.xml +++ b/trpc-spring-support/trpc-springmvc/pom.xml @@ -5,7 +5,7 @@ trpc-spring-support com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-test/pom.xml b/trpc-test/pom.xml index f0d8b40be..8c16eb6f0 100644 --- a/trpc-test/pom.xml +++ b/trpc-test/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.1-SNAPSHOT + 2.0.3 trpc-test diff --git a/trpc-test/trpc-test-integration/pom.xml b/trpc-test/trpc-test-integration/pom.xml index 7d36233ef..f76ec2559 100644 --- a/trpc-test/trpc-test-integration/pom.xml +++ b/trpc-test/trpc-test-integration/pom.xml @@ -5,7 +5,7 @@ trpc-test com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 4.0.0 diff --git a/trpc-transport/pom.xml b/trpc-transport/pom.xml index ec0c76925..c4099d375 100644 --- a/trpc-transport/pom.xml +++ b/trpc-transport/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.1-SNAPSHOT + 2.0.3 trpc-transport diff --git a/trpc-transport/trpc-transport-http/pom.xml b/trpc-transport/trpc-transport-http/pom.xml index ef1edbe02..dbe9220c3 100644 --- a/trpc-transport/trpc-transport-http/pom.xml +++ b/trpc-transport/trpc-transport-http/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-transport - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-transport/trpc-transport-netty/pom.xml b/trpc-transport/trpc-transport-netty/pom.xml index a504585dd..7f3bc6299 100644 --- a/trpc-transport/trpc-transport-netty/pom.xml +++ b/trpc-transport/trpc-transport-netty/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-transport - 2.0.1-SNAPSHOT + 2.0.3 jar diff --git a/trpc-validation/pom.xml b/trpc-validation/pom.xml index 2c2739996..42529f56d 100644 --- a/trpc-validation/pom.xml +++ b/trpc-validation/pom.xml @@ -8,7 +8,7 @@ trpc-parent com.tencent.trpc - 2.0.1-SNAPSHOT + 2.0.3 Trpc Parent Project ${project.version} diff --git a/trpc-validation/trpc-validation-pgv/pom.xml b/trpc-validation/trpc-validation-pgv/pom.xml index b66a42310..863e2ae6f 100644 --- a/trpc-validation/trpc-validation-pgv/pom.xml +++ b/trpc-validation/trpc-validation-pgv/pom.xml @@ -8,7 +8,7 @@ com.tencent.trpc trpc-validation - 2.0.1-SNAPSHOT + 2.0.3 jar From 1cd75e44a6971df1df4e3543fb0275a356404793 Mon Sep 17 00:00:00 2001 From: wardseptember Date: Wed, 31 Dec 2025 11:09:54 +0800 Subject: [PATCH 2/2] feat: release 2.0.3 version --- pom.xml | 2 +- trpc-admin/pom.xml | 2 +- trpc-admin/trpc-admin-default/pom.xml | 2 +- trpc-bootstrap/pom.xml | 2 +- trpc-bootstrap/trpc-server/pom.xml | 2 +- trpc-code-generator/pom.xml | 2 +- trpc-configcenter/pom.xml | 2 +- trpc-configcenter/trpc-configcenter-nacos/pom.xml | 2 +- trpc-configcenter/trpc-configcenter-open-polaris/pom.xml | 2 +- trpc-container/pom.xml | 2 +- trpc-container/trpc-container-default/pom.xml | 2 +- trpc-core/pom.xml | 2 +- .../src/main/java/com/tencent/trpc/core/common/Version.java | 2 +- trpc-demo/pom.xml | 2 +- trpc-demo/trpc-java-demo/pom.xml | 2 +- trpc-demo/trpc-spring-demo/pom.xml | 2 +- trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml | 2 +- trpc-demo/trpc-spring-demo/trpc-spring-demo-api/pom.xml | 2 +- trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml | 2 +- trpc-dependencies/pom.xml | 2 +- trpc-dependencies/trpc-bom/pom.xml | 2 +- trpc-dependencies/trpc-dependencies-bom/pom.xml | 2 +- trpc-dependencies/trpc-mini/pom.xml | 2 +- trpc-dependencies/trpc-standard/pom.xml | 2 +- trpc-limiter/pom.xml | 2 +- trpc-limiter/trpc-limiter-sentinel/pom.xml | 2 +- trpc-logger/pom.xml | 2 +- trpc-logger/trpc-logger-admin/pom.xml | 2 +- trpc-maven-plugin/pom.xml | 2 +- trpc-opentelemetry/pom.xml | 2 +- trpc-proto/pom.xml | 2 +- trpc-proto/trpc-proto-http/pom.xml | 2 +- trpc-proto/trpc-proto-standard/pom.xml | 2 +- trpc-proto/trpc-rpc-support/pom.xml | 2 +- trpc-registry/pom.xml | 2 +- trpc-registry/trpc-registry-api/pom.xml | 2 +- trpc-registry/trpc-registry-consul/pom.xml | 2 +- trpc-registry/trpc-registry-nacos/pom.xml | 2 +- trpc-registry/trpc-registry-open-polaris/pom.xml | 2 +- trpc-registry/trpc-registry-zookeeper/pom.xml | 2 +- trpc-selector/pom.xml | 2 +- trpc-selector/trpc-selector-consul/pom.xml | 2 +- trpc-selector/trpc-selector-nacos/pom.xml | 2 +- trpc-selector/trpc-selector-open-polaris/pom.xml | 2 +- trpc-selector/trpc-selector-zookeeper/pom.xml | 2 +- trpc-spring-boot-starters/pom.xml | 2 +- trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml | 2 +- trpc-spring-support/pom.xml | 2 +- trpc-spring-support/trpc-spring-cloud-gateway/pom.xml | 2 +- trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml | 2 +- trpc-spring-support/trpc-spring/pom.xml | 2 +- trpc-spring-support/trpc-springmvc/pom.xml | 2 +- trpc-test/pom.xml | 2 +- trpc-test/trpc-test-integration/pom.xml | 2 +- trpc-transport/pom.xml | 2 +- trpc-transport/trpc-transport-http/pom.xml | 2 +- trpc-transport/trpc-transport-netty/pom.xml | 2 +- trpc-validation/pom.xml | 2 +- trpc-validation/trpc-validation-pgv/pom.xml | 2 +- 59 files changed, 59 insertions(+), 59 deletions(-) diff --git a/pom.xml b/pom.xml index b4b3e36a8..2f5abeb62 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-parent - 2.0.3 + 2.0.3-SNAPSHOT pom Trpc Parent Project ${project.version} trpc diff --git a/trpc-admin/pom.xml b/trpc-admin/pom.xml index 2aec42486..ff51dff02 100644 --- a/trpc-admin/pom.xml +++ b/trpc-admin/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.3 + 2.0.3-SNAPSHOT trpc-admin diff --git a/trpc-admin/trpc-admin-default/pom.xml b/trpc-admin/trpc-admin-default/pom.xml index 5fdf08cc8..f7fdf433e 100644 --- a/trpc-admin/trpc-admin-default/pom.xml +++ b/trpc-admin/trpc-admin-default/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-admin - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-bootstrap/pom.xml b/trpc-bootstrap/pom.xml index b4655b628..671403a7b 100644 --- a/trpc-bootstrap/pom.xml +++ b/trpc-bootstrap/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.3 + 2.0.3-SNAPSHOT trpc-bootstrap diff --git a/trpc-bootstrap/trpc-server/pom.xml b/trpc-bootstrap/trpc-server/pom.xml index e8af64409..022c025b2 100644 --- a/trpc-bootstrap/trpc-server/pom.xml +++ b/trpc-bootstrap/trpc-server/pom.xml @@ -5,7 +5,7 @@ com.tencent.trpc trpc-bootstrap - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-code-generator/pom.xml b/trpc-code-generator/pom.xml index 103d9a39b..545a09003 100644 --- a/trpc-code-generator/pom.xml +++ b/trpc-code-generator/pom.xml @@ -7,7 +7,7 @@ trpc-parent com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT trpc-code-generator diff --git a/trpc-configcenter/pom.xml b/trpc-configcenter/pom.xml index eebbb9c5e..5a19da549 100644 --- a/trpc-configcenter/pom.xml +++ b/trpc-configcenter/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-configcenter/trpc-configcenter-nacos/pom.xml b/trpc-configcenter/trpc-configcenter-nacos/pom.xml index d55de26d2..b4df38154 100644 --- a/trpc-configcenter/trpc-configcenter-nacos/pom.xml +++ b/trpc-configcenter/trpc-configcenter-nacos/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-configcenter - 2.0.3 + 2.0.3-SNAPSHOT jar ${project.artifactId} diff --git a/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml b/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml index 10a86ec9e..aac966b99 100644 --- a/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml +++ b/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-configcenter - 2.0.3 + 2.0.3-SNAPSHOT jar ${project.artifactId} diff --git a/trpc-container/pom.xml b/trpc-container/pom.xml index 80cdd9abf..06525bafe 100644 --- a/trpc-container/pom.xml +++ b/trpc-container/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.3 + 2.0.3-SNAPSHOT trpc-container diff --git a/trpc-container/trpc-container-default/pom.xml b/trpc-container/trpc-container-default/pom.xml index 873b47404..f2aa996d2 100644 --- a/trpc-container/trpc-container-default/pom.xml +++ b/trpc-container/trpc-container-default/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-container - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-core/pom.xml b/trpc-core/pom.xml index a6f0ac953..f9c18ce73 100644 --- a/trpc-core/pom.xml +++ b/trpc-core/pom.xml @@ -8,7 +8,7 @@ com.tencent.trpc trpc-parent - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java b/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java index 6a45d0687..943244328 100644 --- a/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java +++ b/trpc-core/src/main/java/com/tencent/trpc/core/common/Version.java @@ -37,7 +37,7 @@ public class Version { * IS_FORMAL_VERSION: Do not modify the line number of this line. If you want to modify it, be sure to change * deploy.sh atthe same time. */ - public static final boolean IS_FORMAL_VERSION = true; + public static final boolean IS_FORMAL_VERSION = false; /** * Version returns the version number of the trpc framework. diff --git a/trpc-demo/pom.xml b/trpc-demo/pom.xml index b40cf2a49..74dab14d7 100644 --- a/trpc-demo/pom.xml +++ b/trpc-demo/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.3 + 2.0.3-SNAPSHOT trpc-demo diff --git a/trpc-demo/trpc-java-demo/pom.xml b/trpc-demo/trpc-java-demo/pom.xml index 5f8e6fabf..41b591b87 100644 --- a/trpc-demo/trpc-java-demo/pom.xml +++ b/trpc-demo/trpc-java-demo/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-demo - 2.0.3 + 2.0.3-SNAPSHOT trpc-demo Demo project for Spring Boot diff --git a/trpc-demo/trpc-spring-demo/pom.xml b/trpc-demo/trpc-spring-demo/pom.xml index addaf2147..29097536d 100644 --- a/trpc-demo/trpc-spring-demo/pom.xml +++ b/trpc-demo/trpc-spring-demo/pom.xml @@ -16,7 +16,7 @@ com.tencent.trpc trpc-demo - 2.0.3 + 2.0.3-SNAPSHOT trpc-spring-demo Maven Webapp diff --git a/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml b/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml index 35012c2cc..ab996f8f9 100644 --- a/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml +++ b/trpc-demo/trpc-spring-demo/trpc-spring-client-demo/pom.xml @@ -5,7 +5,7 @@ trpc-spring-demo com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-demo/trpc-spring-demo/trpc-spring-demo-api/pom.xml b/trpc-demo/trpc-spring-demo/trpc-spring-demo-api/pom.xml index 9c27c67a9..24fff2acc 100644 --- a/trpc-demo/trpc-spring-demo/trpc-spring-demo-api/pom.xml +++ b/trpc-demo/trpc-spring-demo/trpc-spring-demo-api/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-spring-demo - 2.0.3 + 2.0.3-SNAPSHOT trpc-spring-demo-api diff --git a/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml index eda1d10a1..cd98571b4 100644 --- a/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml +++ b/trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml @@ -5,7 +5,7 @@ trpc-spring-demo com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-dependencies/pom.xml b/trpc-dependencies/pom.xml index 63ab4015a..25bd713ed 100644 --- a/trpc-dependencies/pom.xml +++ b/trpc-dependencies/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-dependencies/trpc-bom/pom.xml b/trpc-dependencies/trpc-bom/pom.xml index 29fb5d23f..84c500a96 100644 --- a/trpc-dependencies/trpc-bom/pom.xml +++ b/trpc-dependencies/trpc-bom/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-bom - 2.0.3 + 2.0.3-SNAPSHOT pom trpc-bom trpc diff --git a/trpc-dependencies/trpc-dependencies-bom/pom.xml b/trpc-dependencies/trpc-dependencies-bom/pom.xml index ac3e27fd4..98a5b354e 100644 --- a/trpc-dependencies/trpc-dependencies-bom/pom.xml +++ b/trpc-dependencies/trpc-dependencies-bom/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-dependencies-bom - 2.0.3 + 2.0.3-SNAPSHOT pom trpc-dependencies-bom trpc diff --git a/trpc-dependencies/trpc-mini/pom.xml b/trpc-dependencies/trpc-mini/pom.xml index aaac66c95..f243770eb 100644 --- a/trpc-dependencies/trpc-mini/pom.xml +++ b/trpc-dependencies/trpc-mini/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-dependencies - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-dependencies/trpc-standard/pom.xml b/trpc-dependencies/trpc-standard/pom.xml index d752a845b..4be87f0bc 100644 --- a/trpc-dependencies/trpc-standard/pom.xml +++ b/trpc-dependencies/trpc-standard/pom.xml @@ -5,7 +5,7 @@ trpc-dependencies com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-limiter/pom.xml b/trpc-limiter/pom.xml index a660a3671..6f97e96a9 100644 --- a/trpc-limiter/pom.xml +++ b/trpc-limiter/pom.xml @@ -8,7 +8,7 @@ com.tencent.trpc trpc-parent - 2.0.3 + 2.0.3-SNAPSHOT trpc-limiter diff --git a/trpc-limiter/trpc-limiter-sentinel/pom.xml b/trpc-limiter/trpc-limiter-sentinel/pom.xml index 8a7bc078e..0c835793a 100644 --- a/trpc-limiter/trpc-limiter-sentinel/pom.xml +++ b/trpc-limiter/trpc-limiter-sentinel/pom.xml @@ -10,7 +10,7 @@ com.tencent.trpc trpc-limiter - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-logger/pom.xml b/trpc-logger/pom.xml index d0f819688..d27d7123a 100644 --- a/trpc-logger/pom.xml +++ b/trpc-logger/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.3 + 2.0.3-SNAPSHOT trpc-logger diff --git a/trpc-logger/trpc-logger-admin/pom.xml b/trpc-logger/trpc-logger-admin/pom.xml index 60557655d..e4eaa6ab0 100644 --- a/trpc-logger/trpc-logger-admin/pom.xml +++ b/trpc-logger/trpc-logger-admin/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-logger - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-maven-plugin/pom.xml b/trpc-maven-plugin/pom.xml index b6459b6fb..f5529b6e2 100644 --- a/trpc-maven-plugin/pom.xml +++ b/trpc-maven-plugin/pom.xml @@ -7,7 +7,7 @@ trpc-parent com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT trpc-maven-plugin diff --git a/trpc-opentelemetry/pom.xml b/trpc-opentelemetry/pom.xml index 05218e535..91a931004 100644 --- a/trpc-opentelemetry/pom.xml +++ b/trpc-opentelemetry/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-parent - 2.0.3 + 2.0.3-SNAPSHOT trpc-opentelemetry diff --git a/trpc-proto/pom.xml b/trpc-proto/pom.xml index 6a333ceab..d34729a39 100644 --- a/trpc-proto/pom.xml +++ b/trpc-proto/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.3 + 2.0.3-SNAPSHOT trpc-proto diff --git a/trpc-proto/trpc-proto-http/pom.xml b/trpc-proto/trpc-proto-http/pom.xml index 3c0e1fde7..9d2f0c2ed 100644 --- a/trpc-proto/trpc-proto-http/pom.xml +++ b/trpc-proto/trpc-proto-http/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-proto - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-proto/trpc-proto-standard/pom.xml b/trpc-proto/trpc-proto-standard/pom.xml index af4513d45..f46ef243c 100644 --- a/trpc-proto/trpc-proto-standard/pom.xml +++ b/trpc-proto/trpc-proto-standard/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-proto - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-proto/trpc-rpc-support/pom.xml b/trpc-proto/trpc-rpc-support/pom.xml index 6a17d3e81..1278631d7 100644 --- a/trpc-proto/trpc-rpc-support/pom.xml +++ b/trpc-proto/trpc-rpc-support/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-proto - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-registry/pom.xml b/trpc-registry/pom.xml index 444daa9a3..b1cec2b33 100644 --- a/trpc-registry/pom.xml +++ b/trpc-registry/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.3 + 2.0.3-SNAPSHOT trpc-registry diff --git a/trpc-registry/trpc-registry-api/pom.xml b/trpc-registry/trpc-registry-api/pom.xml index b409e3670..e8c8fd449 100644 --- a/trpc-registry/trpc-registry-api/pom.xml +++ b/trpc-registry/trpc-registry-api/pom.xml @@ -7,7 +7,7 @@ trpc-registry com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-registry/trpc-registry-consul/pom.xml b/trpc-registry/trpc-registry-consul/pom.xml index cec7480d6..7c7f402d9 100644 --- a/trpc-registry/trpc-registry-consul/pom.xml +++ b/trpc-registry/trpc-registry-consul/pom.xml @@ -6,7 +6,7 @@ trpc-registry com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-registry/trpc-registry-nacos/pom.xml b/trpc-registry/trpc-registry-nacos/pom.xml index e461e78a1..4b49bac7d 100644 --- a/trpc-registry/trpc-registry-nacos/pom.xml +++ b/trpc-registry/trpc-registry-nacos/pom.xml @@ -6,7 +6,7 @@ trpc-registry com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-registry/trpc-registry-open-polaris/pom.xml b/trpc-registry/trpc-registry-open-polaris/pom.xml index c13a03e3f..b1b9cf2ec 100644 --- a/trpc-registry/trpc-registry-open-polaris/pom.xml +++ b/trpc-registry/trpc-registry-open-polaris/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-registry - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-registry/trpc-registry-zookeeper/pom.xml b/trpc-registry/trpc-registry-zookeeper/pom.xml index b028cf490..b07bbd158 100644 --- a/trpc-registry/trpc-registry-zookeeper/pom.xml +++ b/trpc-registry/trpc-registry-zookeeper/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-registry - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-selector/pom.xml b/trpc-selector/pom.xml index bccf67f0a..3d6ba2b9f 100644 --- a/trpc-selector/pom.xml +++ b/trpc-selector/pom.xml @@ -19,6 +19,6 @@ trpc-parent com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT diff --git a/trpc-selector/trpc-selector-consul/pom.xml b/trpc-selector/trpc-selector-consul/pom.xml index 5e30f8893..93f77e528 100644 --- a/trpc-selector/trpc-selector-consul/pom.xml +++ b/trpc-selector/trpc-selector-consul/pom.xml @@ -27,7 +27,7 @@ trpc-selector com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT diff --git a/trpc-selector/trpc-selector-nacos/pom.xml b/trpc-selector/trpc-selector-nacos/pom.xml index 712c73bfc..5870b18fc 100644 --- a/trpc-selector/trpc-selector-nacos/pom.xml +++ b/trpc-selector/trpc-selector-nacos/pom.xml @@ -27,7 +27,7 @@ trpc-selector com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT diff --git a/trpc-selector/trpc-selector-open-polaris/pom.xml b/trpc-selector/trpc-selector-open-polaris/pom.xml index 683801fbc..8a0052668 100644 --- a/trpc-selector/trpc-selector-open-polaris/pom.xml +++ b/trpc-selector/trpc-selector-open-polaris/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-selector - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-selector/trpc-selector-zookeeper/pom.xml b/trpc-selector/trpc-selector-zookeeper/pom.xml index ad8cd98d6..cfdf88c9e 100644 --- a/trpc-selector/trpc-selector-zookeeper/pom.xml +++ b/trpc-selector/trpc-selector-zookeeper/pom.xml @@ -5,7 +5,7 @@ trpc-selector com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-spring-boot-starters/pom.xml b/trpc-spring-boot-starters/pom.xml index f3f7521ed..7528bcece 100644 --- a/trpc-spring-boot-starters/pom.xml +++ b/trpc-spring-boot-starters/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 trpc-spring-boot-starters diff --git a/trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml b/trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml index 39352b73b..508d109b0 100644 --- a/trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml +++ b/trpc-spring-boot-starters/trpc-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ trpc-spring-boot-starters com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-spring-support/pom.xml b/trpc-spring-support/pom.xml index 822e174c0..472523e24 100644 --- a/trpc-spring-support/pom.xml +++ b/trpc-spring-support/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-spring-support/trpc-spring-cloud-gateway/pom.xml b/trpc-spring-support/trpc-spring-cloud-gateway/pom.xml index 608974a29..773631e56 100644 --- a/trpc-spring-support/trpc-spring-cloud-gateway/pom.xml +++ b/trpc-spring-support/trpc-spring-cloud-gateway/pom.xml @@ -6,7 +6,7 @@ trpc-spring-support com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT trpc-spring-cloud-gateway ${project.artifactId} diff --git a/trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml b/trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml index a0455aeba..f0f6a193f 100644 --- a/trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml +++ b/trpc-spring-support/trpc-spring-nacos-autoconfigure/pom.xml @@ -6,7 +6,7 @@ trpc-spring-support com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-spring-support/trpc-spring/pom.xml b/trpc-spring-support/trpc-spring/pom.xml index 7664d01e1..ab86f2f00 100644 --- a/trpc-spring-support/trpc-spring/pom.xml +++ b/trpc-spring-support/trpc-spring/pom.xml @@ -5,7 +5,7 @@ trpc-spring-support com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 trpc-spring diff --git a/trpc-spring-support/trpc-springmvc/pom.xml b/trpc-spring-support/trpc-springmvc/pom.xml index d929e960f..f59438074 100644 --- a/trpc-spring-support/trpc-springmvc/pom.xml +++ b/trpc-spring-support/trpc-springmvc/pom.xml @@ -5,7 +5,7 @@ trpc-spring-support com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-test/pom.xml b/trpc-test/pom.xml index 8c16eb6f0..8c314bbb6 100644 --- a/trpc-test/pom.xml +++ b/trpc-test/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.3 + 2.0.3-SNAPSHOT trpc-test diff --git a/trpc-test/trpc-test-integration/pom.xml b/trpc-test/trpc-test-integration/pom.xml index f76ec2559..24c33f5d7 100644 --- a/trpc-test/trpc-test-integration/pom.xml +++ b/trpc-test/trpc-test-integration/pom.xml @@ -5,7 +5,7 @@ trpc-test com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT 4.0.0 diff --git a/trpc-transport/pom.xml b/trpc-transport/pom.xml index c4099d375..f5e5a45bc 100644 --- a/trpc-transport/pom.xml +++ b/trpc-transport/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 2.0.3 + 2.0.3-SNAPSHOT trpc-transport diff --git a/trpc-transport/trpc-transport-http/pom.xml b/trpc-transport/trpc-transport-http/pom.xml index dbe9220c3..a5cfcf917 100644 --- a/trpc-transport/trpc-transport-http/pom.xml +++ b/trpc-transport/trpc-transport-http/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-transport - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-transport/trpc-transport-netty/pom.xml b/trpc-transport/trpc-transport-netty/pom.xml index 7f3bc6299..57e90e1e1 100644 --- a/trpc-transport/trpc-transport-netty/pom.xml +++ b/trpc-transport/trpc-transport-netty/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-transport - 2.0.3 + 2.0.3-SNAPSHOT jar diff --git a/trpc-validation/pom.xml b/trpc-validation/pom.xml index 42529f56d..78216c7cb 100644 --- a/trpc-validation/pom.xml +++ b/trpc-validation/pom.xml @@ -8,7 +8,7 @@ trpc-parent com.tencent.trpc - 2.0.3 + 2.0.3-SNAPSHOT Trpc Parent Project ${project.version} diff --git a/trpc-validation/trpc-validation-pgv/pom.xml b/trpc-validation/trpc-validation-pgv/pom.xml index 863e2ae6f..48f30d479 100644 --- a/trpc-validation/trpc-validation-pgv/pom.xml +++ b/trpc-validation/trpc-validation-pgv/pom.xml @@ -8,7 +8,7 @@ com.tencent.trpc trpc-validation - 2.0.3 + 2.0.3-SNAPSHOT jar