From 0bdec607134597b663ea6322953fc6b87fa434c0 Mon Sep 17 00:00:00 2001 From: Nepxion <1394997@qq.com> Date: Sun, 12 May 2019 18:21:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC=E5=88=B05.?= =?UTF-8?q?0.1?= 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-gateway/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-gateway/pom.xml | 2 +- discovery-springcloud-example-service/pom.xml | 2 +- discovery-springcloud-example-zuul/pom.xml | 2 +- pom.xml | 2 +- version.bat | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/discovery-common-apollo/pom.xml b/discovery-common-apollo/pom.xml index cccb8dbc63..6156b4dd4a 100644 --- a/discovery-common-apollo/pom.xml +++ b/discovery-common-apollo/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-common-nacos/pom.xml b/discovery-common-nacos/pom.xml index 1b78f5c221..eac130f807 100644 --- a/discovery-common-nacos/pom.xml +++ b/discovery-common-nacos/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-common-redis/pom.xml b/discovery-common-redis/pom.xml index 5cb15392d1..a5fe460702 100644 --- a/discovery-common-redis/pom.xml +++ b/discovery-common-redis/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-common/pom.xml b/discovery-common/pom.xml index 3284bac068..9c2870700c 100644 --- a/discovery-common/pom.xml +++ b/discovery-common/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 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 a0f4fbbbf4..3e5c949dd1 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.0.0.2"; + public static final String DISCOVERY_VERSION = "5.0.1"; 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 9bb62e4e51..203753485b 100644 --- a/discovery-console-desktop/pom.xml +++ b/discovery-console-desktop/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-console-starter-apollo/pom.xml b/discovery-console-starter-apollo/pom.xml index 7b0d60f0b4..dd8c777e78 100644 --- a/discovery-console-starter-apollo/pom.xml +++ b/discovery-console-starter-apollo/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-console-starter-nacos/pom.xml b/discovery-console-starter-nacos/pom.xml index 88e3bd1677..ca2960b0be 100644 --- a/discovery-console-starter-nacos/pom.xml +++ b/discovery-console-starter-nacos/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-console-starter-redis/pom.xml b/discovery-console-starter-redis/pom.xml index 336dd21a84..03f380e56c 100644 --- a/discovery-console-starter-redis/pom.xml +++ b/discovery-console-starter-redis/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-console/pom.xml b/discovery-console/pom.xml index 070312ad0d..def9fcbd32 100644 --- a/discovery-console/pom.xml +++ b/discovery-console/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-plugin-admin-center/pom.xml b/discovery-plugin-admin-center/pom.xml index a71f9d514c..84375b8f84 100644 --- a/discovery-plugin-admin-center/pom.xml +++ b/discovery-plugin-admin-center/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-plugin-config-center-starter-apollo/pom.xml b/discovery-plugin-config-center-starter-apollo/pom.xml index 6118938afd..0031526fbe 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.0.0.2 + 5.0.1 diff --git a/discovery-plugin-config-center-starter-nacos/pom.xml b/discovery-plugin-config-center-starter-nacos/pom.xml index 863694d1c6..5752dc6046 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.0.0.2 + 5.0.1 diff --git a/discovery-plugin-config-center-starter-redis/pom.xml b/discovery-plugin-config-center-starter-redis/pom.xml index 80ccd3cccb..acaf2acb50 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.0.0.2 + 5.0.1 diff --git a/discovery-plugin-config-center/pom.xml b/discovery-plugin-config-center/pom.xml index 7e2a748b07..9c4a6231b4 100644 --- a/discovery-plugin-config-center/pom.xml +++ b/discovery-plugin-config-center/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-plugin-framework-consul/pom.xml b/discovery-plugin-framework-consul/pom.xml index 5d00f0fa5e..92a3e43d3a 100644 --- a/discovery-plugin-framework-consul/pom.xml +++ b/discovery-plugin-framework-consul/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-plugin-framework-eureka/pom.xml b/discovery-plugin-framework-eureka/pom.xml index 34af6267c9..39b1bfadc0 100644 --- a/discovery-plugin-framework-eureka/pom.xml +++ b/discovery-plugin-framework-eureka/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-plugin-framework-nacos/pom.xml b/discovery-plugin-framework-nacos/pom.xml index a15c75ab93..7e28191178 100644 --- a/discovery-plugin-framework-nacos/pom.xml +++ b/discovery-plugin-framework-nacos/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-plugin-framework-zookeeper/pom.xml b/discovery-plugin-framework-zookeeper/pom.xml index e6ebc7c262..e8317d97c2 100644 --- a/discovery-plugin-framework-zookeeper/pom.xml +++ b/discovery-plugin-framework-zookeeper/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-plugin-framework/pom.xml b/discovery-plugin-framework/pom.xml index e74d3fa182..a34a6bb5f2 100644 --- a/discovery-plugin-framework/pom.xml +++ b/discovery-plugin-framework/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-plugin-starter-consul/pom.xml b/discovery-plugin-starter-consul/pom.xml index 3832929dbf..70ee4c7a37 100644 --- a/discovery-plugin-starter-consul/pom.xml +++ b/discovery-plugin-starter-consul/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-plugin-starter-eureka/pom.xml b/discovery-plugin-starter-eureka/pom.xml index 71777457bd..dd14c11d40 100644 --- a/discovery-plugin-starter-eureka/pom.xml +++ b/discovery-plugin-starter-eureka/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-plugin-starter-nacos/pom.xml b/discovery-plugin-starter-nacos/pom.xml index 964296e084..7d6b8fc8ca 100644 --- a/discovery-plugin-starter-nacos/pom.xml +++ b/discovery-plugin-starter-nacos/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-plugin-starter-zookeeper/pom.xml b/discovery-plugin-starter-zookeeper/pom.xml index cf1faf0e7f..c5b325c644 100644 --- a/discovery-plugin-starter-zookeeper/pom.xml +++ b/discovery-plugin-starter-zookeeper/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-plugin-strategy-starter-gateway/pom.xml b/discovery-plugin-strategy-starter-gateway/pom.xml index e147fc0c4b..f31412d6af 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.0.0.2 + 5.0.1 diff --git a/discovery-plugin-strategy-starter-hystrix/pom.xml b/discovery-plugin-strategy-starter-hystrix/pom.xml index d531e6ade4..a2d855db7c 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.0.0.2 + 5.0.1 diff --git a/discovery-plugin-strategy-starter-service/pom.xml b/discovery-plugin-strategy-starter-service/pom.xml index e62ebb0627..a7f943fc25 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.0.0.2 + 5.0.1 diff --git a/discovery-plugin-strategy-starter-zuul/pom.xml b/discovery-plugin-strategy-starter-zuul/pom.xml index c3727609c3..c174a83861 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.0.0.2 + 5.0.1 diff --git a/discovery-plugin-strategy/pom.xml b/discovery-plugin-strategy/pom.xml index c1b7422a41..c861e02519 100644 --- a/discovery-plugin-strategy/pom.xml +++ b/discovery-plugin-strategy/pom.xml @@ -11,7 +11,7 @@ com.nepxion discovery - 5.0.0.2 + 5.0.1 diff --git a/discovery-springcloud-example-console/pom.xml b/discovery-springcloud-example-console/pom.xml index f7fc943cb4..c2fb82daca 100644 --- a/discovery-springcloud-example-console/pom.xml +++ b/discovery-springcloud-example-console/pom.xml @@ -17,7 +17,7 @@ - 5.0.0.2 + 5.0.1 Greenwich.SR1 0.9.0.RELEASE 2.1.4 diff --git a/discovery-springcloud-example-gateway/pom.xml b/discovery-springcloud-example-gateway/pom.xml index f832fe52f4..0ef49de106 100644 --- a/discovery-springcloud-example-gateway/pom.xml +++ b/discovery-springcloud-example-gateway/pom.xml @@ -17,7 +17,7 @@ - 5.0.0.2 + 5.0.1 Greenwich.SR1 0.9.0.RELEASE 2.1.4 diff --git a/discovery-springcloud-example-service/pom.xml b/discovery-springcloud-example-service/pom.xml index 3bb1249475..8f3ce70eba 100644 --- a/discovery-springcloud-example-service/pom.xml +++ b/discovery-springcloud-example-service/pom.xml @@ -17,7 +17,7 @@ - 5.0.0.2 + 5.0.1 Greenwich.SR1 0.9.0.RELEASE 2.1.4 diff --git a/discovery-springcloud-example-zuul/pom.xml b/discovery-springcloud-example-zuul/pom.xml index b22b50dd82..ec38ed77b1 100644 --- a/discovery-springcloud-example-zuul/pom.xml +++ b/discovery-springcloud-example-zuul/pom.xml @@ -17,7 +17,7 @@ - 5.0.0.2 + 5.0.1 Greenwich.SR1 0.9.0.RELEASE 2.1.4 diff --git a/pom.xml b/pom.xml index dbcc450031..f6733b7d27 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ Nepxion Discovery pom 4.0.0 - 5.0.0.2 + 5.0.1 Nepxion Discovery is an enhancement for Spring Cloud Discovery http://www.nepxion.com diff --git a/version.bat b/version.bat index c014ce6dd6..36f7dba5b3 100644 --- a/version.bat +++ b/version.bat @@ -15,6 +15,6 @@ @title Nepxion Discovery @color 0a -call mvn versions:set -DnewVersion=5.0.0.2 +call mvn versions:set -DnewVersion=5.0.1 pause \ No newline at end of file