From aa81141e8a9ef7350089aba53d361ced4515e207 Mon Sep 17 00:00:00 2001 From: HaojunRen <1394997@qq.com> Date: Tue, 10 Jan 2023 17:27:46 +0800 Subject: [PATCH] Bump version to 6.20.0 --- discovery-commons/discovery-common-apollo/pom.xml | 2 +- discovery-commons/discovery-common-consul/pom.xml | 2 +- discovery-commons/discovery-common-etcd/pom.xml | 2 +- discovery-commons/discovery-common-nacos/pom.xml | 2 +- discovery-commons/discovery-common-redis/pom.xml | 2 +- discovery-commons/discovery-common-zookeeper/pom.xml | 2 +- discovery-commons/discovery-common/pom.xml | 2 +- .../nepxion/discovery/common/constant/DiscoveryConstant.java | 2 +- discovery-commons/pom.xml | 2 +- discovery-console/discovery-console-starter-apollo/pom.xml | 2 +- discovery-console/discovery-console-starter-consul/pom.xml | 2 +- discovery-console/discovery-console-starter-etcd/pom.xml | 2 +- discovery-console/discovery-console-starter-nacos/pom.xml | 2 +- discovery-console/discovery-console-starter-redis/pom.xml | 2 +- discovery-console/discovery-console-starter-zookeeper/pom.xml | 2 +- discovery-console/discovery-console-starter/pom.xml | 2 +- discovery-console/pom.xml | 2 +- .../discovery-plugin-admin-center-starter-swagger/pom.xml | 2 +- .../discovery-plugin-admin-center-starter/pom.xml | 2 +- discovery-plugin-admin-center/pom.xml | 2 +- .../discovery-plugin-config-center-starter-apollo/pom.xml | 2 +- .../discovery-plugin-config-center-starter-consul/pom.xml | 2 +- .../discovery-plugin-config-center-starter-etcd/pom.xml | 2 +- .../discovery-plugin-config-center-starter-nacos/pom.xml | 2 +- .../discovery-plugin-config-center-starter-redis/pom.xml | 2 +- .../discovery-plugin-config-center-starter-zookeeper/pom.xml | 2 +- .../discovery-plugin-config-center-starter/pom.xml | 2 +- discovery-plugin-config-center/pom.xml | 2 +- .../discovery-plugin-framework-starter-parser/pom.xml | 2 +- .../discovery-plugin-framework-starter/pom.xml | 2 +- discovery-plugin-framework/pom.xml | 2 +- .../discovery-plugin-register-center-starter-consul/pom.xml | 2 +- .../discovery-plugin-register-center-starter-eureka/pom.xml | 2 +- .../discovery-plugin-register-center-starter-nacos/pom.xml | 2 +- .../discovery-plugin-register-center-starter-zookeeper/pom.xml | 2 +- .../discovery-plugin-register-center-starter/pom.xml | 2 +- discovery-plugin-register-center/pom.xml | 2 +- .../discovery-plugin-strategy-starter-gateway/pom.xml | 2 +- .../discovery-plugin-strategy-starter-hystrix/pom.xml | 2 +- .../discovery-plugin-strategy-starter-opentelemetry/pom.xml | 2 +- .../discovery-plugin-strategy-starter-opentracing/pom.xml | 2 +- .../pom.xml | 2 +- .../discovery-plugin-strategy-starter-sentinel-limiter/pom.xml | 2 +- .../pom.xml | 2 +- .../discovery-plugin-strategy-starter-sentinel-monitor/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../discovery-plugin-strategy-starter-service/pom.xml | 2 +- .../discovery-plugin-strategy-starter-skywalking/pom.xml | 2 +- .../discovery-plugin-strategy-starter-zuul/pom.xml | 2 +- .../discovery-plugin-strategy-starter/pom.xml | 2 +- discovery-plugin-strategy/pom.xml | 2 +- .../discovery-plugin-test-starter-automation/pom.xml | 2 +- discovery-plugin-test/pom.xml | 2 +- .../discovery-springcloud-example-admin/pom.xml | 2 +- .../discovery-springcloud-example-console/pom.xml | 2 +- .../discovery-springcloud-example-eureka/pom.xml | 2 +- .../discovery-springcloud-example-gateway/pom.xml | 2 +- .../discovery-springcloud-example-service/pom.xml | 2 +- .../discovery-springcloud-example-zuul/pom.xml | 2 +- discovery-springcloud-examples/pom.xml | 2 +- pom.xml | 2 +- version.bat | 2 +- 64 files changed, 64 insertions(+), 64 deletions(-) diff --git a/discovery-commons/discovery-common-apollo/pom.xml b/discovery-commons/discovery-common-apollo/pom.xml index 755ec09aac..0028a71ed7 100644 --- a/discovery-commons/discovery-common-apollo/pom.xml +++ b/discovery-commons/discovery-common-apollo/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-commons - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-commons/discovery-common-consul/pom.xml b/discovery-commons/discovery-common-consul/pom.xml index c5b990b294..43e876e7d9 100644 --- a/discovery-commons/discovery-common-consul/pom.xml +++ b/discovery-commons/discovery-common-consul/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-commons - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-commons/discovery-common-etcd/pom.xml b/discovery-commons/discovery-common-etcd/pom.xml index c9d54633b4..145f18a1a4 100644 --- a/discovery-commons/discovery-common-etcd/pom.xml +++ b/discovery-commons/discovery-common-etcd/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-commons - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-commons/discovery-common-nacos/pom.xml b/discovery-commons/discovery-common-nacos/pom.xml index c766f649ca..576a78446f 100644 --- a/discovery-commons/discovery-common-nacos/pom.xml +++ b/discovery-commons/discovery-common-nacos/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-commons - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-commons/discovery-common-redis/pom.xml b/discovery-commons/discovery-common-redis/pom.xml index 8c0bf8ddcb..d73e6cd636 100644 --- a/discovery-commons/discovery-common-redis/pom.xml +++ b/discovery-commons/discovery-common-redis/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-commons - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-commons/discovery-common-zookeeper/pom.xml b/discovery-commons/discovery-common-zookeeper/pom.xml index 59b8b280a8..08b0805c6f 100644 --- a/discovery-commons/discovery-common-zookeeper/pom.xml +++ b/discovery-commons/discovery-common-zookeeper/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-commons - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-commons/discovery-common/pom.xml b/discovery-commons/discovery-common/pom.xml index 78d53dcd38..c3ec4263da 100644 --- a/discovery-commons/discovery-common/pom.xml +++ b/discovery-commons/discovery-common/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-commons - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-commons/discovery-common/src/main/java/com/nepxion/discovery/common/constant/DiscoveryConstant.java b/discovery-commons/discovery-common/src/main/java/com/nepxion/discovery/common/constant/DiscoveryConstant.java index 77bae3e70d..a6ee1cfe6d 100644 --- a/discovery-commons/discovery-common/src/main/java/com/nepxion/discovery/common/constant/DiscoveryConstant.java +++ b/discovery-commons/discovery-common/src/main/java/com/nepxion/discovery/common/constant/DiscoveryConstant.java @@ -10,7 +10,7 @@ */ public class DiscoveryConstant { - public static final String DISCOVERY_VERSION = "6.20.0-SNAPSHOT"; + public static final String DISCOVERY_VERSION = "6.20.0"; public static final String NEPXION = "nepxion"; public static final String NEPXION_UPPERCASE = "NEPXION"; diff --git a/discovery-commons/pom.xml b/discovery-commons/pom.xml index 3103123248..32199a3d1e 100644 --- a/discovery-commons/pom.xml +++ b/discovery-commons/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-console/discovery-console-starter-apollo/pom.xml b/discovery-console/discovery-console-starter-apollo/pom.xml index e8354bdb40..6603487e9c 100644 --- a/discovery-console/discovery-console-starter-apollo/pom.xml +++ b/discovery-console/discovery-console-starter-apollo/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-console - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-console/discovery-console-starter-consul/pom.xml b/discovery-console/discovery-console-starter-consul/pom.xml index 65e58ab9c6..93d716d4c9 100644 --- a/discovery-console/discovery-console-starter-consul/pom.xml +++ b/discovery-console/discovery-console-starter-consul/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-console - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-console/discovery-console-starter-etcd/pom.xml b/discovery-console/discovery-console-starter-etcd/pom.xml index ebd24e6936..dbd68705b5 100644 --- a/discovery-console/discovery-console-starter-etcd/pom.xml +++ b/discovery-console/discovery-console-starter-etcd/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-console - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-console/discovery-console-starter-nacos/pom.xml b/discovery-console/discovery-console-starter-nacos/pom.xml index 0711d50935..4b85b8219f 100644 --- a/discovery-console/discovery-console-starter-nacos/pom.xml +++ b/discovery-console/discovery-console-starter-nacos/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-console - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-console/discovery-console-starter-redis/pom.xml b/discovery-console/discovery-console-starter-redis/pom.xml index b5f4095482..65664a26e2 100644 --- a/discovery-console/discovery-console-starter-redis/pom.xml +++ b/discovery-console/discovery-console-starter-redis/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-console - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-console/discovery-console-starter-zookeeper/pom.xml b/discovery-console/discovery-console-starter-zookeeper/pom.xml index b1c5d9e686..ddf5261c42 100644 --- a/discovery-console/discovery-console-starter-zookeeper/pom.xml +++ b/discovery-console/discovery-console-starter-zookeeper/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-console - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-console/discovery-console-starter/pom.xml b/discovery-console/discovery-console-starter/pom.xml index 31ce4f3e8e..3bd91664a5 100644 --- a/discovery-console/discovery-console-starter/pom.xml +++ b/discovery-console/discovery-console-starter/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-console - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-console/pom.xml b/discovery-console/pom.xml index 4f38fa3ea1..bb6feff821 100644 --- a/discovery-console/pom.xml +++ b/discovery-console/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-admin-center/discovery-plugin-admin-center-starter-swagger/pom.xml b/discovery-plugin-admin-center/discovery-plugin-admin-center-starter-swagger/pom.xml index f166cf3712..28f4246401 100644 --- a/discovery-plugin-admin-center/discovery-plugin-admin-center-starter-swagger/pom.xml +++ b/discovery-plugin-admin-center/discovery-plugin-admin-center-starter-swagger/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-admin-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-admin-center/discovery-plugin-admin-center-starter/pom.xml b/discovery-plugin-admin-center/discovery-plugin-admin-center-starter/pom.xml index cf1cbbb27b..639e2477f5 100644 --- a/discovery-plugin-admin-center/discovery-plugin-admin-center-starter/pom.xml +++ b/discovery-plugin-admin-center/discovery-plugin-admin-center-starter/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-admin-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-admin-center/pom.xml b/discovery-plugin-admin-center/pom.xml index 16244bfeaf..56c0ff2c59 100644 --- a/discovery-plugin-admin-center/pom.xml +++ b/discovery-plugin-admin-center/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-config-center/discovery-plugin-config-center-starter-apollo/pom.xml b/discovery-plugin-config-center/discovery-plugin-config-center-starter-apollo/pom.xml index dbd21a6c09..c82f9a87b7 100644 --- a/discovery-plugin-config-center/discovery-plugin-config-center-starter-apollo/pom.xml +++ b/discovery-plugin-config-center/discovery-plugin-config-center-starter-apollo/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-config-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-config-center/discovery-plugin-config-center-starter-consul/pom.xml b/discovery-plugin-config-center/discovery-plugin-config-center-starter-consul/pom.xml index fbb6844c9c..3377789f51 100644 --- a/discovery-plugin-config-center/discovery-plugin-config-center-starter-consul/pom.xml +++ b/discovery-plugin-config-center/discovery-plugin-config-center-starter-consul/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-config-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-config-center/discovery-plugin-config-center-starter-etcd/pom.xml b/discovery-plugin-config-center/discovery-plugin-config-center-starter-etcd/pom.xml index 2871428111..b25a332157 100644 --- a/discovery-plugin-config-center/discovery-plugin-config-center-starter-etcd/pom.xml +++ b/discovery-plugin-config-center/discovery-plugin-config-center-starter-etcd/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-config-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-config-center/discovery-plugin-config-center-starter-nacos/pom.xml b/discovery-plugin-config-center/discovery-plugin-config-center-starter-nacos/pom.xml index b02847ca74..b9cadc4b22 100644 --- a/discovery-plugin-config-center/discovery-plugin-config-center-starter-nacos/pom.xml +++ b/discovery-plugin-config-center/discovery-plugin-config-center-starter-nacos/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-config-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-config-center/discovery-plugin-config-center-starter-redis/pom.xml b/discovery-plugin-config-center/discovery-plugin-config-center-starter-redis/pom.xml index c36a45bd5f..4071c7dbdb 100644 --- a/discovery-plugin-config-center/discovery-plugin-config-center-starter-redis/pom.xml +++ b/discovery-plugin-config-center/discovery-plugin-config-center-starter-redis/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-config-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-config-center/discovery-plugin-config-center-starter-zookeeper/pom.xml b/discovery-plugin-config-center/discovery-plugin-config-center-starter-zookeeper/pom.xml index 7646fe8389..a163a3f46a 100644 --- a/discovery-plugin-config-center/discovery-plugin-config-center-starter-zookeeper/pom.xml +++ b/discovery-plugin-config-center/discovery-plugin-config-center-starter-zookeeper/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-config-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-config-center/discovery-plugin-config-center-starter/pom.xml b/discovery-plugin-config-center/discovery-plugin-config-center-starter/pom.xml index 48acd71bb5..c42caa1f7b 100644 --- a/discovery-plugin-config-center/discovery-plugin-config-center-starter/pom.xml +++ b/discovery-plugin-config-center/discovery-plugin-config-center-starter/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-config-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-config-center/pom.xml b/discovery-plugin-config-center/pom.xml index 9134660f64..b5ea420bcc 100644 --- a/discovery-plugin-config-center/pom.xml +++ b/discovery-plugin-config-center/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-framework/discovery-plugin-framework-starter-parser/pom.xml b/discovery-plugin-framework/discovery-plugin-framework-starter-parser/pom.xml index 925eb8b643..6287bcafba 100644 --- a/discovery-plugin-framework/discovery-plugin-framework-starter-parser/pom.xml +++ b/discovery-plugin-framework/discovery-plugin-framework-starter-parser/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-framework - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-framework/discovery-plugin-framework-starter/pom.xml b/discovery-plugin-framework/discovery-plugin-framework-starter/pom.xml index 33dc042d2e..753a97c70c 100644 --- a/discovery-plugin-framework/discovery-plugin-framework-starter/pom.xml +++ b/discovery-plugin-framework/discovery-plugin-framework-starter/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-framework - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-framework/pom.xml b/discovery-plugin-framework/pom.xml index d86194fc22..720c180bb6 100644 --- a/discovery-plugin-framework/pom.xml +++ b/discovery-plugin-framework/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-register-center/discovery-plugin-register-center-starter-consul/pom.xml b/discovery-plugin-register-center/discovery-plugin-register-center-starter-consul/pom.xml index bca4f430a4..55168dd87f 100644 --- a/discovery-plugin-register-center/discovery-plugin-register-center-starter-consul/pom.xml +++ b/discovery-plugin-register-center/discovery-plugin-register-center-starter-consul/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-register-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-register-center/discovery-plugin-register-center-starter-eureka/pom.xml b/discovery-plugin-register-center/discovery-plugin-register-center-starter-eureka/pom.xml index 6c3215452d..8ffbd4ff43 100644 --- a/discovery-plugin-register-center/discovery-plugin-register-center-starter-eureka/pom.xml +++ b/discovery-plugin-register-center/discovery-plugin-register-center-starter-eureka/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-register-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-register-center/discovery-plugin-register-center-starter-nacos/pom.xml b/discovery-plugin-register-center/discovery-plugin-register-center-starter-nacos/pom.xml index fe4e5f22f4..867c8a5b3f 100644 --- a/discovery-plugin-register-center/discovery-plugin-register-center-starter-nacos/pom.xml +++ b/discovery-plugin-register-center/discovery-plugin-register-center-starter-nacos/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-register-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-register-center/discovery-plugin-register-center-starter-zookeeper/pom.xml b/discovery-plugin-register-center/discovery-plugin-register-center-starter-zookeeper/pom.xml index ee10f03f87..bea7289966 100644 --- a/discovery-plugin-register-center/discovery-plugin-register-center-starter-zookeeper/pom.xml +++ b/discovery-plugin-register-center/discovery-plugin-register-center-starter-zookeeper/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-register-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-register-center/discovery-plugin-register-center-starter/pom.xml b/discovery-plugin-register-center/discovery-plugin-register-center-starter/pom.xml index 7f77ab1383..0c6c998a37 100644 --- a/discovery-plugin-register-center/discovery-plugin-register-center-starter/pom.xml +++ b/discovery-plugin-register-center/discovery-plugin-register-center-starter/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-register-center - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-register-center/pom.xml b/discovery-plugin-register-center/pom.xml index 41c52f1325..a612d6d133 100644 --- a/discovery-plugin-register-center/pom.xml +++ b/discovery-plugin-register-center/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-gateway/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-gateway/pom.xml index 0b9720cb13..e05e4acc13 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-gateway/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-gateway/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-hystrix/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-hystrix/pom.xml index 9bf2aa7eff..e71331248f 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-hystrix/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-hystrix/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-opentelemetry/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-opentelemetry/pom.xml index 615f33ba9d..9e090a16ad 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-opentelemetry/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-opentelemetry/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-opentracing/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-opentracing/pom.xml index 2d3f177801..b3796bfcc1 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-opentracing/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-opentracing/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-datasource/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-datasource/pom.xml index 77ee607692..41648a79ac 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-datasource/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-datasource/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-limiter/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-limiter/pom.xml index 239f7f6136..c653e9d158 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-limiter/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-limiter/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-micrometer/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-micrometer/pom.xml index 028d979522..10228c8094 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-micrometer/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-micrometer/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-monitor/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-monitor/pom.xml index 20de983206..45a3bfc3f0 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-monitor/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-monitor/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-opentelemetry/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-opentelemetry/pom.xml index 8e1086167e..1d2387bb89 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-opentelemetry/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-opentelemetry/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-opentracing/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-opentracing/pom.xml index 5eca3cab92..930bdd4089 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-opentracing/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-opentracing/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-skywalking/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-skywalking/pom.xml index d6025767f2..cc23047f43 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-skywalking/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-sentinel-skywalking/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-service/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-service/pom.xml index c9c6076a93..8e2009e988 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-service/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-service/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-skywalking/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-skywalking/pom.xml index 6d87920c72..acf19cc922 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-skywalking/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-skywalking/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter-zuul/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter-zuul/pom.xml index 6e569b0f16..099ce4971c 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter-zuul/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter-zuul/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter/pom.xml index 4188b1cd24..5c43548caf 100644 --- a/discovery-plugin-strategy/discovery-plugin-strategy-starter/pom.xml +++ b/discovery-plugin-strategy/discovery-plugin-strategy-starter/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-strategy - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-strategy/pom.xml b/discovery-plugin-strategy/pom.xml index 8d674c8b54..60d0007d31 100644 --- a/discovery-plugin-strategy/pom.xml +++ b/discovery-plugin-strategy/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-test/discovery-plugin-test-starter-automation/pom.xml b/discovery-plugin-test/discovery-plugin-test-starter-automation/pom.xml index 34d5ac52d1..0c2baa1858 100644 --- a/discovery-plugin-test/discovery-plugin-test-starter-automation/pom.xml +++ b/discovery-plugin-test/discovery-plugin-test-starter-automation/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-plugin-test - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-plugin-test/pom.xml b/discovery-plugin-test/pom.xml index c8c9a5c447..1c15ea4d13 100644 --- a/discovery-plugin-test/pom.xml +++ b/discovery-plugin-test/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-springcloud-examples/discovery-springcloud-example-admin/pom.xml b/discovery-springcloud-examples/discovery-springcloud-example-admin/pom.xml index 626c76a2c0..8092ee5077 100644 --- a/discovery-springcloud-examples/discovery-springcloud-example-admin/pom.xml +++ b/discovery-springcloud-examples/discovery-springcloud-example-admin/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-springcloud-examples - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-springcloud-examples/discovery-springcloud-example-console/pom.xml b/discovery-springcloud-examples/discovery-springcloud-example-console/pom.xml index 653a3b74a1..a93fd6511e 100644 --- a/discovery-springcloud-examples/discovery-springcloud-example-console/pom.xml +++ b/discovery-springcloud-examples/discovery-springcloud-example-console/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-springcloud-examples - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-springcloud-examples/discovery-springcloud-example-eureka/pom.xml b/discovery-springcloud-examples/discovery-springcloud-example-eureka/pom.xml index 60fc42882a..4c34a84319 100644 --- a/discovery-springcloud-examples/discovery-springcloud-example-eureka/pom.xml +++ b/discovery-springcloud-examples/discovery-springcloud-example-eureka/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-springcloud-examples - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-springcloud-examples/discovery-springcloud-example-gateway/pom.xml b/discovery-springcloud-examples/discovery-springcloud-example-gateway/pom.xml index 0553c71c3b..80445ffc9f 100644 --- a/discovery-springcloud-examples/discovery-springcloud-example-gateway/pom.xml +++ b/discovery-springcloud-examples/discovery-springcloud-example-gateway/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-springcloud-examples - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-springcloud-examples/discovery-springcloud-example-service/pom.xml b/discovery-springcloud-examples/discovery-springcloud-example-service/pom.xml index 21ca575c22..c9cd678c25 100644 --- a/discovery-springcloud-examples/discovery-springcloud-example-service/pom.xml +++ b/discovery-springcloud-examples/discovery-springcloud-example-service/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-springcloud-examples - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-springcloud-examples/discovery-springcloud-example-zuul/pom.xml b/discovery-springcloud-examples/discovery-springcloud-example-zuul/pom.xml index b4ef935ddc..a57572fd63 100644 --- a/discovery-springcloud-examples/discovery-springcloud-example-zuul/pom.xml +++ b/discovery-springcloud-examples/discovery-springcloud-example-zuul/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-springcloud-examples - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/discovery-springcloud-examples/pom.xml b/discovery-springcloud-examples/pom.xml index 729f2c1f07..33df099cc0 100644 --- a/discovery-springcloud-examples/pom.xml +++ b/discovery-springcloud-examples/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.20.0-SNAPSHOT + 6.20.0 diff --git a/pom.xml b/pom.xml index 0124fa84ea..20682b4866 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ Nepxion Discovery pom 4.0.0 - 6.20.0-SNAPSHOT + 6.20.0 Nepxion Discovery is a solution for Spring Cloud with blue green, gray, weight, limitation, circuit breaker, degrade, isolation, monitor, tracing, dye, failover, async agent http://www.nepxion.com diff --git a/version.bat b/version.bat index e93f4862ad..1c70336cd9 100644 --- a/version.bat +++ b/version.bat @@ -15,5 +15,5 @@ @title Nepxion Discovery @color 0a -call mvn versions:set -DgenerateBackupPoms=false -DnewVersion=6.20.0-SNAPSHOT +call mvn versions:set -DgenerateBackupPoms=false -DnewVersion=6.20.0 pause \ No newline at end of file