From 11b84dfeae6bbcda5581755857257a8f2857c887 Mon Sep 17 00:00:00 2001 From: Guanchao Yang <32863418+guanchao-yang@users.noreply.github.com> Date: Tue, 9 Oct 2018 18:55:53 +0800 Subject: [PATCH] Update version to 2.2.0 and update SOFABoot dependencies version to 2.4.9 latest release (#77) --- pom.xml | 6 +++--- sofa-tracer-plugins/sofa-tracer-datasource-plugin/pom.xml | 2 +- sofa-tracer-plugins/sofa-tracer-httpclient-plugin/pom.xml | 2 +- sofa-tracer-plugins/sofa-tracer-springmvc-plugin/pom.xml | 2 +- tracer-all/pom.xml | 4 ++-- tracer-core/pom.xml | 2 +- tracer-extensions/pom.xml | 2 +- tracer-samples/pom.xml | 2 +- tracer-samples/tracer-sample-with-h2/README.md | 2 +- tracer-samples/tracer-sample-with-h2/pom.xml | 2 +- tracer-samples/tracer-sample-with-httpclient/pom.xml | 2 +- tracer-samples/tracer-sample-with-slf4j/README.md | 2 +- tracer-samples/tracer-sample-with-slf4j/pom.xml | 2 +- tracer-samples/tracer-sample-with-sofarpc/README.md | 2 +- tracer-samples/tracer-sample-with-sofarpc/pom.xml | 2 +- tracer-samples/tracer-sample-with-springmvc/README.md | 2 +- tracer-samples/tracer-sample-with-springmvc/pom.xml | 2 +- tracer-samples/tracer-sample-with-zipkin/README.md | 2 +- tracer-samples/tracer-sample-with-zipkin/pom.xml | 2 +- tracer-sofa-boot-plugin/pom.xml | 2 +- tracer-sofa-boot-starter/pom.xml | 2 +- tracer-test/core-test/pom.xml | 2 +- tracer-test/log4j-test/pom.xml | 4 ++-- tracer-test/log4j2-test/pom.xml | 2 +- tracer-test/logback-test/pom.xml | 2 +- 25 files changed, 29 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index e5c7f449..1dd01305 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,11 @@ com.alipay.sofa sofaboot-dependencies - 2.4.6 + 2.4.9 tracer-all-parent - 2.2.0-SNAPSHOT + 2.2.0 pom tracer-all-parent @@ -32,7 +32,7 @@ 0.22.0 - 2.2.0-SNAPSHOT + 2.2.0 1.6 1.6 1.9.3 diff --git a/sofa-tracer-plugins/sofa-tracer-datasource-plugin/pom.xml b/sofa-tracer-plugins/sofa-tracer-datasource-plugin/pom.xml index 2ec883f6..ab4903b2 100644 --- a/sofa-tracer-plugins/sofa-tracer-datasource-plugin/pom.xml +++ b/sofa-tracer-plugins/sofa-tracer-datasource-plugin/pom.xml @@ -5,7 +5,7 @@ tracer-all-parent com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 ../../pom.xml 4.0.0 diff --git a/sofa-tracer-plugins/sofa-tracer-httpclient-plugin/pom.xml b/sofa-tracer-plugins/sofa-tracer-httpclient-plugin/pom.xml index 0162531d..5e4ea588 100644 --- a/sofa-tracer-plugins/sofa-tracer-httpclient-plugin/pom.xml +++ b/sofa-tracer-plugins/sofa-tracer-httpclient-plugin/pom.xml @@ -5,7 +5,7 @@ tracer-all-parent com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 ../../pom.xml 4.0.0 diff --git a/sofa-tracer-plugins/sofa-tracer-springmvc-plugin/pom.xml b/sofa-tracer-plugins/sofa-tracer-springmvc-plugin/pom.xml index 6ce25b66..4a2c79e8 100644 --- a/sofa-tracer-plugins/sofa-tracer-springmvc-plugin/pom.xml +++ b/sofa-tracer-plugins/sofa-tracer-springmvc-plugin/pom.xml @@ -4,7 +4,7 @@ tracer-all-parent com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 ../../pom.xml diff --git a/tracer-all/pom.xml b/tracer-all/pom.xml index 17e570c2..b108f604 100644 --- a/tracer-all/pom.xml +++ b/tracer-all/pom.xml @@ -5,12 +5,12 @@ tracer-all-parent com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 4.0.0 tracer-all - 2.2.0-SNAPSHOT + 2.2.0 jar SOFATracer in one without SOFABoot starter diff --git a/tracer-core/pom.xml b/tracer-core/pom.xml index bbaec7a8..f60f3e2d 100644 --- a/tracer-core/pom.xml +++ b/tracer-core/pom.xml @@ -4,7 +4,7 @@ tracer-all-parent com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 ../pom.xml diff --git a/tracer-extensions/pom.xml b/tracer-extensions/pom.xml index 8d60e77b..158c9d5c 100644 --- a/tracer-extensions/pom.xml +++ b/tracer-extensions/pom.xml @@ -4,7 +4,7 @@ tracer-all-parent com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 tracer-extensions diff --git a/tracer-samples/pom.xml b/tracer-samples/pom.xml index 859957a2..df3ba8b4 100644 --- a/tracer-samples/pom.xml +++ b/tracer-samples/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa tracer-all-parent - 2.2.0-SNAPSHOT + 2.2.0 4.0.0 diff --git a/tracer-samples/tracer-sample-with-h2/README.md b/tracer-samples/tracer-sample-with-h2/README.md index ae424a5d..73d861fd 100644 --- a/tracer-samples/tracer-sample-with-h2/README.md +++ b/tracer-samples/tracer-sample-with-h2/README.md @@ -27,7 +27,7 @@ com.alipay.sofa sofaboot-dependencies - 2.4.7 + 2.4.9 ``` diff --git a/tracer-samples/tracer-sample-with-h2/pom.xml b/tracer-samples/tracer-sample-with-h2/pom.xml index fec51456..edc10982 100644 --- a/tracer-samples/tracer-sample-with-h2/pom.xml +++ b/tracer-samples/tracer-sample-with-h2/pom.xml @@ -5,7 +5,7 @@ sofa-tracer-samples com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 4.0.0 diff --git a/tracer-samples/tracer-sample-with-httpclient/pom.xml b/tracer-samples/tracer-sample-with-httpclient/pom.xml index 9f1943af..382d6af8 100644 --- a/tracer-samples/tracer-sample-with-httpclient/pom.xml +++ b/tracer-samples/tracer-sample-with-httpclient/pom.xml @@ -5,7 +5,7 @@ sofa-tracer-samples com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 4.0.0 diff --git a/tracer-samples/tracer-sample-with-slf4j/README.md b/tracer-samples/tracer-sample-with-slf4j/README.md index d9de3eaa..76bcecb3 100644 --- a/tracer-samples/tracer-sample-with-slf4j/README.md +++ b/tracer-samples/tracer-sample-with-slf4j/README.md @@ -27,7 +27,7 @@ com.alipay.sofa sofaboot-dependencies - 2.4.6 + 2.4.9 ``` diff --git a/tracer-samples/tracer-sample-with-slf4j/pom.xml b/tracer-samples/tracer-sample-with-slf4j/pom.xml index 4ff7d2d8..732c67b1 100644 --- a/tracer-samples/tracer-sample-with-slf4j/pom.xml +++ b/tracer-samples/tracer-sample-with-slf4j/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofa-tracer-samples - 2.2.0-SNAPSHOT + 2.2.0 4.0.0 diff --git a/tracer-samples/tracer-sample-with-sofarpc/README.md b/tracer-samples/tracer-sample-with-sofarpc/README.md index 11199869..14d4357a 100644 --- a/tracer-samples/tracer-sample-with-sofarpc/README.md +++ b/tracer-samples/tracer-sample-with-sofarpc/README.md @@ -27,7 +27,7 @@ com.alipay.sofa sofaboot-dependencies - 2.4.6 + 2.4.9 ``` diff --git a/tracer-samples/tracer-sample-with-sofarpc/pom.xml b/tracer-samples/tracer-sample-with-sofarpc/pom.xml index 31fbbaa8..0ea3dcb7 100644 --- a/tracer-samples/tracer-sample-with-sofarpc/pom.xml +++ b/tracer-samples/tracer-sample-with-sofarpc/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofa-tracer-samples - 2.2.0-SNAPSHOT + 2.2.0 4.0.0 diff --git a/tracer-samples/tracer-sample-with-springmvc/README.md b/tracer-samples/tracer-sample-with-springmvc/README.md index f3a1676d..68daecbe 100644 --- a/tracer-samples/tracer-sample-with-springmvc/README.md +++ b/tracer-samples/tracer-sample-with-springmvc/README.md @@ -27,7 +27,7 @@ com.alipay.sofa sofaboot-dependencies - 2.4.6 + 2.4.9 ``` diff --git a/tracer-samples/tracer-sample-with-springmvc/pom.xml b/tracer-samples/tracer-sample-with-springmvc/pom.xml index 3e840820..03e9d9db 100644 --- a/tracer-samples/tracer-sample-with-springmvc/pom.xml +++ b/tracer-samples/tracer-sample-with-springmvc/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofa-tracer-samples - 2.2.0-SNAPSHOT + 2.2.0 4.0.0 diff --git a/tracer-samples/tracer-sample-with-zipkin/README.md b/tracer-samples/tracer-sample-with-zipkin/README.md index f1aa1cba..fb5b4b07 100644 --- a/tracer-samples/tracer-sample-with-zipkin/README.md +++ b/tracer-samples/tracer-sample-with-zipkin/README.md @@ -27,7 +27,7 @@ com.alipay.sofa sofaboot-dependencies - 2.4.6 + 2.4.9 ``` diff --git a/tracer-samples/tracer-sample-with-zipkin/pom.xml b/tracer-samples/tracer-sample-with-zipkin/pom.xml index 884b71c2..6f87ec03 100644 --- a/tracer-samples/tracer-sample-with-zipkin/pom.xml +++ b/tracer-samples/tracer-sample-with-zipkin/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofa-tracer-samples - 2.2.0-SNAPSHOT + 2.2.0 4.0.0 diff --git a/tracer-sofa-boot-plugin/pom.xml b/tracer-sofa-boot-plugin/pom.xml index b3a2626a..8b9f094b 100644 --- a/tracer-sofa-boot-plugin/pom.xml +++ b/tracer-sofa-boot-plugin/pom.xml @@ -5,7 +5,7 @@ tracer-all-parent com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 4.0.0 diff --git a/tracer-sofa-boot-starter/pom.xml b/tracer-sofa-boot-starter/pom.xml index 454608c4..dc570e90 100644 --- a/tracer-sofa-boot-starter/pom.xml +++ b/tracer-sofa-boot-starter/pom.xml @@ -5,7 +5,7 @@ tracer-all-parent com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 ../pom.xml diff --git a/tracer-test/core-test/pom.xml b/tracer-test/core-test/pom.xml index 28b38523..139a4f5d 100644 --- a/tracer-test/core-test/pom.xml +++ b/tracer-test/core-test/pom.xml @@ -4,7 +4,7 @@ tracer-all-parent com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 ../../pom.xml diff --git a/tracer-test/log4j-test/pom.xml b/tracer-test/log4j-test/pom.xml index 0f2b0022..26bde8fd 100644 --- a/tracer-test/log4j-test/pom.xml +++ b/tracer-test/log4j-test/pom.xml @@ -4,7 +4,7 @@ tracer-all-parent com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 ../../pom.xml @@ -15,7 +15,7 @@ com.alipay.sofa tracer-extensions - 2.2.0-SNAPSHOT + 2.2.0 diff --git a/tracer-test/log4j2-test/pom.xml b/tracer-test/log4j2-test/pom.xml index a50fb85c..59746b30 100644 --- a/tracer-test/log4j2-test/pom.xml +++ b/tracer-test/log4j2-test/pom.xml @@ -4,7 +4,7 @@ tracer-all-parent com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 ../../pom.xml diff --git a/tracer-test/logback-test/pom.xml b/tracer-test/logback-test/pom.xml index 469039a8..06775289 100644 --- a/tracer-test/logback-test/pom.xml +++ b/tracer-test/logback-test/pom.xml @@ -4,7 +4,7 @@ tracer-all-parent com.alipay.sofa - 2.2.0-SNAPSHOT + 2.2.0 ../../pom.xml