From a07354e7ea1f2db4d2f3fde84e22656bde3bfe19 Mon Sep 17 00:00:00 2001 From: QilongZhang Date: Wed, 29 Aug 2018 00:00:51 +0800 Subject: [PATCH] Upgrade version 2.4.6 (#201) * upgrade version to 2.4.6 --- 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 | 4 ++-- runtime-sofa-boot-starter/pom.xml | 2 +- sofaboot-dependencies/pom.xml | 22 ++++++++++++------- sofaboot-samples/pom.xml | 2 +- .../sofaboot-sample-with-isle/README.md | 2 +- .../sofaboot-sample-with-isle/pom.xml | 2 +- .../service-consumer/pom.xml | 2 +- .../service-facade/pom.xml | 2 +- .../service-provider/pom.xml | 2 +- .../sofa-boot-run/pom.xml | 2 +- .../sofaboot-sample-with-isolation/pom.xml | 2 +- .../sofaboot-sample-with-rpc/README.md | 2 +- .../sofaboot-sample-with-rpc/pom.xml | 2 +- sofaboot-samples/sofaboot-sample/pom.xml | 2 +- test-sofa-boot-starter/pom.xml | 2 +- 19 files changed, 33 insertions(+), 27 deletions(-) diff --git a/healthcheck-sofa-boot-starter/pom.xml b/healthcheck-sofa-boot-starter/pom.xml index 3d1d2121f..8168cf94c 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.6-SNAPSHOT + 2.4.6 ../pom.xml diff --git a/infra-sofa-boot-starter/pom.xml b/infra-sofa-boot-starter/pom.xml index 261235f65..ce6b21687 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.6-SNAPSHOT + 2.4.6 ../pom.xml 4.0.0 diff --git a/isle-sofa-boot-starter/pom.xml b/isle-sofa-boot-starter/pom.xml index badd3c4c0..e32e3264e 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.6-SNAPSHOT + 2.4.6 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index a0f4f85de..3d222c5ee 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.alipay.sofa sofaboot-dependencies - 2.4.6-SNAPSHOT + 2.4.6 ./sofaboot-dependencies/pom.xml diff --git a/runtime-sofa-boot-plugin/pom.xml b/runtime-sofa-boot-plugin/pom.xml index 78f44a496..414a9e505 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.6-SNAPSHOT + 2.4.6 ../pom.xml 4.0.0 @@ -37,7 +37,7 @@ com.alipay.sofa runtime-sofa-boot-starter - 2.4.6-SNAPSHOT + 2.4.6 diff --git a/runtime-sofa-boot-starter/pom.xml b/runtime-sofa-boot-starter/pom.xml index 9a50b58cc..e5b5cc2dd 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.6-SNAPSHOT + 2.4.6 ../pom.xml 4.0.0 diff --git a/sofaboot-dependencies/pom.xml b/sofaboot-dependencies/pom.xml index e5234d500..872caca39 100644 --- a/sofaboot-dependencies/pom.xml +++ b/sofaboot-dependencies/pom.xml @@ -29,7 +29,7 @@ com.alipay.sofa sofaboot-dependencies - 2.4.6-SNAPSHOT + 2.4.6 pom @@ -38,15 +38,15 @@ UTF-8 1.4.2.RELEASE - 2.4.6-SNAPSHOT - 0.4.1 - 5.4.5-SNAPSHOT - 2.1.1 + 2.4.6 + 0.5.0 + 5.4.5 + 2.1.3 1.4.0 - 1.0.12 - 1.4.2 - 3.3.0 + 1.0.14 + 1.5.0 + 3.3.1 1.2.47 @@ -145,6 +145,12 @@ rpc-sofa-boot-plugin ${rpc.starter.version} + + + com.alipay.sofa + tracer-sofa-boot-plugin + ${sofa.tracer.version} + diff --git a/sofaboot-samples/pom.xml b/sofaboot-samples/pom.xml index 0e021555a..353e90041 100644 --- a/sofaboot-samples/pom.xml +++ b/sofaboot-samples/pom.xml @@ -22,7 +22,7 @@ com.alipay.sofa sofa-boot-runtime - 2.4.6-SNAPSHOT + 2.4.6 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-isle/README.md b/sofaboot-samples/sofaboot-sample-with-isle/README.md index 82552a00e..56b6d8c82 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.5 + 2.4.6 ``` diff --git a/sofaboot-samples/sofaboot-sample-with-isle/pom.xml b/sofaboot-samples/sofaboot-sample-with-isle/pom.xml index 67f32190f..ab1f464be 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.6-SNAPSHOT + 2.4.6 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 c74f5ddea..aae6dd642 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.6-SNAPSHOT + 2.4.6 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 bc0bbb22d..fd3d4d6e5 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.6-SNAPSHOT + 2.4.6 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 692e90b75..ad88f50d2 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.6-SNAPSHOT + 2.4.6 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 ff5e73032..661b80137 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.6-SNAPSHOT + 2.4.6 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-isolation/pom.xml b/sofaboot-samples/sofaboot-sample-with-isolation/pom.xml index cd9b422dd..a87e9cfc2 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.6-SNAPSHOT + 2.4.6 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-rpc/README.md b/sofaboot-samples/sofaboot-sample-with-rpc/README.md index 78b6ab2d7..6797436e1 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.5 + 2.4.6 ``` diff --git a/sofaboot-samples/sofaboot-sample-with-rpc/pom.xml b/sofaboot-samples/sofaboot-sample-with-rpc/pom.xml index 3c20faee7..123cc59ee 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.6-SNAPSHOT + 2.4.6 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample/pom.xml b/sofaboot-samples/sofaboot-sample/pom.xml index 1b1d830d9..94add4c4f 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.6-SNAPSHOT + 2.4.6 4.0.0 diff --git a/test-sofa-boot-starter/pom.xml b/test-sofa-boot-starter/pom.xml index 1e602f42c..7d9f505fd 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.6-SNAPSHOT + 2.4.6 ../pom.xml 4.0.0