From 8d8373e5e5cf3702fc797d6958310e597b1924ab Mon Sep 17 00:00:00 2001 From: smallchill Date: Sun, 8 Dec 2019 22:13:35 +0800 Subject: [PATCH] :zap: 2.2.2.RELEASE --- blade-common/pom.xml | 2 +- .../org/springblade/common/constant/LauncherConstant.java | 2 +- blade-example-api/blade-dubbo-provider-api/pom.xml | 2 +- blade-example-api/pom.xml | 4 ++-- blade-example/blade-dubbo-consumer/pom.xml | 2 +- blade-example/blade-dubbo-provider/pom.xml | 2 +- blade-example/blade-easypoi/pom.xml | 2 +- blade-example/blade-seata-order/pom.xml | 2 +- blade-example/blade-seata-storage/pom.xml | 2 +- blade-example/blade-websocket/pom.xml | 2 +- blade-example/pom.xml | 4 ++-- blade-gateway/pom.xml | 2 +- blade-service-api/blade-demo-api/pom.xml | 2 +- blade-service-api/pom.xml | 4 ++-- blade-service/blade-demo/pom.xml | 2 +- blade-service/pom.xml | 4 ++-- pom.xml | 8 ++++---- script/docker/.env | 2 +- 18 files changed, 25 insertions(+), 25 deletions(-) diff --git a/blade-common/pom.xml b/blade-common/pom.xml index 08e6b040f..2bcd1e3a5 100644 --- a/blade-common/pom.xml +++ b/blade-common/pom.xml @@ -5,7 +5,7 @@ BladeX-Biz org.springblade - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 diff --git a/blade-common/src/main/java/org/springblade/common/constant/LauncherConstant.java b/blade-common/src/main/java/org/springblade/common/constant/LauncherConstant.java index 10a1d51ae..0806b1736 100644 --- a/blade-common/src/main/java/org/springblade/common/constant/LauncherConstant.java +++ b/blade-common/src/main/java/org/springblade/common/constant/LauncherConstant.java @@ -30,7 +30,7 @@ public interface LauncherConstant { /** * nacos namespace id */ - String NACOS_NAMESPACE = "f447a694-519a-4255-95f9-bcbb5a5d636"; + String NACOS_NAMESPACE = "f447a694-519a-4255-95f9-bcbb5a5d6369"; /** * nacos dev 地址 diff --git a/blade-example-api/blade-dubbo-provider-api/pom.xml b/blade-example-api/blade-dubbo-provider-api/pom.xml index 259c8b54e..47533c2db 100644 --- a/blade-example-api/blade-dubbo-provider-api/pom.xml +++ b/blade-example-api/blade-dubbo-provider-api/pom.xml @@ -5,7 +5,7 @@ blade-example-api org.springblade - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 diff --git a/blade-example-api/pom.xml b/blade-example-api/pom.xml index a94bee8be..d07b283ee 100644 --- a/blade-example-api/pom.xml +++ b/blade-example-api/pom.xml @@ -5,13 +5,13 @@ BladeX-Biz org.springblade - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 blade-example-api ${project.artifactId} - 2.2.1.RELEASE + 2.2.2.RELEASE pom BladeX 微服务范例API集合 diff --git a/blade-example/blade-dubbo-consumer/pom.xml b/blade-example/blade-dubbo-consumer/pom.xml index dedf44409..28e5782d2 100644 --- a/blade-example/blade-dubbo-consumer/pom.xml +++ b/blade-example/blade-dubbo-consumer/pom.xml @@ -5,7 +5,7 @@ blade-example org.springblade - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 diff --git a/blade-example/blade-dubbo-provider/pom.xml b/blade-example/blade-dubbo-provider/pom.xml index 45c47e566..d3111f0ca 100644 --- a/blade-example/blade-dubbo-provider/pom.xml +++ b/blade-example/blade-dubbo-provider/pom.xml @@ -5,7 +5,7 @@ blade-example org.springblade - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 diff --git a/blade-example/blade-easypoi/pom.xml b/blade-example/blade-easypoi/pom.xml index e30919b5e..506d1afd1 100644 --- a/blade-example/blade-easypoi/pom.xml +++ b/blade-example/blade-easypoi/pom.xml @@ -5,7 +5,7 @@ blade-example org.springblade - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 diff --git a/blade-example/blade-seata-order/pom.xml b/blade-example/blade-seata-order/pom.xml index f658bda43..2f1b90aa3 100644 --- a/blade-example/blade-seata-order/pom.xml +++ b/blade-example/blade-seata-order/pom.xml @@ -5,7 +5,7 @@ blade-example org.springblade - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 diff --git a/blade-example/blade-seata-storage/pom.xml b/blade-example/blade-seata-storage/pom.xml index 0604d75d1..a7e06d993 100644 --- a/blade-example/blade-seata-storage/pom.xml +++ b/blade-example/blade-seata-storage/pom.xml @@ -5,7 +5,7 @@ blade-example org.springblade - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 diff --git a/blade-example/blade-websocket/pom.xml b/blade-example/blade-websocket/pom.xml index d8aeff66c..d400de4d5 100644 --- a/blade-example/blade-websocket/pom.xml +++ b/blade-example/blade-websocket/pom.xml @@ -5,7 +5,7 @@ blade-example org.springblade - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 diff --git a/blade-example/pom.xml b/blade-example/pom.xml index 8b5fc8a4f..2a6bcfcb0 100644 --- a/blade-example/pom.xml +++ b/blade-example/pom.xml @@ -5,13 +5,13 @@ BladeX-Biz org.springblade - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 blade-example ${project.artifactId} - 2.2.1.RELEASE + 2.2.2.RELEASE pom BladeX 微服务范例集合 diff --git a/blade-gateway/pom.xml b/blade-gateway/pom.xml index d1d5891cd..3c545968a 100644 --- a/blade-gateway/pom.xml +++ b/blade-gateway/pom.xml @@ -5,7 +5,7 @@ BladeX-Biz org.springblade - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 diff --git a/blade-service-api/blade-demo-api/pom.xml b/blade-service-api/blade-demo-api/pom.xml index 435a30ce2..239d11fd3 100644 --- a/blade-service-api/blade-demo-api/pom.xml +++ b/blade-service-api/blade-demo-api/pom.xml @@ -5,7 +5,7 @@ blade-service-api org.springblade - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 diff --git a/blade-service-api/pom.xml b/blade-service-api/pom.xml index 7f8e82771..198126e98 100644 --- a/blade-service-api/pom.xml +++ b/blade-service-api/pom.xml @@ -5,14 +5,14 @@ BladeX-Biz org.springblade - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 blade-service-api ${project.artifactId} - 2.2.1.RELEASE + 2.2.2.RELEASE pom BladeX 微服务API集合 diff --git a/blade-service/blade-demo/pom.xml b/blade-service/blade-demo/pom.xml index 908b347f3..a07f64eee 100644 --- a/blade-service/blade-demo/pom.xml +++ b/blade-service/blade-demo/pom.xml @@ -6,7 +6,7 @@ org.springblade blade-service - 2.2.1.RELEASE + 2.2.2.RELEASE 4.0.0 diff --git a/blade-service/pom.xml b/blade-service/pom.xml index b2a6f5b06..b5e4130ce 100644 --- a/blade-service/pom.xml +++ b/blade-service/pom.xml @@ -7,12 +7,12 @@ org.springblade BladeX-Biz - 2.2.1.RELEASE + 2.2.2.RELEASE blade-service ${project.artifactId} - 2.2.1.RELEASE + 2.2.2.RELEASE pom BladeX 微服务集合 diff --git a/pom.xml b/pom.xml index 43efeb5a0..adc8b7413 100644 --- a/pom.xml +++ b/pom.xml @@ -5,19 +5,19 @@ org.springblade BladeX-Biz - 2.2.1.RELEASE + 2.2.2.RELEASE pom - 2.2.1.RELEASE + 2.2.2.RELEASE 1.8 6.4.2 2.7.3 - 2.1.9.RELEASE - Greenwich.SR3 + 2.1.11.RELEASE + Greenwich.SR4 Cairo-SR8 diff --git a/script/docker/.env b/script/docker/.env index d10fb34a2..07355058e 100644 --- a/script/docker/.env +++ b/script/docker/.env @@ -1,2 +1,2 @@ REGISTER=192.168.0.157/blade -TAG=2.2.1.RELEASE +TAG=2.2.2.RELEASE