From 61cb2b76bd2332db70293e742a456fb5b96df3f7 Mon Sep 17 00:00:00 2001 From: straybird Date: Wed, 10 Oct 2018 22:45:13 +0800 Subject: [PATCH] Upgrade version to 2.4.10. (#238) Upgrade version to 2.4.10. --- healthcheck-sofa-boot-starter/pom.xml | 2 +- infra-sofa-boot-starter/pom.xml | 2 +- isle-sofa-boot-starter/pom.xml | 2 +- pom.xml | 2 +- runtime-sofa-boot-plugin/pom.xml | 2 +- runtime-sofa-boot-starter/pom.xml | 2 +- sofaboot-dependencies/pom.xml | 4 ++-- sofaboot-samples/pom.xml | 2 +- sofaboot-samples/sofaboot-sample-with-isle/README.md | 2 +- sofaboot-samples/sofaboot-sample-with-isle/pom.xml | 2 +- .../sofaboot-sample-with-isle/service-consumer/pom.xml | 2 +- .../sofaboot-sample-with-isle/service-facade/pom.xml | 2 +- .../sofaboot-sample-with-isle/service-provider/pom.xml | 2 +- .../sofaboot-sample-with-isle/sofa-boot-run/pom.xml | 2 +- sofaboot-samples/sofaboot-sample-with-isolation/pom.xml | 2 +- sofaboot-samples/sofaboot-sample-with-rpc/README.md | 2 +- sofaboot-samples/sofaboot-sample-with-rpc/pom.xml | 2 +- sofaboot-samples/sofaboot-sample/pom.xml | 2 +- test-sofa-boot-starter/pom.xml | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/healthcheck-sofa-boot-starter/pom.xml b/healthcheck-sofa-boot-starter/pom.xml index 02103267c..fc04d7624 100644 --- a/healthcheck-sofa-boot-starter/pom.xml +++ b/healthcheck-sofa-boot-starter/pom.xml @@ -22,7 +22,7 @@ com.alipay.sofa sofa-boot-runtime - 2.4.10-SNAPSHOT + 2.4.10 ../pom.xml diff --git a/infra-sofa-boot-starter/pom.xml b/infra-sofa-boot-starter/pom.xml index dc4cffbbf..2c43482e6 100644 --- a/infra-sofa-boot-starter/pom.xml +++ b/infra-sofa-boot-starter/pom.xml @@ -22,7 +22,7 @@ com.alipay.sofa sofa-boot-runtime - 2.4.10-SNAPSHOT + 2.4.10 ../pom.xml 4.0.0 diff --git a/isle-sofa-boot-starter/pom.xml b/isle-sofa-boot-starter/pom.xml index a7bf7f2e5..910b2c539 100644 --- a/isle-sofa-boot-starter/pom.xml +++ b/isle-sofa-boot-starter/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofa-boot-runtime - 2.4.10-SNAPSHOT + 2.4.10 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 26659dc56..685dda22d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.alipay.sofa sofaboot-dependencies - 2.4.10-SNAPSHOT + 2.4.10 ./sofaboot-dependencies/pom.xml diff --git a/runtime-sofa-boot-plugin/pom.xml b/runtime-sofa-boot-plugin/pom.xml index ca4c07dac..bf9b3b7d2 100644 --- a/runtime-sofa-boot-plugin/pom.xml +++ b/runtime-sofa-boot-plugin/pom.xml @@ -22,7 +22,7 @@ com.alipay.sofa sofa-boot-runtime - 2.4.10-SNAPSHOT + 2.4.10 ../pom.xml 4.0.0 diff --git a/runtime-sofa-boot-starter/pom.xml b/runtime-sofa-boot-starter/pom.xml index e879f8556..3d1ffa541 100644 --- a/runtime-sofa-boot-starter/pom.xml +++ b/runtime-sofa-boot-starter/pom.xml @@ -22,7 +22,7 @@ com.alipay.sofa sofa-boot-runtime - 2.4.10-SNAPSHOT + 2.4.10 ../pom.xml 4.0.0 diff --git a/sofaboot-dependencies/pom.xml b/sofaboot-dependencies/pom.xml index 3ac234772..acea7b26f 100644 --- a/sofaboot-dependencies/pom.xml +++ b/sofaboot-dependencies/pom.xml @@ -29,7 +29,7 @@ com.alipay.sofa sofaboot-dependencies - 2.4.10-SNAPSHOT + 2.4.10 pom @@ -38,7 +38,7 @@ UTF-8 1.4.2.RELEASE - 2.4.10-SNAPSHOT + 2.4.10 0.5.2 5.4.6 2.1.4 diff --git a/sofaboot-samples/pom.xml b/sofaboot-samples/pom.xml index d54411a36..1b71632e0 100644 --- a/sofaboot-samples/pom.xml +++ b/sofaboot-samples/pom.xml @@ -22,7 +22,7 @@ com.alipay.sofa sofa-boot-runtime - 2.4.10-SNAPSHOT + 2.4.10 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-isle/README.md b/sofaboot-samples/sofaboot-sample-with-isle/README.md index e070ea934..48c66d75f 100644 --- a/sofaboot-samples/sofaboot-sample-with-isle/README.md +++ b/sofaboot-samples/sofaboot-sample-with-isle/README.md @@ -202,7 +202,7 @@ public class JvmServiceConsumer implements ClientFactoryAware { com.alipay.sofa sofaboot-dependencies - 2.4.10-SNAPSHOT + 2.4.10 ``` diff --git a/sofaboot-samples/sofaboot-sample-with-isle/pom.xml b/sofaboot-samples/sofaboot-sample-with-isle/pom.xml index a5d56aa29..b669f3d43 100644 --- a/sofaboot-samples/sofaboot-sample-with-isle/pom.xml +++ b/sofaboot-samples/sofaboot-sample-with-isle/pom.xml @@ -5,7 +5,7 @@ sofaboot-samples com.alipay.sofa - 2.4.10-SNAPSHOT + 2.4.10 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-isle/service-consumer/pom.xml b/sofaboot-samples/sofaboot-sample-with-isle/service-consumer/pom.xml index b452dfefb..e02131188 100644 --- a/sofaboot-samples/sofaboot-sample-with-isle/service-consumer/pom.xml +++ b/sofaboot-samples/sofaboot-sample-with-isle/service-consumer/pom.xml @@ -5,7 +5,7 @@ sofaboot-sample-with-isle com.alipay.sofa - 2.4.10-SNAPSHOT + 2.4.10 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-isle/service-facade/pom.xml b/sofaboot-samples/sofaboot-sample-with-isle/service-facade/pom.xml index d07ae78bd..7c692503e 100644 --- a/sofaboot-samples/sofaboot-sample-with-isle/service-facade/pom.xml +++ b/sofaboot-samples/sofaboot-sample-with-isle/service-facade/pom.xml @@ -5,7 +5,7 @@ sofaboot-sample-with-isle com.alipay.sofa - 2.4.10-SNAPSHOT + 2.4.10 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-isle/service-provider/pom.xml b/sofaboot-samples/sofaboot-sample-with-isle/service-provider/pom.xml index eb232f0a0..7f3d02370 100644 --- a/sofaboot-samples/sofaboot-sample-with-isle/service-provider/pom.xml +++ b/sofaboot-samples/sofaboot-sample-with-isle/service-provider/pom.xml @@ -5,7 +5,7 @@ sofaboot-sample-with-isle com.alipay.sofa - 2.4.10-SNAPSHOT + 2.4.10 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-isle/sofa-boot-run/pom.xml b/sofaboot-samples/sofaboot-sample-with-isle/sofa-boot-run/pom.xml index 6d6054496..48ee6d5f5 100644 --- a/sofaboot-samples/sofaboot-sample-with-isle/sofa-boot-run/pom.xml +++ b/sofaboot-samples/sofaboot-sample-with-isle/sofa-boot-run/pom.xml @@ -5,7 +5,7 @@ sofaboot-sample-with-isle com.alipay.sofa - 2.4.10-SNAPSHOT + 2.4.10 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-isolation/pom.xml b/sofaboot-samples/sofaboot-sample-with-isolation/pom.xml index ff6b21ff1..5e794304a 100644 --- a/sofaboot-samples/sofaboot-sample-with-isolation/pom.xml +++ b/sofaboot-samples/sofaboot-sample-with-isolation/pom.xml @@ -22,7 +22,7 @@ sofaboot-samples com.alipay.sofa - 2.4.10-SNAPSHOT + 2.4.10 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-rpc/README.md b/sofaboot-samples/sofaboot-sample-with-rpc/README.md index 2efbd4126..0d584d2ea 100644 --- a/sofaboot-samples/sofaboot-sample-with-rpc/README.md +++ b/sofaboot-samples/sofaboot-sample-with-rpc/README.md @@ -9,7 +9,7 @@ SOFABoot 提供了如健康检查,上下文隔离等基础能力,同时提 com.alipay.sofa sofaboot-dependencies - 2.4.10-SNAPSHOT + 2.4.10 ``` diff --git a/sofaboot-samples/sofaboot-sample-with-rpc/pom.xml b/sofaboot-samples/sofaboot-sample-with-rpc/pom.xml index b5c6475b1..8967261f4 100644 --- a/sofaboot-samples/sofaboot-sample-with-rpc/pom.xml +++ b/sofaboot-samples/sofaboot-sample-with-rpc/pom.xml @@ -5,7 +5,7 @@ sofaboot-samples com.alipay.sofa - 2.4.10-SNAPSHOT + 2.4.10 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample/pom.xml b/sofaboot-samples/sofaboot-sample/pom.xml index 491a17beb..366af0cfa 100644 --- a/sofaboot-samples/sofaboot-sample/pom.xml +++ b/sofaboot-samples/sofaboot-sample/pom.xml @@ -22,7 +22,7 @@ sofaboot-samples com.alipay.sofa - 2.4.10-SNAPSHOT + 2.4.10 4.0.0 diff --git a/test-sofa-boot-starter/pom.xml b/test-sofa-boot-starter/pom.xml index ff3eea45f..a6bd464dd 100644 --- a/test-sofa-boot-starter/pom.xml +++ b/test-sofa-boot-starter/pom.xml @@ -5,7 +5,7 @@ sofa-boot-runtime com.alipay.sofa - 2.4.10-SNAPSHOT + 2.4.10 ../pom.xml 4.0.0