From 4259d4d59f6f5499c8e2a8517e6959a9656b82b1 Mon Sep 17 00:00:00 2001
From: Nepxion <1394997@qq.com>
Date: Fri, 15 Nov 2019 11:10:51 +0800
Subject: [PATCH] Bump version to 6.0.0-SNAPSHOT
---
discovery-common-apollo/pom.xml | 2 +-
discovery-common-nacos/pom.xml | 2 +-
discovery-common-redis/pom.xml | 2 +-
discovery-common/pom.xml | 2 +-
.../nepxion/discovery/common/constant/DiscoveryConstant.java | 2 +-
discovery-console-desktop/pom.xml | 2 +-
discovery-console-starter-apollo/pom.xml | 2 +-
discovery-console-starter-nacos/pom.xml | 2 +-
discovery-console-starter-redis/pom.xml | 2 +-
discovery-console/pom.xml | 2 +-
discovery-plugin-admin-center/pom.xml | 2 +-
discovery-plugin-config-center-starter-apollo/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/pom.xml | 2 +-
discovery-plugin-framework-consul/pom.xml | 2 +-
discovery-plugin-framework-eureka/pom.xml | 2 +-
discovery-plugin-framework-nacos/pom.xml | 2 +-
discovery-plugin-framework-zookeeper/pom.xml | 2 +-
discovery-plugin-framework/pom.xml | 2 +-
discovery-plugin-starter-consul/pom.xml | 2 +-
discovery-plugin-starter-eureka/pom.xml | 2 +-
discovery-plugin-starter-nacos/pom.xml | 2 +-
discovery-plugin-starter-zookeeper/pom.xml | 2 +-
discovery-plugin-strategy-opentracing/pom.xml | 2 +-
discovery-plugin-strategy-sentinel-starter-apollo/pom.xml | 2 +-
discovery-plugin-strategy-sentinel-starter-local/pom.xml | 2 +-
discovery-plugin-strategy-sentinel-starter-nacos/pom.xml | 2 +-
discovery-plugin-strategy-sentinel/pom.xml | 2 +-
discovery-plugin-strategy-starter-gateway-opentracing/pom.xml | 2 +-
discovery-plugin-strategy-starter-gateway/pom.xml | 2 +-
discovery-plugin-strategy-starter-hystrix/pom.xml | 2 +-
discovery-plugin-strategy-starter-service-opentracing/pom.xml | 2 +-
discovery-plugin-strategy-starter-service-sentinel/pom.xml | 2 +-
discovery-plugin-strategy-starter-service/pom.xml | 2 +-
discovery-plugin-strategy-starter-zuul-opentracing/pom.xml | 2 +-
discovery-plugin-strategy-starter-zuul/pom.xml | 2 +-
discovery-plugin-strategy/pom.xml | 2 +-
discovery-plugin-test-starter/pom.xml | 2 +-
discovery-springcloud-example-console/pom.xml | 2 +-
discovery-springcloud-example-gateway/pom.xml | 2 +-
discovery-springcloud-example-service/pom.xml | 2 +-
discovery-springcloud-example-zuul/pom.xml | 2 +-
pom.xml | 2 +-
version.bat | 2 +-
45 files changed, 45 insertions(+), 45 deletions(-)
diff --git a/discovery-common-apollo/pom.xml b/discovery-common-apollo/pom.xml
index abb3ae7049..c0cc3a4b33 100644
--- a/discovery-common-apollo/pom.xml
+++ b/discovery-common-apollo/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-common-nacos/pom.xml b/discovery-common-nacos/pom.xml
index 72949b59ab..99412251c5 100644
--- a/discovery-common-nacos/pom.xml
+++ b/discovery-common-nacos/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-common-redis/pom.xml b/discovery-common-redis/pom.xml
index f635f98fcc..f462f0473a 100644
--- a/discovery-common-redis/pom.xml
+++ b/discovery-common-redis/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-common/pom.xml b/discovery-common/pom.xml
index 63f1a1336a..daa61968f3 100644
--- a/discovery-common/pom.xml
+++ b/discovery-common/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-common/src/main/java/com/nepxion/discovery/common/constant/DiscoveryConstant.java b/discovery-common/src/main/java/com/nepxion/discovery/common/constant/DiscoveryConstant.java
index 15600c5afc..7a06bd7379 100644
--- a/discovery-common/src/main/java/com/nepxion/discovery/common/constant/DiscoveryConstant.java
+++ b/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 = "5.5.1";
+ public static final String DISCOVERY_VERSION = "6.0.0-SNAPSHOT";
public static final String SPRING_APPLICATION_DISCOVERY_PLUGIN = "spring.application.discovery.plugin";
public static final String SPRING_APPLICATION_DISCOVERY_VERSION = "spring.application.discovery.version";
diff --git a/discovery-console-desktop/pom.xml b/discovery-console-desktop/pom.xml
index 4ff67e376e..ea018fef31 100644
--- a/discovery-console-desktop/pom.xml
+++ b/discovery-console-desktop/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-console-starter-apollo/pom.xml b/discovery-console-starter-apollo/pom.xml
index 7bae1ebe11..a32558acb7 100644
--- a/discovery-console-starter-apollo/pom.xml
+++ b/discovery-console-starter-apollo/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-console-starter-nacos/pom.xml b/discovery-console-starter-nacos/pom.xml
index c7c0df2b70..ff53a39475 100644
--- a/discovery-console-starter-nacos/pom.xml
+++ b/discovery-console-starter-nacos/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-console-starter-redis/pom.xml b/discovery-console-starter-redis/pom.xml
index 7e640f5ff1..8deec13fa7 100644
--- a/discovery-console-starter-redis/pom.xml
+++ b/discovery-console-starter-redis/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-console/pom.xml b/discovery-console/pom.xml
index b3de58425e..d3a2a6be59 100644
--- a/discovery-console/pom.xml
+++ b/discovery-console/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-admin-center/pom.xml b/discovery-plugin-admin-center/pom.xml
index e5d55639ee..b9e0e55cda 100644
--- a/discovery-plugin-admin-center/pom.xml
+++ b/discovery-plugin-admin-center/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-config-center-starter-apollo/pom.xml b/discovery-plugin-config-center-starter-apollo/pom.xml
index 38ded2b049..aa1d128f83 100644
--- a/discovery-plugin-config-center-starter-apollo/pom.xml
+++ b/discovery-plugin-config-center-starter-apollo/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-config-center-starter-nacos/pom.xml b/discovery-plugin-config-center-starter-nacos/pom.xml
index 42ad8e259b..8ad3cf0a59 100644
--- a/discovery-plugin-config-center-starter-nacos/pom.xml
+++ b/discovery-plugin-config-center-starter-nacos/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-config-center-starter-redis/pom.xml b/discovery-plugin-config-center-starter-redis/pom.xml
index a54b7ba74a..c8d2323a73 100644
--- a/discovery-plugin-config-center-starter-redis/pom.xml
+++ b/discovery-plugin-config-center-starter-redis/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-config-center/pom.xml b/discovery-plugin-config-center/pom.xml
index 7d6b14dee4..e3f7f15d91 100644
--- a/discovery-plugin-config-center/pom.xml
+++ b/discovery-plugin-config-center/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-framework-consul/pom.xml b/discovery-plugin-framework-consul/pom.xml
index ab1bdb7c6e..df47dac054 100644
--- a/discovery-plugin-framework-consul/pom.xml
+++ b/discovery-plugin-framework-consul/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-framework-eureka/pom.xml b/discovery-plugin-framework-eureka/pom.xml
index 634ae0963e..6f6bcb0431 100644
--- a/discovery-plugin-framework-eureka/pom.xml
+++ b/discovery-plugin-framework-eureka/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-framework-nacos/pom.xml b/discovery-plugin-framework-nacos/pom.xml
index 729319c87e..046833a4d3 100644
--- a/discovery-plugin-framework-nacos/pom.xml
+++ b/discovery-plugin-framework-nacos/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-framework-zookeeper/pom.xml b/discovery-plugin-framework-zookeeper/pom.xml
index e45fa3a962..b254ff6ff0 100644
--- a/discovery-plugin-framework-zookeeper/pom.xml
+++ b/discovery-plugin-framework-zookeeper/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-framework/pom.xml b/discovery-plugin-framework/pom.xml
index 8e2fd26c0d..a5fda86bfe 100644
--- a/discovery-plugin-framework/pom.xml
+++ b/discovery-plugin-framework/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-starter-consul/pom.xml b/discovery-plugin-starter-consul/pom.xml
index 0668679a40..5c6a0e1953 100644
--- a/discovery-plugin-starter-consul/pom.xml
+++ b/discovery-plugin-starter-consul/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-starter-eureka/pom.xml b/discovery-plugin-starter-eureka/pom.xml
index 7240b02d32..25c17ec1f9 100644
--- a/discovery-plugin-starter-eureka/pom.xml
+++ b/discovery-plugin-starter-eureka/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-starter-nacos/pom.xml b/discovery-plugin-starter-nacos/pom.xml
index eb42d77596..d75d2f7af0 100644
--- a/discovery-plugin-starter-nacos/pom.xml
+++ b/discovery-plugin-starter-nacos/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-starter-zookeeper/pom.xml b/discovery-plugin-starter-zookeeper/pom.xml
index 34cac32507..61fe8e0e8f 100644
--- a/discovery-plugin-starter-zookeeper/pom.xml
+++ b/discovery-plugin-starter-zookeeper/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy-opentracing/pom.xml b/discovery-plugin-strategy-opentracing/pom.xml
index 0f14251576..228b75b437 100644
--- a/discovery-plugin-strategy-opentracing/pom.xml
+++ b/discovery-plugin-strategy-opentracing/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy-sentinel-starter-apollo/pom.xml b/discovery-plugin-strategy-sentinel-starter-apollo/pom.xml
index 60e8d46e7e..6de3abb4cb 100644
--- a/discovery-plugin-strategy-sentinel-starter-apollo/pom.xml
+++ b/discovery-plugin-strategy-sentinel-starter-apollo/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy-sentinel-starter-local/pom.xml b/discovery-plugin-strategy-sentinel-starter-local/pom.xml
index 18edc4db33..52fdb72a50 100644
--- a/discovery-plugin-strategy-sentinel-starter-local/pom.xml
+++ b/discovery-plugin-strategy-sentinel-starter-local/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy-sentinel-starter-nacos/pom.xml b/discovery-plugin-strategy-sentinel-starter-nacos/pom.xml
index 6e3433067b..51534cc62d 100644
--- a/discovery-plugin-strategy-sentinel-starter-nacos/pom.xml
+++ b/discovery-plugin-strategy-sentinel-starter-nacos/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy-sentinel/pom.xml b/discovery-plugin-strategy-sentinel/pom.xml
index 8d201826d1..1944edf5c8 100644
--- a/discovery-plugin-strategy-sentinel/pom.xml
+++ b/discovery-plugin-strategy-sentinel/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy-starter-gateway-opentracing/pom.xml b/discovery-plugin-strategy-starter-gateway-opentracing/pom.xml
index e91034f12d..25dfc1023a 100644
--- a/discovery-plugin-strategy-starter-gateway-opentracing/pom.xml
+++ b/discovery-plugin-strategy-starter-gateway-opentracing/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy-starter-gateway/pom.xml b/discovery-plugin-strategy-starter-gateway/pom.xml
index 5b19e5da64..5db9793136 100644
--- a/discovery-plugin-strategy-starter-gateway/pom.xml
+++ b/discovery-plugin-strategy-starter-gateway/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy-starter-hystrix/pom.xml b/discovery-plugin-strategy-starter-hystrix/pom.xml
index b997fe96f1..56e2c2bed0 100644
--- a/discovery-plugin-strategy-starter-hystrix/pom.xml
+++ b/discovery-plugin-strategy-starter-hystrix/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy-starter-service-opentracing/pom.xml b/discovery-plugin-strategy-starter-service-opentracing/pom.xml
index 7f44225da7..dceab2b706 100644
--- a/discovery-plugin-strategy-starter-service-opentracing/pom.xml
+++ b/discovery-plugin-strategy-starter-service-opentracing/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy-starter-service-sentinel/pom.xml b/discovery-plugin-strategy-starter-service-sentinel/pom.xml
index 759313f2a1..576e5bc0f3 100644
--- a/discovery-plugin-strategy-starter-service-sentinel/pom.xml
+++ b/discovery-plugin-strategy-starter-service-sentinel/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy-starter-service/pom.xml b/discovery-plugin-strategy-starter-service/pom.xml
index 93d2adf4c9..9b246f9891 100644
--- a/discovery-plugin-strategy-starter-service/pom.xml
+++ b/discovery-plugin-strategy-starter-service/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy-starter-zuul-opentracing/pom.xml b/discovery-plugin-strategy-starter-zuul-opentracing/pom.xml
index 0c1d5377a8..9a51880b6c 100644
--- a/discovery-plugin-strategy-starter-zuul-opentracing/pom.xml
+++ b/discovery-plugin-strategy-starter-zuul-opentracing/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy-starter-zuul/pom.xml b/discovery-plugin-strategy-starter-zuul/pom.xml
index 65dd7abcd7..f034e574f2 100644
--- a/discovery-plugin-strategy-starter-zuul/pom.xml
+++ b/discovery-plugin-strategy-starter-zuul/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-strategy/pom.xml b/discovery-plugin-strategy/pom.xml
index 908b2ffc26..1137ea1792 100644
--- a/discovery-plugin-strategy/pom.xml
+++ b/discovery-plugin-strategy/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-plugin-test-starter/pom.xml b/discovery-plugin-test-starter/pom.xml
index cda52df98f..b1a48b64b4 100644
--- a/discovery-plugin-test-starter/pom.xml
+++ b/discovery-plugin-test-starter/pom.xml
@@ -11,7 +11,7 @@
com.nepxion
discovery
- 5.5.1
+ 6.0.0-SNAPSHOT
diff --git a/discovery-springcloud-example-console/pom.xml b/discovery-springcloud-example-console/pom.xml
index 7e2560aac1..89dff72e92 100644
--- a/discovery-springcloud-example-console/pom.xml
+++ b/discovery-springcloud-example-console/pom.xml
@@ -11,7 +11,7 @@
http://www.nepxion.com
- 5.5.1
+ 6.0.0-SNAPSHOT
Greenwich.SR3
2.1.1.RELEASE
2.1.9.RELEASE
diff --git a/discovery-springcloud-example-gateway/pom.xml b/discovery-springcloud-example-gateway/pom.xml
index 68724b40f1..b4df57a19d 100644
--- a/discovery-springcloud-example-gateway/pom.xml
+++ b/discovery-springcloud-example-gateway/pom.xml
@@ -11,7 +11,7 @@
http://www.nepxion.com
- 5.5.1
+ 6.0.0-SNAPSHOT
Greenwich.SR3
2.1.1.RELEASE
2.1.9.RELEASE
diff --git a/discovery-springcloud-example-service/pom.xml b/discovery-springcloud-example-service/pom.xml
index 19f090be83..ce3e5e3d19 100644
--- a/discovery-springcloud-example-service/pom.xml
+++ b/discovery-springcloud-example-service/pom.xml
@@ -11,7 +11,7 @@
http://www.nepxion.com
- 5.5.1
+ 6.0.0-SNAPSHOT
Greenwich.SR3
2.1.1.RELEASE
2.1.9.RELEASE
diff --git a/discovery-springcloud-example-zuul/pom.xml b/discovery-springcloud-example-zuul/pom.xml
index 7988deb0d2..beeb67374b 100644
--- a/discovery-springcloud-example-zuul/pom.xml
+++ b/discovery-springcloud-example-zuul/pom.xml
@@ -11,7 +11,7 @@
http://www.nepxion.com
- 5.5.1
+ 6.0.0-SNAPSHOT
Greenwich.SR3
2.1.1.RELEASE
2.1.9.RELEASE
diff --git a/pom.xml b/pom.xml
index 634034a364..b7ab1ad0a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
Nepxion Discovery
pom
4.0.0
- 5.5.1
+ 6.0.0-SNAPSHOT
Nepxion Discovery is an enhancement for Spring Cloud Discovery
http://www.nepxion.com
diff --git a/version.bat b/version.bat
index 83a80b3245..5ef814afbb 100644
--- a/version.bat
+++ b/version.bat
@@ -15,6 +15,6 @@
@title Nepxion Discovery
@color 0a
-call mvn versions:set -DnewVersion=5.5.1
+call mvn versions:set -DnewVersion=6.0.0-SNAPSHOT
pause
\ No newline at end of file