diff --git a/discovery-commons/discovery-common-apollo/pom.xml b/discovery-commons/discovery-common-apollo/pom.xml index c4a639976..0116c82f2 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-commons/discovery-common-consul/pom.xml b/discovery-commons/discovery-common-consul/pom.xml index 2faf0e159..d41dc9b62 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-commons/discovery-common-etcd/pom.xml b/discovery-commons/discovery-common-etcd/pom.xml index 95f33f9ad..979a5cda0 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-commons/discovery-common-nacos/pom.xml b/discovery-commons/discovery-common-nacos/pom.xml index 5438b0fe1..b8d4b9fdf 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-commons/discovery-common-redis/pom.xml b/discovery-commons/discovery-common-redis/pom.xml index bae4e9b5e..3009b9e75 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-commons/discovery-common-zookeeper/pom.xml b/discovery-commons/discovery-common-zookeeper/pom.xml index cdcf13715..afa24f221 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-commons/discovery-common/pom.xml b/discovery-commons/discovery-common/pom.xml index 6e4b8718d..e0db186a8 100644 --- a/discovery-commons/discovery-common/pom.xml +++ b/discovery-commons/discovery-common/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery-commons - 6.22.0 + 6.22.0-SNAPSHOT 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 ec58cb069..880b14fa5 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.22.0"; + public static final String DISCOVERY_VERSION = "6.22.0-SNAPSHOT"; 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 e4c5f0222..87115aa3f 100644 --- a/discovery-commons/pom.xml +++ b/discovery-commons/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-console/discovery-console-starter-apollo/pom.xml b/discovery-console/discovery-console-starter-apollo/pom.xml index 640ad4343..8e7d50623 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-console/discovery-console-starter-consul/pom.xml b/discovery-console/discovery-console-starter-consul/pom.xml index 0fc627ab5..244537c7b 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-console/discovery-console-starter-etcd/pom.xml b/discovery-console/discovery-console-starter-etcd/pom.xml index af85ad4b0..0c4856302 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-console/discovery-console-starter-nacos/pom.xml b/discovery-console/discovery-console-starter-nacos/pom.xml index afeecb62c..2db4ad721 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-console/discovery-console-starter-redis/pom.xml b/discovery-console/discovery-console-starter-redis/pom.xml index e7579a765..8e965b11e 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-console/discovery-console-starter-zookeeper/pom.xml b/discovery-console/discovery-console-starter-zookeeper/pom.xml index b5ae923ca..b6930470f 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-console/discovery-console-starter/pom.xml b/discovery-console/discovery-console-starter/pom.xml index 781841e3e..006a4aacf 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-console/pom.xml b/discovery-console/pom.xml index 8457f1083..b7ac0fb22 100644 --- a/discovery-console/pom.xml +++ b/discovery-console/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.22.0 + 6.22.0-SNAPSHOT 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 ab8c42ab5..0cd0594b5 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.22.0 + 6.22.0-SNAPSHOT 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 dcd98cb55..915968bd4 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-plugin-admin-center/pom.xml b/discovery-plugin-admin-center/pom.xml index 4f73c4e5b..7c01a89e5 100644 --- a/discovery-plugin-admin-center/pom.xml +++ b/discovery-plugin-admin-center/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.22.0 + 6.22.0-SNAPSHOT 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 67c6888fb..7085f719c 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.22.0 + 6.22.0-SNAPSHOT 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 87e40e107..cad6491ca 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.22.0 + 6.22.0-SNAPSHOT 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 14168715b..c26e6a0f7 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.22.0 + 6.22.0-SNAPSHOT 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 dd56c65ab..3b0e72ac0 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.22.0 + 6.22.0-SNAPSHOT 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 d64d05c16..6f03badfa 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.22.0 + 6.22.0-SNAPSHOT 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 136b9fd43..c764ef43b 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.22.0 + 6.22.0-SNAPSHOT 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 776e558a6..5f5ab94b7 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-plugin-config-center/pom.xml b/discovery-plugin-config-center/pom.xml index 46b61a0ea..f1ea59eb8 100644 --- a/discovery-plugin-config-center/pom.xml +++ b/discovery-plugin-config-center/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.22.0 + 6.22.0-SNAPSHOT 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 144ea4339..70dd4e7b9 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-plugin-framework/discovery-plugin-framework-starter/pom.xml b/discovery-plugin-framework/discovery-plugin-framework-starter/pom.xml index d283688cb..4fdc3a354 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-plugin-framework/pom.xml b/discovery-plugin-framework/pom.xml index 8b9c6b413..fb2bbac0d 100644 --- a/discovery-plugin-framework/pom.xml +++ b/discovery-plugin-framework/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.22.0 + 6.22.0-SNAPSHOT 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 aa64fd54e..0e27d5168 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.22.0 + 6.22.0-SNAPSHOT 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 fafffcd24..35cca2f50 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.22.0 + 6.22.0-SNAPSHOT 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 13be4782a..f13b94717 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.22.0 + 6.22.0-SNAPSHOT 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 f98a5ae80..98b918803 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.22.0 + 6.22.0-SNAPSHOT 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 6e15bed14..fc8fd8440 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-plugin-register-center/pom.xml b/discovery-plugin-register-center/pom.xml index c3d1a2e43..7f0de6b20 100644 --- a/discovery-plugin-register-center/pom.xml +++ b/discovery-plugin-register-center/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.22.0 + 6.22.0-SNAPSHOT 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 69f30ca78..6ebded114 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.22.0 + 6.22.0-SNAPSHOT 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 7240d8586..e7b293809 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.22.0 + 6.22.0-SNAPSHOT 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 82d6bf341..ddbd4637a 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.22.0 + 6.22.0-SNAPSHOT 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 dd0596da3..e2f7365a0 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.22.0 + 6.22.0-SNAPSHOT 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 64b44095c..096814402 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.22.0 + 6.22.0-SNAPSHOT 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 3d68f1c9b..165a31321 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.22.0 + 6.22.0-SNAPSHOT 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 71d778bfc..5d23fa271 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.22.0 + 6.22.0-SNAPSHOT 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 b063160d4..7d117cfdb 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.22.0 + 6.22.0-SNAPSHOT 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 dd2a1441f..226b07d94 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.22.0 + 6.22.0-SNAPSHOT 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 0eb1fe547..7844322eb 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.22.0 + 6.22.0-SNAPSHOT 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 16b6964bd..4a1e7800e 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.22.0 + 6.22.0-SNAPSHOT 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 969e64fcc..561bee589 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.22.0 + 6.22.0-SNAPSHOT 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 772b7a3ad..bb07a15d4 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.22.0 + 6.22.0-SNAPSHOT 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 7137ee007..8acc22999 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-plugin-strategy/discovery-plugin-strategy-starter/pom.xml b/discovery-plugin-strategy/discovery-plugin-strategy-starter/pom.xml index 9ada6293d..77ccb3467 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-plugin-strategy/pom.xml b/discovery-plugin-strategy/pom.xml index 17ef7401b..9e874ebef 100644 --- a/discovery-plugin-strategy/pom.xml +++ b/discovery-plugin-strategy/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.22.0 + 6.22.0-SNAPSHOT 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 cdddf5990..96c4404e0 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-plugin-test/pom.xml b/discovery-plugin-test/pom.xml index 9fbc59ea2..0044a4514 100644 --- a/discovery-plugin-test/pom.xml +++ b/discovery-plugin-test/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-springcloud-examples/discovery-springcloud-example-admin/pom.xml b/discovery-springcloud-examples/discovery-springcloud-example-admin/pom.xml index 066b66a9b..2ef697041 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-springcloud-examples/discovery-springcloud-example-console/pom.xml b/discovery-springcloud-examples/discovery-springcloud-example-console/pom.xml index fd7663b62..82bea0dbc 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-springcloud-examples/discovery-springcloud-example-eureka/pom.xml b/discovery-springcloud-examples/discovery-springcloud-example-eureka/pom.xml index cfe755d93..180b91931 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-springcloud-examples/discovery-springcloud-example-gateway/pom.xml b/discovery-springcloud-examples/discovery-springcloud-example-gateway/pom.xml index a664fb90f..0505b5cb4 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-springcloud-examples/discovery-springcloud-example-service/pom.xml b/discovery-springcloud-examples/discovery-springcloud-example-service/pom.xml index 87758e247..1c8eeed38 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-springcloud-examples/discovery-springcloud-example-zuul/pom.xml b/discovery-springcloud-examples/discovery-springcloud-example-zuul/pom.xml index 1bbd3cef0..248d3c7dd 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.22.0 + 6.22.0-SNAPSHOT diff --git a/discovery-springcloud-examples/pom.xml b/discovery-springcloud-examples/pom.xml index 6a96ec918..b71a0eaaa 100644 --- a/discovery-springcloud-examples/pom.xml +++ b/discovery-springcloud-examples/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 6.22.0 + 6.22.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 1bbd69a72..e5823154f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ Nepxion Discovery pom 4.0.0 - 6.22.0 + 6.22.0-SNAPSHOT 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 0757e6015..fbbb4af02 100644 --- a/version.bat +++ b/version.bat @@ -15,5 +15,5 @@ @title Nepxion Discovery @color 0a -call mvn versions:set -DgenerateBackupPoms=false -DnewVersion=6.22.0 +call mvn versions:set -DgenerateBackupPoms=false -DnewVersion=6.22.0-SNAPSHOT pause \ No newline at end of file