diff --git a/healthcheck-sofa-boot-starter/pom.xml b/healthcheck-sofa-boot-starter/pom.xml index 538dad3e2..48a686421 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.8-SNAPSHOT + 2.4.8 ../pom.xml diff --git a/infra-sofa-boot-starter/pom.xml b/infra-sofa-boot-starter/pom.xml index 27a06ebea..adb50271b 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.8-SNAPSHOT + 2.4.8 ../pom.xml 4.0.0 diff --git a/isle-sofa-boot-starter/pom.xml b/isle-sofa-boot-starter/pom.xml index c1f564b62..1a0e674fd 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.8-SNAPSHOT + 2.4.8 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index e9f002ca0..743aaa0f7 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.alipay.sofa sofaboot-dependencies - 2.4.8-SNAPSHOT + 2.4.8 ./sofaboot-dependencies/pom.xml diff --git a/runtime-sofa-boot-plugin/pom.xml b/runtime-sofa-boot-plugin/pom.xml index 19349fc12..5085bd950 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.8-SNAPSHOT + 2.4.8 ../pom.xml 4.0.0 diff --git a/runtime-sofa-boot-starter/pom.xml b/runtime-sofa-boot-starter/pom.xml index fefe57f4f..d1839b101 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.8-SNAPSHOT + 2.4.8 ../pom.xml 4.0.0 diff --git a/sofaboot-dependencies/pom.xml b/sofaboot-dependencies/pom.xml index 6efe25486..96b921369 100644 --- a/sofaboot-dependencies/pom.xml +++ b/sofaboot-dependencies/pom.xml @@ -29,7 +29,7 @@ com.alipay.sofa sofaboot-dependencies - 2.4.8-SNAPSHOT + 2.4.8 pom @@ -38,8 +38,8 @@ UTF-8 1.4.2.RELEASE - 2.4.8-SNAPSHOT - 0.5.0 + 2.4.8 + 0.5.2 5.4.5 2.1.4 1.4.4 diff --git a/sofaboot-samples/pom.xml b/sofaboot-samples/pom.xml index 13668f075..2d3f0e3b5 100644 --- a/sofaboot-samples/pom.xml +++ b/sofaboot-samples/pom.xml @@ -22,7 +22,7 @@ com.alipay.sofa sofa-boot-runtime - 2.4.8-SNAPSHOT + 2.4.8 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-isle/README.md b/sofaboot-samples/sofaboot-sample-with-isle/README.md index 1495b0325..f5eda62eb 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.8-SNAPSHOT + 2.4.8 ``` diff --git a/sofaboot-samples/sofaboot-sample-with-isle/pom.xml b/sofaboot-samples/sofaboot-sample-with-isle/pom.xml index 90a00d917..f9c1fb69e 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.8-SNAPSHOT + 2.4.8 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 71c3afeec..b753e93c2 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.8-SNAPSHOT + 2.4.8 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 6a0cd2f76..ce229da18 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.8-SNAPSHOT + 2.4.8 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 a600a9975..4dc0b979a 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.8-SNAPSHOT + 2.4.8 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 3322cd1d0..3421041aa 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.8-SNAPSHOT + 2.4.8 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-isolation/pom.xml b/sofaboot-samples/sofaboot-sample-with-isolation/pom.xml index 8caba6bca..99025e92e 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.8-SNAPSHOT + 2.4.8 4.0.0 @@ -52,10 +52,14 @@ + + com.alipay.sofa + rpc-sofa-boot-plugin + + com.alipay.sofa rpc-sofa-boot-starter - ark-plugin diff --git a/sofaboot-samples/sofaboot-sample-with-rpc/README.md b/sofaboot-samples/sofaboot-sample-with-rpc/README.md index 0ed754a8e..0f394bf50 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.8-SNAPSHOT + 2.4.8 ``` diff --git a/sofaboot-samples/sofaboot-sample-with-rpc/pom.xml b/sofaboot-samples/sofaboot-sample-with-rpc/pom.xml index 0044533a5..3d3a0a6dc 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.8-SNAPSHOT + 2.4.8 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample/pom.xml b/sofaboot-samples/sofaboot-sample/pom.xml index 0c518207e..3d13da6c0 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.8-SNAPSHOT + 2.4.8 4.0.0 diff --git a/test-sofa-boot-starter/pom.xml b/test-sofa-boot-starter/pom.xml index 8e8e7d1fd..7bf74fe4c 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.8-SNAPSHOT + 2.4.8 ../pom.xml 4.0.0