From c20096176629b66ee70523b8f2062dc4d1a1ae95 Mon Sep 17 00:00:00 2001 From: HzjNeverStop <441627022@qq.com> Date: Mon, 10 Aug 2020 12:04:20 +0800 Subject: [PATCH] Update version to 3.4.3 for GA (#686) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 致节 --- pom.xml | 2 +- sofa-boot-project/pom.xml | 2 +- sofa-boot-project/sofa-boot-actuator-autoconfigure/pom.xml | 2 +- sofa-boot-project/sofa-boot-actuator/pom.xml | 2 +- sofa-boot-project/sofa-boot-autoconfigure/pom.xml | 2 +- .../sofa-boot-core/healthcheck-sofa-boot/pom.xml | 2 +- sofa-boot-project/sofa-boot-core/isle-sofa-boot/pom.xml | 2 +- sofa-boot-project/sofa-boot-core/log-sofa-boot/pom.xml | 2 +- sofa-boot-project/sofa-boot-core/pom.xml | 2 +- sofa-boot-project/sofa-boot-core/rpc-sofa-boot/pom.xml | 2 +- sofa-boot-project/sofa-boot-core/runtime-sofa-boot/pom.xml | 2 +- sofa-boot-project/sofa-boot-core/startup-sofa-boot/pom.xml | 2 +- sofa-boot-project/sofa-boot-core/test-sofa-boot/pom.xml | 2 +- sofa-boot-project/sofa-boot-core/tracer-sofa-boot/pom.xml | 2 +- sofa-boot-project/sofa-boot-parent/pom.xml | 2 +- sofa-boot-project/sofa-boot-plugins/pom.xml | 2 +- .../sofa-boot-plugins/rpc-sofa-boot-plugin/pom.xml | 2 +- .../sofa-boot-plugins/runtime-sofa-boot-plugin/pom.xml | 2 +- .../sofa-boot-plugins/tracer-sofa-boot-plugin/pom.xml | 2 +- .../sofa-boot-starters/healthcheck-sofa-boot-starter/pom.xml | 2 +- .../sofa-boot-starters/infra-sofa-boot-starter/pom.xml | 2 +- .../sofa-boot-starters/isle-sofa-boot-starter/pom.xml | 2 +- .../sofa-boot-starters/log-sofa-boot-starter/pom.xml | 2 +- sofa-boot-project/sofa-boot-starters/pom.xml | 2 +- .../sofa-boot-starters/rpc-sofa-boot-starter/pom.xml | 2 +- .../sofa-boot-starters/runtime-sofa-boot-starter/pom.xml | 2 +- .../sofa-boot-starters/startup-sofa-boot-starter/pom.xml | 2 +- .../sofa-boot-starters/test-sofa-boot-starter/pom.xml | 2 +- .../sofa-boot-starters/tracer-sofa-boot-starter/pom.xml | 2 +- sofa-boot-project/sofa-boot-tools/pom.xml | 2 +- .../sofa-boot-tools/sofa-boot-gradle-plugin/build.gradle | 2 +- .../sofa-boot-tools/sofa-boot-gradle-plugin/pom.xml | 2 +- sofa-boot-project/sofa-boot/pom.xml | 2 +- sofa-boot-project/sofaboot-dependencies/pom.xml | 4 ++-- 34 files changed, 35 insertions(+), 35 deletions(-) diff --git a/pom.xml b/pom.xml index 74c89ebad..5fb3800ba 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 com.alipay.sofa sofa-boot-build - 3.4.3-SNAPSHOT + 3.4.3 pom SOFABoot Build SOFABoot Build diff --git a/sofa-boot-project/pom.xml b/sofa-boot-project/pom.xml index 5791c5b70..ae05b170f 100644 --- a/sofa-boot-project/pom.xml +++ b/sofa-boot-project/pom.xml @@ -5,7 +5,7 @@ sofa-boot-build com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-actuator-autoconfigure/pom.xml b/sofa-boot-project/sofa-boot-actuator-autoconfigure/pom.xml index 0e3f2d2bb..0f8e05667 100644 --- a/sofa-boot-project/sofa-boot-actuator-autoconfigure/pom.xml +++ b/sofa-boot-project/sofa-boot-actuator-autoconfigure/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofa-boot-parent - 3.4.3-SNAPSHOT + 3.4.3 ../sofa-boot-parent diff --git a/sofa-boot-project/sofa-boot-actuator/pom.xml b/sofa-boot-project/sofa-boot-actuator/pom.xml index 179ba5f29..ed66db2a3 100644 --- a/sofa-boot-project/sofa-boot-actuator/pom.xml +++ b/sofa-boot-project/sofa-boot-actuator/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofa-boot-parent - 3.4.3-SNAPSHOT + 3.4.3 ../sofa-boot-parent 4.0.0 diff --git a/sofa-boot-project/sofa-boot-autoconfigure/pom.xml b/sofa-boot-project/sofa-boot-autoconfigure/pom.xml index 6f6a97b0d..8f6e95885 100644 --- a/sofa-boot-project/sofa-boot-autoconfigure/pom.xml +++ b/sofa-boot-project/sofa-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofa-boot-parent - 3.4.3-SNAPSHOT + 3.4.3 ../sofa-boot-parent diff --git a/sofa-boot-project/sofa-boot-core/healthcheck-sofa-boot/pom.xml b/sofa-boot-project/sofa-boot-core/healthcheck-sofa-boot/pom.xml index 30f4e7252..0aeff417c 100644 --- a/sofa-boot-project/sofa-boot-core/healthcheck-sofa-boot/pom.xml +++ b/sofa-boot-project/sofa-boot-core/healthcheck-sofa-boot/pom.xml @@ -5,7 +5,7 @@ sofa-boot-core com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-core/isle-sofa-boot/pom.xml b/sofa-boot-project/sofa-boot-core/isle-sofa-boot/pom.xml index 45fcda917..30b99dede 100644 --- a/sofa-boot-project/sofa-boot-core/isle-sofa-boot/pom.xml +++ b/sofa-boot-project/sofa-boot-core/isle-sofa-boot/pom.xml @@ -5,7 +5,7 @@ sofa-boot-core com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-core/log-sofa-boot/pom.xml b/sofa-boot-project/sofa-boot-core/log-sofa-boot/pom.xml index 35dd61dea..34a5ae194 100644 --- a/sofa-boot-project/sofa-boot-core/log-sofa-boot/pom.xml +++ b/sofa-boot-project/sofa-boot-core/log-sofa-boot/pom.xml @@ -5,7 +5,7 @@ sofa-boot-core com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-core/pom.xml b/sofa-boot-project/sofa-boot-core/pom.xml index 7ea238484..b8d13cd63 100644 --- a/sofa-boot-project/sofa-boot-core/pom.xml +++ b/sofa-boot-project/sofa-boot-core/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofa-boot-parent - 3.4.3-SNAPSHOT + 3.4.3 ../sofa-boot-parent diff --git a/sofa-boot-project/sofa-boot-core/rpc-sofa-boot/pom.xml b/sofa-boot-project/sofa-boot-core/rpc-sofa-boot/pom.xml index fe77757a2..b89ee58f1 100644 --- a/sofa-boot-project/sofa-boot-core/rpc-sofa-boot/pom.xml +++ b/sofa-boot-project/sofa-boot-core/rpc-sofa-boot/pom.xml @@ -5,7 +5,7 @@ sofa-boot-core com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-core/runtime-sofa-boot/pom.xml b/sofa-boot-project/sofa-boot-core/runtime-sofa-boot/pom.xml index 7afadb72f..13084d0b4 100644 --- a/sofa-boot-project/sofa-boot-core/runtime-sofa-boot/pom.xml +++ b/sofa-boot-project/sofa-boot-core/runtime-sofa-boot/pom.xml @@ -5,7 +5,7 @@ sofa-boot-core com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-core/startup-sofa-boot/pom.xml b/sofa-boot-project/sofa-boot-core/startup-sofa-boot/pom.xml index 4e5fb87f3..ff65080e9 100644 --- a/sofa-boot-project/sofa-boot-core/startup-sofa-boot/pom.xml +++ b/sofa-boot-project/sofa-boot-core/startup-sofa-boot/pom.xml @@ -5,7 +5,7 @@ sofa-boot-core com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-core/test-sofa-boot/pom.xml b/sofa-boot-project/sofa-boot-core/test-sofa-boot/pom.xml index 5b2df61cd..28e04a598 100644 --- a/sofa-boot-project/sofa-boot-core/test-sofa-boot/pom.xml +++ b/sofa-boot-project/sofa-boot-core/test-sofa-boot/pom.xml @@ -5,7 +5,7 @@ sofa-boot-core com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-core/tracer-sofa-boot/pom.xml b/sofa-boot-project/sofa-boot-core/tracer-sofa-boot/pom.xml index 2ca29f19b..492f82cf5 100644 --- a/sofa-boot-project/sofa-boot-core/tracer-sofa-boot/pom.xml +++ b/sofa-boot-project/sofa-boot-core/tracer-sofa-boot/pom.xml @@ -5,7 +5,7 @@ sofa-boot-core com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-parent/pom.xml b/sofa-boot-project/sofa-boot-parent/pom.xml index c15c90e19..013a53494 100644 --- a/sofa-boot-project/sofa-boot-parent/pom.xml +++ b/sofa-boot-project/sofa-boot-parent/pom.xml @@ -5,7 +5,7 @@ sofaboot-dependencies com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 ../sofaboot-dependencies 4.0.0 diff --git a/sofa-boot-project/sofa-boot-plugins/pom.xml b/sofa-boot-project/sofa-boot-plugins/pom.xml index 6e64fcc49..ae1a54745 100644 --- a/sofa-boot-project/sofa-boot-plugins/pom.xml +++ b/sofa-boot-project/sofa-boot-plugins/pom.xml @@ -5,7 +5,7 @@ sofa-boot-parent com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 ../sofa-boot-parent 4.0.0 diff --git a/sofa-boot-project/sofa-boot-plugins/rpc-sofa-boot-plugin/pom.xml b/sofa-boot-project/sofa-boot-plugins/rpc-sofa-boot-plugin/pom.xml index cf171e984..28b1731b0 100644 --- a/sofa-boot-project/sofa-boot-plugins/rpc-sofa-boot-plugin/pom.xml +++ b/sofa-boot-project/sofa-boot-plugins/rpc-sofa-boot-plugin/pom.xml @@ -5,7 +5,7 @@ sofa-boot-plugins com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-plugins/runtime-sofa-boot-plugin/pom.xml b/sofa-boot-project/sofa-boot-plugins/runtime-sofa-boot-plugin/pom.xml index 58e394440..ef9f03563 100644 --- a/sofa-boot-project/sofa-boot-plugins/runtime-sofa-boot-plugin/pom.xml +++ b/sofa-boot-project/sofa-boot-plugins/runtime-sofa-boot-plugin/pom.xml @@ -22,7 +22,7 @@ com.alipay.sofa sofa-boot-plugins - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-plugins/tracer-sofa-boot-plugin/pom.xml b/sofa-boot-project/sofa-boot-plugins/tracer-sofa-boot-plugin/pom.xml index 7387e15a1..fcaec9ea9 100644 --- a/sofa-boot-project/sofa-boot-plugins/tracer-sofa-boot-plugin/pom.xml +++ b/sofa-boot-project/sofa-boot-plugins/tracer-sofa-boot-plugin/pom.xml @@ -5,7 +5,7 @@ sofa-boot-plugins com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-starters/healthcheck-sofa-boot-starter/pom.xml b/sofa-boot-project/sofa-boot-starters/healthcheck-sofa-boot-starter/pom.xml index 5cdbf3040..61a1ce503 100644 --- a/sofa-boot-project/sofa-boot-starters/healthcheck-sofa-boot-starter/pom.xml +++ b/sofa-boot-project/sofa-boot-starters/healthcheck-sofa-boot-starter/pom.xml @@ -22,7 +22,7 @@ com.alipay.sofa sofa-boot-starters - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-starters/infra-sofa-boot-starter/pom.xml b/sofa-boot-project/sofa-boot-starters/infra-sofa-boot-starter/pom.xml index e7c1c93eb..46b103ec0 100644 --- a/sofa-boot-project/sofa-boot-starters/infra-sofa-boot-starter/pom.xml +++ b/sofa-boot-project/sofa-boot-starters/infra-sofa-boot-starter/pom.xml @@ -22,7 +22,7 @@ com.alipay.sofa sofa-boot-starters - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-starters/isle-sofa-boot-starter/pom.xml b/sofa-boot-project/sofa-boot-starters/isle-sofa-boot-starter/pom.xml index cecc8d602..317e7f0fd 100644 --- a/sofa-boot-project/sofa-boot-starters/isle-sofa-boot-starter/pom.xml +++ b/sofa-boot-project/sofa-boot-starters/isle-sofa-boot-starter/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofa-boot-starters - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-starters/log-sofa-boot-starter/pom.xml b/sofa-boot-project/sofa-boot-starters/log-sofa-boot-starter/pom.xml index 83e73c0cc..99be92d06 100644 --- a/sofa-boot-project/sofa-boot-starters/log-sofa-boot-starter/pom.xml +++ b/sofa-boot-project/sofa-boot-starters/log-sofa-boot-starter/pom.xml @@ -5,7 +5,7 @@ sofa-boot-starters com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-starters/pom.xml b/sofa-boot-project/sofa-boot-starters/pom.xml index 5fe3bdeab..0fbd341cb 100644 --- a/sofa-boot-project/sofa-boot-starters/pom.xml +++ b/sofa-boot-project/sofa-boot-starters/pom.xml @@ -5,7 +5,7 @@ sofa-boot-parent com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 ../sofa-boot-parent 4.0.0 diff --git a/sofa-boot-project/sofa-boot-starters/rpc-sofa-boot-starter/pom.xml b/sofa-boot-project/sofa-boot-starters/rpc-sofa-boot-starter/pom.xml index 4b1db2d40..70a8ec86b 100644 --- a/sofa-boot-project/sofa-boot-starters/rpc-sofa-boot-starter/pom.xml +++ b/sofa-boot-project/sofa-boot-starters/rpc-sofa-boot-starter/pom.xml @@ -5,7 +5,7 @@ sofa-boot-starters com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-starters/runtime-sofa-boot-starter/pom.xml b/sofa-boot-project/sofa-boot-starters/runtime-sofa-boot-starter/pom.xml index b9e0b9907..e89c808b3 100644 --- a/sofa-boot-project/sofa-boot-starters/runtime-sofa-boot-starter/pom.xml +++ b/sofa-boot-project/sofa-boot-starters/runtime-sofa-boot-starter/pom.xml @@ -22,7 +22,7 @@ com.alipay.sofa sofa-boot-starters - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-starters/startup-sofa-boot-starter/pom.xml b/sofa-boot-project/sofa-boot-starters/startup-sofa-boot-starter/pom.xml index 5b94502ef..3ff41342e 100644 --- a/sofa-boot-project/sofa-boot-starters/startup-sofa-boot-starter/pom.xml +++ b/sofa-boot-project/sofa-boot-starters/startup-sofa-boot-starter/pom.xml @@ -22,7 +22,7 @@ sofa-boot-starters com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-starters/test-sofa-boot-starter/pom.xml b/sofa-boot-project/sofa-boot-starters/test-sofa-boot-starter/pom.xml index eeb5b0831..f7c3c0378 100644 --- a/sofa-boot-project/sofa-boot-starters/test-sofa-boot-starter/pom.xml +++ b/sofa-boot-project/sofa-boot-starters/test-sofa-boot-starter/pom.xml @@ -5,7 +5,7 @@ sofa-boot-starters com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-starters/tracer-sofa-boot-starter/pom.xml b/sofa-boot-project/sofa-boot-starters/tracer-sofa-boot-starter/pom.xml index 8c17f45db..a38e26b6d 100644 --- a/sofa-boot-project/sofa-boot-starters/tracer-sofa-boot-starter/pom.xml +++ b/sofa-boot-project/sofa-boot-starters/tracer-sofa-boot-starter/pom.xml @@ -5,7 +5,7 @@ sofa-boot-starters com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 4.0.0 diff --git a/sofa-boot-project/sofa-boot-tools/pom.xml b/sofa-boot-project/sofa-boot-tools/pom.xml index 8bdd4d1b3..e210876be 100644 --- a/sofa-boot-project/sofa-boot-tools/pom.xml +++ b/sofa-boot-project/sofa-boot-tools/pom.xml @@ -5,7 +5,7 @@ sofa-boot-parent com.alipay.sofa - 3.4.3-SNAPSHOT + 3.4.3 ../sofa-boot-parent 4.0.0 diff --git a/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/build.gradle b/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/build.gradle index e0e051570..73884e523 100644 --- a/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/build.gradle +++ b/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/build.gradle @@ -11,7 +11,7 @@ plugins { } group 'com.alipay.sofa' -version '3.4.3-SNAPSHOT' +version '3.4.3' sourceCompatibility = 1.8 diff --git a/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/pom.xml b/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/pom.xml index e652c8c13..8f4b24e25 100644 --- a/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/pom.xml +++ b/sofa-boot-project/sofa-boot-tools/sofa-boot-gradle-plugin/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofa-boot-tools - 3.4.3-SNAPSHOT + 3.4.3 sofa-boot-gradle-plugin pom diff --git a/sofa-boot-project/sofa-boot/pom.xml b/sofa-boot-project/sofa-boot/pom.xml index 4e2d81987..39f45b128 100644 --- a/sofa-boot-project/sofa-boot/pom.xml +++ b/sofa-boot-project/sofa-boot/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofa-boot-parent - 3.4.3-SNAPSHOT + 3.4.3 ../sofa-boot-parent 4.0.0 diff --git a/sofa-boot-project/sofaboot-dependencies/pom.xml b/sofa-boot-project/sofaboot-dependencies/pom.xml index 88ed71205..dc940441d 100644 --- a/sofa-boot-project/sofaboot-dependencies/pom.xml +++ b/sofa-boot-project/sofaboot-dependencies/pom.xml @@ -13,7 +13,7 @@ com.alipay.sofa sofaboot-dependencies pom - 3.4.3-SNAPSHOT + 3.4.3 @@ -22,7 +22,7 @@ UTF-8 UTF-8 - 3.4.3-SNAPSHOT + 3.4.3 1.1.1