From c0577089b7597961ebbd41764606289b1bc15c4f Mon Sep 17 00:00:00 2001 From: laynexiong Date: Fri, 8 Aug 2025 11:16:01 +0800 Subject: [PATCH 1/3] feat: release 1.5.1 --- 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-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 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/pom.xml b/pom.xml index 63c098e4a..1de9782e9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-parent - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT pom Trpc Parent Project ${project.version} trpc diff --git a/trpc-admin/pom.xml b/trpc-admin/pom.xml index a08be1802..093eb3462 100644 --- a/trpc-admin/pom.xml +++ b/trpc-admin/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT trpc-admin diff --git a/trpc-admin/trpc-admin-default/pom.xml b/trpc-admin/trpc-admin-default/pom.xml index 6d0bba634..f2ba1fbee 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar diff --git a/trpc-bootstrap/pom.xml b/trpc-bootstrap/pom.xml index c3ab22003..53069f4b3 100644 --- a/trpc-bootstrap/pom.xml +++ b/trpc-bootstrap/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT trpc-bootstrap diff --git a/trpc-bootstrap/trpc-server/pom.xml b/trpc-bootstrap/trpc-server/pom.xml index 2c89be6e2..ebc963c4e 100644 --- a/trpc-bootstrap/trpc-server/pom.xml +++ b/trpc-bootstrap/trpc-server/pom.xml @@ -5,7 +5,7 @@ com.tencent.trpc trpc-bootstrap - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-code-generator/pom.xml b/trpc-code-generator/pom.xml index 5b9d78570..ac964427d 100644 --- a/trpc-code-generator/pom.xml +++ b/trpc-code-generator/pom.xml @@ -7,7 +7,7 @@ trpc-parent com.tencent.trpc - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT trpc-code-generator diff --git a/trpc-configcenter/pom.xml b/trpc-configcenter/pom.xml index c5f57de9d..374f1edf4 100644 --- a/trpc-configcenter/pom.xml +++ b/trpc-configcenter/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-configcenter/trpc-configcenter-nacos/pom.xml b/trpc-configcenter/trpc-configcenter-nacos/pom.xml index bc7404e8b..b7cb71c26 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 - 1.4.0-SNAPSHOT + 1.5.1-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 2bebf3e0f..8924cd2b6 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar ${project.artifactId} diff --git a/trpc-container/pom.xml b/trpc-container/pom.xml index 885244e4e..971e54eb5 100644 --- a/trpc-container/pom.xml +++ b/trpc-container/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT trpc-container diff --git a/trpc-container/trpc-container-default/pom.xml b/trpc-container/trpc-container-default/pom.xml index aaa28f2f2..9d46aa461 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar diff --git a/trpc-core/pom.xml b/trpc-core/pom.xml index d8a5b4eec..6a153dc68 100644 --- a/trpc-core/pom.xml +++ b/trpc-core/pom.xml @@ -8,7 +8,7 @@ com.tencent.trpc trpc-parent - 1.4.0-SNAPSHOT + 1.5.1-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 d2770511d..659177bfe 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,7 +31,7 @@ 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 = "v1.4.0"; + public static final String VERSION = "v1.5.1"; 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 diff --git a/trpc-demo/pom.xml b/trpc-demo/pom.xml index c2367e83f..9934bb620 100644 --- a/trpc-demo/pom.xml +++ b/trpc-demo/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT trpc-demo diff --git a/trpc-demo/trpc-java-demo/pom.xml b/trpc-demo/trpc-java-demo/pom.xml index 5a67f41fe..ac0703406 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 - 1.4.0-SNAPSHOT + 1.5.1-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 5af49393a..46e1e7ff8 100644 --- a/trpc-demo/trpc-spring-demo/pom.xml +++ b/trpc-demo/trpc-spring-demo/pom.xml @@ -15,7 +15,7 @@ com.tencent.trpc trpc-demo - 1.4.0-SNAPSHOT + 1.5.1-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 29ea25261..62b64a65e 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 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 d9c241305..ee33a9e08 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-dependencies/pom.xml b/trpc-dependencies/pom.xml index 6ac8747b2..3150660c6 100644 --- a/trpc-dependencies/pom.xml +++ b/trpc-dependencies/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-dependencies/trpc-bom/pom.xml b/trpc-dependencies/trpc-bom/pom.xml index e708ef271..7f609248c 100644 --- a/trpc-dependencies/trpc-bom/pom.xml +++ b/trpc-dependencies/trpc-bom/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-bom - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT pom trpc-bom trpc diff --git a/trpc-dependencies/trpc-dependencies-bom/pom.xml b/trpc-dependencies/trpc-dependencies-bom/pom.xml index 431797456..0b054ecfd 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT pom trpc-dependencies-bom trpc diff --git a/trpc-dependencies/trpc-mini/pom.xml b/trpc-dependencies/trpc-mini/pom.xml index e9bcf9bd6..1c9ad3a2d 100644 --- a/trpc-dependencies/trpc-mini/pom.xml +++ b/trpc-dependencies/trpc-mini/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-dependencies - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar diff --git a/trpc-dependencies/trpc-standard/pom.xml b/trpc-dependencies/trpc-standard/pom.xml index b71d71258..e866a006a 100644 --- a/trpc-dependencies/trpc-standard/pom.xml +++ b/trpc-dependencies/trpc-standard/pom.xml @@ -5,7 +5,7 @@ trpc-dependencies com.tencent.trpc - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-limiter/pom.xml b/trpc-limiter/pom.xml index 28f4d648b..520448a70 100644 --- a/trpc-limiter/pom.xml +++ b/trpc-limiter/pom.xml @@ -8,7 +8,7 @@ com.tencent.trpc trpc-parent - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT trpc-limiter diff --git a/trpc-limiter/trpc-limiter-sentinel/pom.xml b/trpc-limiter/trpc-limiter-sentinel/pom.xml index d050bb189..2f1ab05df 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar diff --git a/trpc-logger/pom.xml b/trpc-logger/pom.xml index 3f1d118c3..526b5d963 100644 --- a/trpc-logger/pom.xml +++ b/trpc-logger/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT trpc-logger diff --git a/trpc-logger/trpc-logger-admin/pom.xml b/trpc-logger/trpc-logger-admin/pom.xml index 3a78e7c8a..315c573b5 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar diff --git a/trpc-maven-plugin/pom.xml b/trpc-maven-plugin/pom.xml index 115b0dd02..7e984676c 100644 --- a/trpc-maven-plugin/pom.xml +++ b/trpc-maven-plugin/pom.xml @@ -7,7 +7,7 @@ trpc-parent com.tencent.trpc - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT trpc-maven-plugin diff --git a/trpc-opentelemetry/pom.xml b/trpc-opentelemetry/pom.xml index db6eebfe5..9d8a960e6 100644 --- a/trpc-opentelemetry/pom.xml +++ b/trpc-opentelemetry/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-parent - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT trpc-opentelemetry diff --git a/trpc-proto/pom.xml b/trpc-proto/pom.xml index cb957841d..444bcc3ad 100644 --- a/trpc-proto/pom.xml +++ b/trpc-proto/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT trpc-proto diff --git a/trpc-proto/trpc-proto-http/pom.xml b/trpc-proto/trpc-proto-http/pom.xml index 81f309d22..4aaf834cb 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar diff --git a/trpc-proto/trpc-proto-standard/pom.xml b/trpc-proto/trpc-proto-standard/pom.xml index 1b21e8cd9..54c0ed4a3 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar diff --git a/trpc-proto/trpc-rpc-support/pom.xml b/trpc-proto/trpc-rpc-support/pom.xml index 385fec6fd..948b1f518 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar diff --git a/trpc-registry/pom.xml b/trpc-registry/pom.xml index 3d0cbda4d..61240337c 100644 --- a/trpc-registry/pom.xml +++ b/trpc-registry/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT trpc-registry diff --git a/trpc-registry/trpc-registry-api/pom.xml b/trpc-registry/trpc-registry-api/pom.xml index d69a5bca8..7d80c11b8 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-registry/trpc-registry-consul/pom.xml b/trpc-registry/trpc-registry-consul/pom.xml index 0927a1225..bc40619cc 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-registry/trpc-registry-nacos/pom.xml b/trpc-registry/trpc-registry-nacos/pom.xml index 9c93b41ca..fdace777c 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 - 1.4.0-SNAPSHOT + 1.5.1-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 3e79cdb70..a51e9eee4 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar diff --git a/trpc-registry/trpc-registry-zookeeper/pom.xml b/trpc-registry/trpc-registry-zookeeper/pom.xml index 94ac208d0..5ff31c64a 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar diff --git a/trpc-selector/pom.xml b/trpc-selector/pom.xml index f410689cf..9992a7229 100644 --- a/trpc-selector/pom.xml +++ b/trpc-selector/pom.xml @@ -19,6 +19,6 @@ trpc-parent com.tencent.trpc - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/trpc-selector/trpc-selector-consul/pom.xml b/trpc-selector/trpc-selector-consul/pom.xml index f449a452d..22f54bed5 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/trpc-selector/trpc-selector-nacos/pom.xml b/trpc-selector/trpc-selector-nacos/pom.xml index 187a2aa61..2fe1439d6 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT diff --git a/trpc-selector/trpc-selector-open-polaris/pom.xml b/trpc-selector/trpc-selector-open-polaris/pom.xml index dff8a693e..343832c9d 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar diff --git a/trpc-selector/trpc-selector-zookeeper/pom.xml b/trpc-selector/trpc-selector-zookeeper/pom.xml index d380adafe..1a85694d5 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-spring-boot-starters/pom.xml b/trpc-spring-boot-starters/pom.xml index e4304b13a..f67e32006 100644 --- a/trpc-spring-boot-starters/pom.xml +++ b/trpc-spring-boot-starters/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 1.4.0-SNAPSHOT + 1.5.1-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 d0c5554ba..2f2934959 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-spring-support/pom.xml b/trpc-spring-support/pom.xml index c052dba61..6070c9acf 100644 --- a/trpc-spring-support/pom.xml +++ b/trpc-spring-support/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 1.4.0-SNAPSHOT + 1.5.1-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 4ceababc9..a9801598b 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 - 1.4.0-SNAPSHOT + 1.5.1-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 e7e8f9dbe..f6b63c700 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-spring-support/trpc-spring/pom.xml b/trpc-spring-support/trpc-spring/pom.xml index 9936eabfa..d3d1561f2 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 - 1.4.0-SNAPSHOT + 1.5.1-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 78521b1f1..7c5c4eb66 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-test/pom.xml b/trpc-test/pom.xml index bb981f309..1bc34e0fb 100644 --- a/trpc-test/pom.xml +++ b/trpc-test/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT trpc-test diff --git a/trpc-test/trpc-test-integration/pom.xml b/trpc-test/trpc-test-integration/pom.xml index 360296963..8c2f50621 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-transport/pom.xml b/trpc-transport/pom.xml index e96100fe8..cdbe8faf6 100644 --- a/trpc-transport/pom.xml +++ b/trpc-transport/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT trpc-transport diff --git a/trpc-transport/trpc-transport-http/pom.xml b/trpc-transport/trpc-transport-http/pom.xml index 093cdd283..3abfcf33e 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar diff --git a/trpc-transport/trpc-transport-netty/pom.xml b/trpc-transport/trpc-transport-netty/pom.xml index 70cf9f605..e946a7d30 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar diff --git a/trpc-validation/pom.xml b/trpc-validation/pom.xml index b9d57ed88..04695aa81 100644 --- a/trpc-validation/pom.xml +++ b/trpc-validation/pom.xml @@ -8,7 +8,7 @@ trpc-parent com.tencent.trpc - 1.4.0-SNAPSHOT + 1.5.1-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 a4c32afb2..65a4388f8 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 - 1.4.0-SNAPSHOT + 1.5.1-SNAPSHOT jar From 3e0c56e1f4fd543bc25195a1ed6a0ea2805c53e5 Mon Sep 17 00:00:00 2001 From: wardseptember Date: Mon, 11 Aug 2025 16:56:08 +0800 Subject: [PATCH 2/3] feat: release 1.5.1 --- 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-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 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/pom.xml b/pom.xml index 1de9782e9..97fe06538 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-parent - 1.5.1-SNAPSHOT + 1.5.1 pom Trpc Parent Project ${project.version} trpc diff --git a/trpc-admin/pom.xml b/trpc-admin/pom.xml index 093eb3462..206da3b4a 100644 --- a/trpc-admin/pom.xml +++ b/trpc-admin/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1-SNAPSHOT + 1.5.1 trpc-admin diff --git a/trpc-admin/trpc-admin-default/pom.xml b/trpc-admin/trpc-admin-default/pom.xml index f2ba1fbee..e1a153f5a 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 - 1.5.1-SNAPSHOT + 1.5.1 jar diff --git a/trpc-bootstrap/pom.xml b/trpc-bootstrap/pom.xml index 53069f4b3..b555d0711 100644 --- a/trpc-bootstrap/pom.xml +++ b/trpc-bootstrap/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1-SNAPSHOT + 1.5.1 trpc-bootstrap diff --git a/trpc-bootstrap/trpc-server/pom.xml b/trpc-bootstrap/trpc-server/pom.xml index ebc963c4e..49028d861 100644 --- a/trpc-bootstrap/trpc-server/pom.xml +++ b/trpc-bootstrap/trpc-server/pom.xml @@ -5,7 +5,7 @@ com.tencent.trpc trpc-bootstrap - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 diff --git a/trpc-code-generator/pom.xml b/trpc-code-generator/pom.xml index ac964427d..1bc3d5ce7 100644 --- a/trpc-code-generator/pom.xml +++ b/trpc-code-generator/pom.xml @@ -7,7 +7,7 @@ trpc-parent com.tencent.trpc - 1.5.1-SNAPSHOT + 1.5.1 trpc-code-generator diff --git a/trpc-configcenter/pom.xml b/trpc-configcenter/pom.xml index 374f1edf4..a6931cd67 100644 --- a/trpc-configcenter/pom.xml +++ b/trpc-configcenter/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 diff --git a/trpc-configcenter/trpc-configcenter-nacos/pom.xml b/trpc-configcenter/trpc-configcenter-nacos/pom.xml index b7cb71c26..69bc7e446 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 - 1.5.1-SNAPSHOT + 1.5.1 jar ${project.artifactId} diff --git a/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml b/trpc-configcenter/trpc-configcenter-open-polaris/pom.xml index 8924cd2b6..5692403b2 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 - 1.5.1-SNAPSHOT + 1.5.1 jar ${project.artifactId} diff --git a/trpc-container/pom.xml b/trpc-container/pom.xml index 971e54eb5..0c56f146c 100644 --- a/trpc-container/pom.xml +++ b/trpc-container/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1-SNAPSHOT + 1.5.1 trpc-container diff --git a/trpc-container/trpc-container-default/pom.xml b/trpc-container/trpc-container-default/pom.xml index 9d46aa461..aa891126c 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 - 1.5.1-SNAPSHOT + 1.5.1 jar diff --git a/trpc-core/pom.xml b/trpc-core/pom.xml index 6a153dc68..c99da49f1 100644 --- a/trpc-core/pom.xml +++ b/trpc-core/pom.xml @@ -8,7 +8,7 @@ com.tencent.trpc trpc-parent - 1.5.1-SNAPSHOT + 1.5.1 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 659177bfe..5f73c6c23 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 = 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 9934bb620..6661768ff 100644 --- a/trpc-demo/pom.xml +++ b/trpc-demo/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1-SNAPSHOT + 1.5.1 trpc-demo diff --git a/trpc-demo/trpc-java-demo/pom.xml b/trpc-demo/trpc-java-demo/pom.xml index ac0703406..966d0acc1 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 - 1.5.1-SNAPSHOT + 1.5.1 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 46e1e7ff8..1d6c4133a 100644 --- a/trpc-demo/trpc-spring-demo/pom.xml +++ b/trpc-demo/trpc-spring-demo/pom.xml @@ -15,7 +15,7 @@ com.tencent.trpc trpc-demo - 1.5.1-SNAPSHOT + 1.5.1 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 62b64a65e..07a752b01 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 - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 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 ee33a9e08..9fbfeeff2 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 - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 diff --git a/trpc-dependencies/pom.xml b/trpc-dependencies/pom.xml index 3150660c6..c4269ec91 100644 --- a/trpc-dependencies/pom.xml +++ b/trpc-dependencies/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 diff --git a/trpc-dependencies/trpc-bom/pom.xml b/trpc-dependencies/trpc-bom/pom.xml index 7f609248c..c4ea5f19c 100644 --- a/trpc-dependencies/trpc-bom/pom.xml +++ b/trpc-dependencies/trpc-bom/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-bom - 1.5.1-SNAPSHOT + 1.5.1 pom trpc-bom trpc diff --git a/trpc-dependencies/trpc-dependencies-bom/pom.xml b/trpc-dependencies/trpc-dependencies-bom/pom.xml index 184056c0f..218b31339 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 - 1.5.1-SNAPSHOT + 1.5.1 pom trpc-dependencies-bom trpc diff --git a/trpc-dependencies/trpc-mini/pom.xml b/trpc-dependencies/trpc-mini/pom.xml index 1c9ad3a2d..5b5882304 100644 --- a/trpc-dependencies/trpc-mini/pom.xml +++ b/trpc-dependencies/trpc-mini/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-dependencies - 1.5.1-SNAPSHOT + 1.5.1 jar diff --git a/trpc-dependencies/trpc-standard/pom.xml b/trpc-dependencies/trpc-standard/pom.xml index e866a006a..8e5371829 100644 --- a/trpc-dependencies/trpc-standard/pom.xml +++ b/trpc-dependencies/trpc-standard/pom.xml @@ -5,7 +5,7 @@ trpc-dependencies com.tencent.trpc - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 diff --git a/trpc-limiter/pom.xml b/trpc-limiter/pom.xml index 520448a70..716156ab4 100644 --- a/trpc-limiter/pom.xml +++ b/trpc-limiter/pom.xml @@ -8,7 +8,7 @@ com.tencent.trpc trpc-parent - 1.5.1-SNAPSHOT + 1.5.1 trpc-limiter diff --git a/trpc-limiter/trpc-limiter-sentinel/pom.xml b/trpc-limiter/trpc-limiter-sentinel/pom.xml index 2f1ab05df..f0b4df86e 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 - 1.5.1-SNAPSHOT + 1.5.1 jar diff --git a/trpc-logger/pom.xml b/trpc-logger/pom.xml index 526b5d963..31b259abb 100644 --- a/trpc-logger/pom.xml +++ b/trpc-logger/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1-SNAPSHOT + 1.5.1 trpc-logger diff --git a/trpc-logger/trpc-logger-admin/pom.xml b/trpc-logger/trpc-logger-admin/pom.xml index 315c573b5..a2a47fed9 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 - 1.5.1-SNAPSHOT + 1.5.1 jar diff --git a/trpc-maven-plugin/pom.xml b/trpc-maven-plugin/pom.xml index 7e984676c..1463ed184 100644 --- a/trpc-maven-plugin/pom.xml +++ b/trpc-maven-plugin/pom.xml @@ -7,7 +7,7 @@ trpc-parent com.tencent.trpc - 1.5.1-SNAPSHOT + 1.5.1 trpc-maven-plugin diff --git a/trpc-opentelemetry/pom.xml b/trpc-opentelemetry/pom.xml index 9d8a960e6..42dc4a56a 100644 --- a/trpc-opentelemetry/pom.xml +++ b/trpc-opentelemetry/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-parent - 1.5.1-SNAPSHOT + 1.5.1 trpc-opentelemetry diff --git a/trpc-proto/pom.xml b/trpc-proto/pom.xml index 444bcc3ad..4aa38d10d 100644 --- a/trpc-proto/pom.xml +++ b/trpc-proto/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1-SNAPSHOT + 1.5.1 trpc-proto diff --git a/trpc-proto/trpc-proto-http/pom.xml b/trpc-proto/trpc-proto-http/pom.xml index 4aaf834cb..c2da53dca 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 - 1.5.1-SNAPSHOT + 1.5.1 jar diff --git a/trpc-proto/trpc-proto-standard/pom.xml b/trpc-proto/trpc-proto-standard/pom.xml index 54c0ed4a3..4ff081171 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 - 1.5.1-SNAPSHOT + 1.5.1 jar diff --git a/trpc-proto/trpc-rpc-support/pom.xml b/trpc-proto/trpc-rpc-support/pom.xml index 948b1f518..5ee8b060e 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 - 1.5.1-SNAPSHOT + 1.5.1 jar diff --git a/trpc-registry/pom.xml b/trpc-registry/pom.xml index 61240337c..472c90040 100644 --- a/trpc-registry/pom.xml +++ b/trpc-registry/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1-SNAPSHOT + 1.5.1 trpc-registry diff --git a/trpc-registry/trpc-registry-api/pom.xml b/trpc-registry/trpc-registry-api/pom.xml index 7d80c11b8..216c265a1 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 - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 diff --git a/trpc-registry/trpc-registry-consul/pom.xml b/trpc-registry/trpc-registry-consul/pom.xml index bc40619cc..320664f9d 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 - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 diff --git a/trpc-registry/trpc-registry-nacos/pom.xml b/trpc-registry/trpc-registry-nacos/pom.xml index fdace777c..5621f721e 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 - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 diff --git a/trpc-registry/trpc-registry-open-polaris/pom.xml b/trpc-registry/trpc-registry-open-polaris/pom.xml index a51e9eee4..d5f49f0e8 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 - 1.5.1-SNAPSHOT + 1.5.1 jar diff --git a/trpc-registry/trpc-registry-zookeeper/pom.xml b/trpc-registry/trpc-registry-zookeeper/pom.xml index 5ff31c64a..d639a4e78 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 - 1.5.1-SNAPSHOT + 1.5.1 jar diff --git a/trpc-selector/pom.xml b/trpc-selector/pom.xml index 9992a7229..eef8a6a50 100644 --- a/trpc-selector/pom.xml +++ b/trpc-selector/pom.xml @@ -19,6 +19,6 @@ trpc-parent com.tencent.trpc - 1.5.1-SNAPSHOT + 1.5.1 diff --git a/trpc-selector/trpc-selector-consul/pom.xml b/trpc-selector/trpc-selector-consul/pom.xml index 22f54bed5..f54a3445d 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 - 1.5.1-SNAPSHOT + 1.5.1 diff --git a/trpc-selector/trpc-selector-nacos/pom.xml b/trpc-selector/trpc-selector-nacos/pom.xml index 2fe1439d6..de6a117d9 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 - 1.5.1-SNAPSHOT + 1.5.1 diff --git a/trpc-selector/trpc-selector-open-polaris/pom.xml b/trpc-selector/trpc-selector-open-polaris/pom.xml index 343832c9d..e67ab9854 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 - 1.5.1-SNAPSHOT + 1.5.1 jar diff --git a/trpc-selector/trpc-selector-zookeeper/pom.xml b/trpc-selector/trpc-selector-zookeeper/pom.xml index 1a85694d5..ea7a7d20d 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 - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 diff --git a/trpc-spring-boot-starters/pom.xml b/trpc-spring-boot-starters/pom.xml index f67e32006..02ad3affb 100644 --- a/trpc-spring-boot-starters/pom.xml +++ b/trpc-spring-boot-starters/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 1.5.1-SNAPSHOT + 1.5.1 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 2f2934959..83f559b9a 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 - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 diff --git a/trpc-spring-support/pom.xml b/trpc-spring-support/pom.xml index 6070c9acf..94f5ac834 100644 --- a/trpc-spring-support/pom.xml +++ b/trpc-spring-support/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 1.5.1-SNAPSHOT + 1.5.1 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 a9801598b..1ee4c6f70 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 - 1.5.1-SNAPSHOT + 1.5.1 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 f6b63c700..9a1ca9461 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 - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 diff --git a/trpc-spring-support/trpc-spring/pom.xml b/trpc-spring-support/trpc-spring/pom.xml index d3d1561f2..e17de70c7 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 - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 trpc-spring diff --git a/trpc-spring-support/trpc-springmvc/pom.xml b/trpc-spring-support/trpc-springmvc/pom.xml index 7c5c4eb66..f69842337 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 - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 diff --git a/trpc-test/pom.xml b/trpc-test/pom.xml index 1bc34e0fb..9b393c74e 100644 --- a/trpc-test/pom.xml +++ b/trpc-test/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1-SNAPSHOT + 1.5.1 trpc-test diff --git a/trpc-test/trpc-test-integration/pom.xml b/trpc-test/trpc-test-integration/pom.xml index 8c2f50621..0e16a7008 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 - 1.5.1-SNAPSHOT + 1.5.1 4.0.0 diff --git a/trpc-transport/pom.xml b/trpc-transport/pom.xml index cdbe8faf6..21bb484f7 100644 --- a/trpc-transport/pom.xml +++ b/trpc-transport/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1-SNAPSHOT + 1.5.1 trpc-transport diff --git a/trpc-transport/trpc-transport-http/pom.xml b/trpc-transport/trpc-transport-http/pom.xml index 3abfcf33e..fc2394824 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 - 1.5.1-SNAPSHOT + 1.5.1 jar diff --git a/trpc-transport/trpc-transport-netty/pom.xml b/trpc-transport/trpc-transport-netty/pom.xml index e946a7d30..a05168b94 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 - 1.5.1-SNAPSHOT + 1.5.1 jar diff --git a/trpc-validation/pom.xml b/trpc-validation/pom.xml index 04695aa81..2a3c65e64 100644 --- a/trpc-validation/pom.xml +++ b/trpc-validation/pom.xml @@ -8,7 +8,7 @@ trpc-parent com.tencent.trpc - 1.5.1-SNAPSHOT + 1.5.1 Trpc Parent Project ${project.version} diff --git a/trpc-validation/trpc-validation-pgv/pom.xml b/trpc-validation/trpc-validation-pgv/pom.xml index 65a4388f8..49f49cf01 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 - 1.5.1-SNAPSHOT + 1.5.1 jar From 3abbde9172882c53a760e136e006c356df79948d Mon Sep 17 00:00:00 2001 From: wardseptember Date: Mon, 11 Aug 2025 16:59:31 +0800 Subject: [PATCH 3/3] feat: release 1.5.1 --- 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-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 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/pom.xml b/pom.xml index 97fe06538..1de9782e9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-parent - 1.5.1 + 1.5.1-SNAPSHOT pom Trpc Parent Project ${project.version} trpc diff --git a/trpc-admin/pom.xml b/trpc-admin/pom.xml index 206da3b4a..093eb3462 100644 --- a/trpc-admin/pom.xml +++ b/trpc-admin/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1 + 1.5.1-SNAPSHOT trpc-admin diff --git a/trpc-admin/trpc-admin-default/pom.xml b/trpc-admin/trpc-admin-default/pom.xml index e1a153f5a..f2ba1fbee 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 - 1.5.1 + 1.5.1-SNAPSHOT jar diff --git a/trpc-bootstrap/pom.xml b/trpc-bootstrap/pom.xml index b555d0711..53069f4b3 100644 --- a/trpc-bootstrap/pom.xml +++ b/trpc-bootstrap/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1 + 1.5.1-SNAPSHOT trpc-bootstrap diff --git a/trpc-bootstrap/trpc-server/pom.xml b/trpc-bootstrap/trpc-server/pom.xml index 49028d861..ebc963c4e 100644 --- a/trpc-bootstrap/trpc-server/pom.xml +++ b/trpc-bootstrap/trpc-server/pom.xml @@ -5,7 +5,7 @@ com.tencent.trpc trpc-bootstrap - 1.5.1 + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-code-generator/pom.xml b/trpc-code-generator/pom.xml index 1bc3d5ce7..ac964427d 100644 --- a/trpc-code-generator/pom.xml +++ b/trpc-code-generator/pom.xml @@ -7,7 +7,7 @@ trpc-parent com.tencent.trpc - 1.5.1 + 1.5.1-SNAPSHOT trpc-code-generator diff --git a/trpc-configcenter/pom.xml b/trpc-configcenter/pom.xml index a6931cd67..374f1edf4 100644 --- a/trpc-configcenter/pom.xml +++ b/trpc-configcenter/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 1.5.1 + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-configcenter/trpc-configcenter-nacos/pom.xml b/trpc-configcenter/trpc-configcenter-nacos/pom.xml index 69bc7e446..b7cb71c26 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 - 1.5.1 + 1.5.1-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 5692403b2..8924cd2b6 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 - 1.5.1 + 1.5.1-SNAPSHOT jar ${project.artifactId} diff --git a/trpc-container/pom.xml b/trpc-container/pom.xml index 0c56f146c..971e54eb5 100644 --- a/trpc-container/pom.xml +++ b/trpc-container/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1 + 1.5.1-SNAPSHOT trpc-container diff --git a/trpc-container/trpc-container-default/pom.xml b/trpc-container/trpc-container-default/pom.xml index aa891126c..9d46aa461 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 - 1.5.1 + 1.5.1-SNAPSHOT jar diff --git a/trpc-core/pom.xml b/trpc-core/pom.xml index c99da49f1..6a153dc68 100644 --- a/trpc-core/pom.xml +++ b/trpc-core/pom.xml @@ -8,7 +8,7 @@ com.tencent.trpc trpc-parent - 1.5.1 + 1.5.1-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 5f73c6c23..659177bfe 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 6661768ff..9934bb620 100644 --- a/trpc-demo/pom.xml +++ b/trpc-demo/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1 + 1.5.1-SNAPSHOT trpc-demo diff --git a/trpc-demo/trpc-java-demo/pom.xml b/trpc-demo/trpc-java-demo/pom.xml index 966d0acc1..ac0703406 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 - 1.5.1 + 1.5.1-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 1d6c4133a..46e1e7ff8 100644 --- a/trpc-demo/trpc-spring-demo/pom.xml +++ b/trpc-demo/trpc-spring-demo/pom.xml @@ -15,7 +15,7 @@ com.tencent.trpc trpc-demo - 1.5.1 + 1.5.1-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 07a752b01..62b64a65e 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 - 1.5.1 + 1.5.1-SNAPSHOT 4.0.0 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 9fbfeeff2..ee33a9e08 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 - 1.5.1 + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-dependencies/pom.xml b/trpc-dependencies/pom.xml index c4269ec91..3150660c6 100644 --- a/trpc-dependencies/pom.xml +++ b/trpc-dependencies/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 1.5.1 + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-dependencies/trpc-bom/pom.xml b/trpc-dependencies/trpc-bom/pom.xml index c4ea5f19c..7f609248c 100644 --- a/trpc-dependencies/trpc-bom/pom.xml +++ b/trpc-dependencies/trpc-bom/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-bom - 1.5.1 + 1.5.1-SNAPSHOT pom trpc-bom trpc diff --git a/trpc-dependencies/trpc-dependencies-bom/pom.xml b/trpc-dependencies/trpc-dependencies-bom/pom.xml index 218b31339..184056c0f 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 - 1.5.1 + 1.5.1-SNAPSHOT pom trpc-dependencies-bom trpc diff --git a/trpc-dependencies/trpc-mini/pom.xml b/trpc-dependencies/trpc-mini/pom.xml index 5b5882304..1c9ad3a2d 100644 --- a/trpc-dependencies/trpc-mini/pom.xml +++ b/trpc-dependencies/trpc-mini/pom.xml @@ -9,7 +9,7 @@ com.tencent.trpc trpc-dependencies - 1.5.1 + 1.5.1-SNAPSHOT jar diff --git a/trpc-dependencies/trpc-standard/pom.xml b/trpc-dependencies/trpc-standard/pom.xml index 8e5371829..e866a006a 100644 --- a/trpc-dependencies/trpc-standard/pom.xml +++ b/trpc-dependencies/trpc-standard/pom.xml @@ -5,7 +5,7 @@ trpc-dependencies com.tencent.trpc - 1.5.1 + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-limiter/pom.xml b/trpc-limiter/pom.xml index 716156ab4..520448a70 100644 --- a/trpc-limiter/pom.xml +++ b/trpc-limiter/pom.xml @@ -8,7 +8,7 @@ com.tencent.trpc trpc-parent - 1.5.1 + 1.5.1-SNAPSHOT trpc-limiter diff --git a/trpc-limiter/trpc-limiter-sentinel/pom.xml b/trpc-limiter/trpc-limiter-sentinel/pom.xml index f0b4df86e..2f1ab05df 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 - 1.5.1 + 1.5.1-SNAPSHOT jar diff --git a/trpc-logger/pom.xml b/trpc-logger/pom.xml index 31b259abb..526b5d963 100644 --- a/trpc-logger/pom.xml +++ b/trpc-logger/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1 + 1.5.1-SNAPSHOT trpc-logger diff --git a/trpc-logger/trpc-logger-admin/pom.xml b/trpc-logger/trpc-logger-admin/pom.xml index a2a47fed9..315c573b5 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 - 1.5.1 + 1.5.1-SNAPSHOT jar diff --git a/trpc-maven-plugin/pom.xml b/trpc-maven-plugin/pom.xml index 1463ed184..7e984676c 100644 --- a/trpc-maven-plugin/pom.xml +++ b/trpc-maven-plugin/pom.xml @@ -7,7 +7,7 @@ trpc-parent com.tencent.trpc - 1.5.1 + 1.5.1-SNAPSHOT trpc-maven-plugin diff --git a/trpc-opentelemetry/pom.xml b/trpc-opentelemetry/pom.xml index 42dc4a56a..9d8a960e6 100644 --- a/trpc-opentelemetry/pom.xml +++ b/trpc-opentelemetry/pom.xml @@ -6,7 +6,7 @@ com.tencent.trpc trpc-parent - 1.5.1 + 1.5.1-SNAPSHOT trpc-opentelemetry diff --git a/trpc-proto/pom.xml b/trpc-proto/pom.xml index 4aa38d10d..444bcc3ad 100644 --- a/trpc-proto/pom.xml +++ b/trpc-proto/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1 + 1.5.1-SNAPSHOT trpc-proto diff --git a/trpc-proto/trpc-proto-http/pom.xml b/trpc-proto/trpc-proto-http/pom.xml index c2da53dca..4aaf834cb 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 - 1.5.1 + 1.5.1-SNAPSHOT jar diff --git a/trpc-proto/trpc-proto-standard/pom.xml b/trpc-proto/trpc-proto-standard/pom.xml index 4ff081171..54c0ed4a3 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 - 1.5.1 + 1.5.1-SNAPSHOT jar diff --git a/trpc-proto/trpc-rpc-support/pom.xml b/trpc-proto/trpc-rpc-support/pom.xml index 5ee8b060e..948b1f518 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 - 1.5.1 + 1.5.1-SNAPSHOT jar diff --git a/trpc-registry/pom.xml b/trpc-registry/pom.xml index 472c90040..61240337c 100644 --- a/trpc-registry/pom.xml +++ b/trpc-registry/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1 + 1.5.1-SNAPSHOT trpc-registry diff --git a/trpc-registry/trpc-registry-api/pom.xml b/trpc-registry/trpc-registry-api/pom.xml index 216c265a1..7d80c11b8 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 - 1.5.1 + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-registry/trpc-registry-consul/pom.xml b/trpc-registry/trpc-registry-consul/pom.xml index 320664f9d..bc40619cc 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 - 1.5.1 + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-registry/trpc-registry-nacos/pom.xml b/trpc-registry/trpc-registry-nacos/pom.xml index 5621f721e..fdace777c 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 - 1.5.1 + 1.5.1-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 d5f49f0e8..a51e9eee4 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 - 1.5.1 + 1.5.1-SNAPSHOT jar diff --git a/trpc-registry/trpc-registry-zookeeper/pom.xml b/trpc-registry/trpc-registry-zookeeper/pom.xml index d639a4e78..5ff31c64a 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 - 1.5.1 + 1.5.1-SNAPSHOT jar diff --git a/trpc-selector/pom.xml b/trpc-selector/pom.xml index eef8a6a50..9992a7229 100644 --- a/trpc-selector/pom.xml +++ b/trpc-selector/pom.xml @@ -19,6 +19,6 @@ trpc-parent com.tencent.trpc - 1.5.1 + 1.5.1-SNAPSHOT diff --git a/trpc-selector/trpc-selector-consul/pom.xml b/trpc-selector/trpc-selector-consul/pom.xml index f54a3445d..22f54bed5 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 - 1.5.1 + 1.5.1-SNAPSHOT diff --git a/trpc-selector/trpc-selector-nacos/pom.xml b/trpc-selector/trpc-selector-nacos/pom.xml index de6a117d9..2fe1439d6 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 - 1.5.1 + 1.5.1-SNAPSHOT diff --git a/trpc-selector/trpc-selector-open-polaris/pom.xml b/trpc-selector/trpc-selector-open-polaris/pom.xml index e67ab9854..343832c9d 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 - 1.5.1 + 1.5.1-SNAPSHOT jar diff --git a/trpc-selector/trpc-selector-zookeeper/pom.xml b/trpc-selector/trpc-selector-zookeeper/pom.xml index ea7a7d20d..1a85694d5 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 - 1.5.1 + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-spring-boot-starters/pom.xml b/trpc-spring-boot-starters/pom.xml index 02ad3affb..f67e32006 100644 --- a/trpc-spring-boot-starters/pom.xml +++ b/trpc-spring-boot-starters/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 1.5.1 + 1.5.1-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 83f559b9a..2f2934959 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 - 1.5.1 + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-spring-support/pom.xml b/trpc-spring-support/pom.xml index 94f5ac834..6070c9acf 100644 --- a/trpc-spring-support/pom.xml +++ b/trpc-spring-support/pom.xml @@ -5,7 +5,7 @@ trpc-parent com.tencent.trpc - 1.5.1 + 1.5.1-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 1ee4c6f70..a9801598b 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 - 1.5.1 + 1.5.1-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 9a1ca9461..f6b63c700 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 - 1.5.1 + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-spring-support/trpc-spring/pom.xml b/trpc-spring-support/trpc-spring/pom.xml index e17de70c7..d3d1561f2 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 - 1.5.1 + 1.5.1-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 f69842337..7c5c4eb66 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 - 1.5.1 + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-test/pom.xml b/trpc-test/pom.xml index 9b393c74e..1bc34e0fb 100644 --- a/trpc-test/pom.xml +++ b/trpc-test/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1 + 1.5.1-SNAPSHOT trpc-test diff --git a/trpc-test/trpc-test-integration/pom.xml b/trpc-test/trpc-test-integration/pom.xml index 0e16a7008..8c2f50621 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 - 1.5.1 + 1.5.1-SNAPSHOT 4.0.0 diff --git a/trpc-transport/pom.xml b/trpc-transport/pom.xml index 21bb484f7..cdbe8faf6 100644 --- a/trpc-transport/pom.xml +++ b/trpc-transport/pom.xml @@ -7,7 +7,7 @@ com.tencent.trpc trpc-parent - 1.5.1 + 1.5.1-SNAPSHOT trpc-transport diff --git a/trpc-transport/trpc-transport-http/pom.xml b/trpc-transport/trpc-transport-http/pom.xml index fc2394824..3abfcf33e 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 - 1.5.1 + 1.5.1-SNAPSHOT jar diff --git a/trpc-transport/trpc-transport-netty/pom.xml b/trpc-transport/trpc-transport-netty/pom.xml index a05168b94..e946a7d30 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 - 1.5.1 + 1.5.1-SNAPSHOT jar diff --git a/trpc-validation/pom.xml b/trpc-validation/pom.xml index 2a3c65e64..04695aa81 100644 --- a/trpc-validation/pom.xml +++ b/trpc-validation/pom.xml @@ -8,7 +8,7 @@ trpc-parent com.tencent.trpc - 1.5.1 + 1.5.1-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 49f49cf01..65a4388f8 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 - 1.5.1 + 1.5.1-SNAPSHOT jar