From 298be4b2c2f144ac8be5ed6f140a3010908c1ae4 Mon Sep 17 00:00:00 2001 From: Nepxion <1394997@qq.com> Date: Sun, 12 May 2019 18:09:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC=E5=88=B03.?= =?UTF-8?q?8.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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-starter-hystrix/pom.xml | 2 +- discovery-plugin-strategy-starter-service/pom.xml | 2 +- discovery-plugin-strategy-starter-zuul/pom.xml | 2 +- discovery-plugin-strategy/pom.xml | 2 +- discovery-springcloud-example-console/pom.xml | 2 +- discovery-springcloud-example-service/pom.xml | 2 +- discovery-springcloud-example-zuul/pom.xml | 2 +- pom.xml | 2 +- version.bat | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/discovery-common-apollo/pom.xml b/discovery-common-apollo/pom.xml index 68e65ae726..007d746b9e 100644 --- a/discovery-common-apollo/pom.xml +++ b/discovery-common-apollo/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-common-nacos/pom.xml b/discovery-common-nacos/pom.xml index 99ffc5b19e..ed66d576ec 100644 --- a/discovery-common-nacos/pom.xml +++ b/discovery-common-nacos/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-common-redis/pom.xml b/discovery-common-redis/pom.xml index fd6a43cdfe..faec014f45 100644 --- a/discovery-common-redis/pom.xml +++ b/discovery-common-redis/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-common/pom.xml b/discovery-common/pom.xml index 9e2cc012b0..8469aeb131 100644 --- a/discovery-common/pom.xml +++ b/discovery-common/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 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 317bea3cb3..b516138a8b 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 = "3.8.6.2"; + public static final String DISCOVERY_VERSION = "3.8.7"; 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 629b861dea..6e9ec1115c 100644 --- a/discovery-console-desktop/pom.xml +++ b/discovery-console-desktop/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-console-starter-apollo/pom.xml b/discovery-console-starter-apollo/pom.xml index 3a0ced3c26..b389b5b0eb 100644 --- a/discovery-console-starter-apollo/pom.xml +++ b/discovery-console-starter-apollo/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-console-starter-nacos/pom.xml b/discovery-console-starter-nacos/pom.xml index d00fb90261..1e19a841d1 100644 --- a/discovery-console-starter-nacos/pom.xml +++ b/discovery-console-starter-nacos/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-console-starter-redis/pom.xml b/discovery-console-starter-redis/pom.xml index 7b133c40a3..93adbcb890 100644 --- a/discovery-console-starter-redis/pom.xml +++ b/discovery-console-starter-redis/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-console/pom.xml b/discovery-console/pom.xml index 6571f6aa43..dcc2699627 100644 --- a/discovery-console/pom.xml +++ b/discovery-console/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-admin-center/pom.xml b/discovery-plugin-admin-center/pom.xml index 5a511e39b2..52d6b880cc 100644 --- a/discovery-plugin-admin-center/pom.xml +++ b/discovery-plugin-admin-center/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-config-center-starter-apollo/pom.xml b/discovery-plugin-config-center-starter-apollo/pom.xml index 22bb30c2b2..575eb39519 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 - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-config-center-starter-nacos/pom.xml b/discovery-plugin-config-center-starter-nacos/pom.xml index e1486f0037..8e40b68ce3 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 - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-config-center-starter-redis/pom.xml b/discovery-plugin-config-center-starter-redis/pom.xml index 21c77e4a18..b4ba9ea47d 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 - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-config-center/pom.xml b/discovery-plugin-config-center/pom.xml index 6e45b78bf4..a70df0ac93 100644 --- a/discovery-plugin-config-center/pom.xml +++ b/discovery-plugin-config-center/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-framework-consul/pom.xml b/discovery-plugin-framework-consul/pom.xml index 740d479e7d..bcadf6cc7c 100644 --- a/discovery-plugin-framework-consul/pom.xml +++ b/discovery-plugin-framework-consul/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-framework-eureka/pom.xml b/discovery-plugin-framework-eureka/pom.xml index 42ceafb788..a8ac0071d4 100644 --- a/discovery-plugin-framework-eureka/pom.xml +++ b/discovery-plugin-framework-eureka/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-framework-nacos/pom.xml b/discovery-plugin-framework-nacos/pom.xml index 375873a76d..81d2a99c67 100644 --- a/discovery-plugin-framework-nacos/pom.xml +++ b/discovery-plugin-framework-nacos/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-framework-zookeeper/pom.xml b/discovery-plugin-framework-zookeeper/pom.xml index 9aebbc85bb..4772385468 100644 --- a/discovery-plugin-framework-zookeeper/pom.xml +++ b/discovery-plugin-framework-zookeeper/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-framework/pom.xml b/discovery-plugin-framework/pom.xml index fa687c4184..bf95ecf276 100644 --- a/discovery-plugin-framework/pom.xml +++ b/discovery-plugin-framework/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-starter-consul/pom.xml b/discovery-plugin-starter-consul/pom.xml index fd9fbcfce5..2d611afe1b 100644 --- a/discovery-plugin-starter-consul/pom.xml +++ b/discovery-plugin-starter-consul/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-starter-eureka/pom.xml b/discovery-plugin-starter-eureka/pom.xml index 8c81485d6c..2776fbd7c7 100644 --- a/discovery-plugin-starter-eureka/pom.xml +++ b/discovery-plugin-starter-eureka/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-starter-nacos/pom.xml b/discovery-plugin-starter-nacos/pom.xml index 3852aec0b8..dab0d2e5fb 100644 --- a/discovery-plugin-starter-nacos/pom.xml +++ b/discovery-plugin-starter-nacos/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-starter-zookeeper/pom.xml b/discovery-plugin-starter-zookeeper/pom.xml index 3ee523c8f1..a8c89dc445 100644 --- a/discovery-plugin-starter-zookeeper/pom.xml +++ b/discovery-plugin-starter-zookeeper/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-strategy-starter-hystrix/pom.xml b/discovery-plugin-strategy-starter-hystrix/pom.xml index f0d6871b4c..546ba7b1ea 100644 --- a/discovery-plugin-strategy-starter-hystrix/pom.xml +++ b/discovery-plugin-strategy-starter-hystrix/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-strategy-starter-service/pom.xml b/discovery-plugin-strategy-starter-service/pom.xml index e5ea2e6287..a87fd8e51a 100644 --- a/discovery-plugin-strategy-starter-service/pom.xml +++ b/discovery-plugin-strategy-starter-service/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-strategy-starter-zuul/pom.xml b/discovery-plugin-strategy-starter-zuul/pom.xml index 5059b3de2a..c2087961ab 100644 --- a/discovery-plugin-strategy-starter-zuul/pom.xml +++ b/discovery-plugin-strategy-starter-zuul/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-plugin-strategy/pom.xml b/discovery-plugin-strategy/pom.xml index 453e69d463..d29414c509 100644 --- a/discovery-plugin-strategy/pom.xml +++ b/discovery-plugin-strategy/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 3.8.6.2 + 3.8.7 diff --git a/discovery-springcloud-example-console/pom.xml b/discovery-springcloud-example-console/pom.xml index 65a831f9bb..83fa590838 100644 --- a/discovery-springcloud-example-console/pom.xml +++ b/discovery-springcloud-example-console/pom.xml @@ -17,7 +17,7 @@ - 3.8.6.2 + 3.8.7 Edgware.SR5 0.1.2.RELEASE 1.5.7 diff --git a/discovery-springcloud-example-service/pom.xml b/discovery-springcloud-example-service/pom.xml index 4447de6767..b78b714c85 100644 --- a/discovery-springcloud-example-service/pom.xml +++ b/discovery-springcloud-example-service/pom.xml @@ -17,7 +17,7 @@ - 3.8.6.2 + 3.8.7 Edgware.SR5 0.1.2.RELEASE 1.5.7 diff --git a/discovery-springcloud-example-zuul/pom.xml b/discovery-springcloud-example-zuul/pom.xml index 5b863fa6de..d741396f5a 100644 --- a/discovery-springcloud-example-zuul/pom.xml +++ b/discovery-springcloud-example-zuul/pom.xml @@ -17,7 +17,7 @@ - 3.8.6.2 + 3.8.7 Edgware.SR5 0.1.2.RELEASE 1.5.7 diff --git a/pom.xml b/pom.xml index 0b43575c34..2e6f69a08c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ Nepxion Discovery pom 4.0.0 - 3.8.6.2 + 3.8.7 Nepxion Discovery is an enhancement for Spring Cloud Discovery http://www.nepxion.com diff --git a/version.bat b/version.bat index 2065deb107..67d4b52318 100644 --- a/version.bat +++ b/version.bat @@ -15,6 +15,6 @@ @title Nepxion Discovery @color 0a -call mvn versions:set -DnewVersion=3.8.6.2 +call mvn versions:set -DnewVersion=3.8.7 pause \ No newline at end of file