diff --git a/healthcheck-sofa-boot-starter/pom.xml b/healthcheck-sofa-boot-starter/pom.xml index 886bd1315..441eab6c4 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 - 3.1.4-SNAPSHOT + 3.1.4 ../pom.xml diff --git a/infra-sofa-boot-starter/pom.xml b/infra-sofa-boot-starter/pom.xml index f53dd93ab..3b36b1fb2 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 - 3.1.4-SNAPSHOT + 3.1.4 ../pom.xml 4.0.0 diff --git a/infra-sofa-boot-starter/src/test/java/com/alipay/sofa/infra/usercases/SofaBootVersionEndpointTest.java b/infra-sofa-boot-starter/src/test/java/com/alipay/sofa/infra/usercases/SofaBootVersionEndpointTest.java index 77bcc4d15..44ece178d 100644 --- a/infra-sofa-boot-starter/src/test/java/com/alipay/sofa/infra/usercases/SofaBootVersionEndpointTest.java +++ b/infra-sofa-boot-starter/src/test/java/com/alipay/sofa/infra/usercases/SofaBootVersionEndpointTest.java @@ -43,7 +43,7 @@ public void test() { Assert.assertTrue("com.alipay.sofa".equals(versionInfo.getProperty("GroupId"))); Assert.assertTrue("infra-sofa-boot-starter".equals(versionInfo.getProperty("ArtifactId"))); - Assert.assertTrue("https://github.com/alipay/sofa-boot".equals(versionInfo + Assert.assertTrue("https://github.com/sofastack/sofa-boot".equals(versionInfo .getProperty("Doc-Url"))); } } \ No newline at end of file diff --git a/infra-sofa-boot-starter/src/test/resources/META-INF/sofa.versions.properties b/infra-sofa-boot-starter/src/test/resources/META-INF/sofa.versions.properties index 52cdbd15a..6c6b016c2 100644 --- a/infra-sofa-boot-starter/src/test/resources/META-INF/sofa.versions.properties +++ b/infra-sofa-boot-starter/src/test/resources/META-INF/sofa.versions.properties @@ -1,7 +1,7 @@ GroupId=com.alipay.sofa ArtifactId=infra-sofa-boot-starter Version=mock-version -Doc-Url=https://github.com/alipay/sofa-boot +Doc-Url=https://github.com/sofastack/sofa-boot Commit-Id=1f79d79565d0eab9dae499a19331718b92fdcb5f Commit-Time=2018-06-29T20:08:06+0800 Built-Time=2018-06-29T21:25:45+0800 \ No newline at end of file diff --git a/isle-sofa-boot-starter/pom.xml b/isle-sofa-boot-starter/pom.xml index d2699f012..78fa2387e 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 - 3.1.4-SNAPSHOT + 3.1.4 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 706626ee8..02151d31d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,12 +23,12 @@ com.alipay.sofa sofaboot-dependencies - 3.1.4-SNAPSHOT + 3.1.4 4.0.0 sofa-boot-runtime - 3.1.4-SNAPSHOT + 3.1.4 pom SOFABoot Runtime diff --git a/runtime-sofa-boot-plugin/pom.xml b/runtime-sofa-boot-plugin/pom.xml index 5cf917751..b14fe2b8f 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 - 3.1.4-SNAPSHOT + 3.1.4 ../pom.xml 4.0.0 diff --git a/runtime-sofa-boot-starter/pom.xml b/runtime-sofa-boot-starter/pom.xml index 7e011da69..679323dd4 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 - 3.1.4-SNAPSHOT + 3.1.4 ../pom.xml 4.0.0 diff --git a/sofa-boot-gradle-plugin/build.gradle b/sofa-boot-gradle-plugin/build.gradle index b9f7cc0d7..136af052d 100644 --- a/sofa-boot-gradle-plugin/build.gradle +++ b/sofa-boot-gradle-plugin/build.gradle @@ -11,7 +11,7 @@ plugins { } group 'com.alipay.sofa' -version '3.1.4-SNAPSHOT' +version '3.1.4' sourceCompatibility = 1.8 diff --git a/sofa-boot-gradle-plugin/pom.xml b/sofa-boot-gradle-plugin/pom.xml index 610ff8597..a7b03b650 100644 --- a/sofa-boot-gradle-plugin/pom.xml +++ b/sofa-boot-gradle-plugin/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofa-boot-runtime - 3.1.4-SNAPSHOT + 3.1.4 ../pom.xml sofa-boot-gradle-plugin diff --git a/sofaboot-samples/pom.xml b/sofaboot-samples/pom.xml index d5c798207..c7b57a01a 100644 --- a/sofaboot-samples/pom.xml +++ b/sofaboot-samples/pom.xml @@ -22,7 +22,7 @@ com.alipay.sofa sofa-boot-runtime - 3.1.4-SNAPSHOT + 3.1.4 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-standard/app/biz/service-impl/pom.xml b/sofaboot-samples/sofaboot-sample-standard/app/biz/service-impl/pom.xml index 3fd2eddb5..64200937e 100644 --- a/sofaboot-samples/sofaboot-sample-standard/app/biz/service-impl/pom.xml +++ b/sofaboot-samples/sofaboot-sample-standard/app/biz/service-impl/pom.xml @@ -3,7 +3,7 @@ com.alipay.sofa sofaboot-sample-standard-parent - 3.1.4-SNAPSHOT + 3.1.4 ../../../pom.xml 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-standard/app/biz/shared/pom.xml b/sofaboot-samples/sofaboot-sample-standard/app/biz/shared/pom.xml index 578cd7f5f..1bcf8a56c 100644 --- a/sofaboot-samples/sofaboot-sample-standard/app/biz/shared/pom.xml +++ b/sofaboot-samples/sofaboot-sample-standard/app/biz/shared/pom.xml @@ -4,7 +4,7 @@ com.alipay.sofa sofaboot-sample-standard-parent - 3.1.4-SNAPSHOT + 3.1.4 ../../../pom.xml 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-standard/app/common/dal/pom.xml b/sofaboot-samples/sofaboot-sample-standard/app/common/dal/pom.xml index 7824fa9b1..13e050a4d 100644 --- a/sofaboot-samples/sofaboot-sample-standard/app/common/dal/pom.xml +++ b/sofaboot-samples/sofaboot-sample-standard/app/common/dal/pom.xml @@ -3,7 +3,7 @@ com.alipay.sofa sofaboot-sample-standard-parent - 3.1.4-SNAPSHOT + 3.1.4 ../../../pom.xml 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-standard/app/common/service/facade/pom.xml b/sofaboot-samples/sofaboot-sample-standard/app/common/service/facade/pom.xml index 73d3e5db8..48bff60f8 100644 --- a/sofaboot-samples/sofaboot-sample-standard/app/common/service/facade/pom.xml +++ b/sofaboot-samples/sofaboot-sample-standard/app/common/service/facade/pom.xml @@ -5,7 +5,7 @@ com.alipay.sofa sofaboot-sample-standard-parent - 3.1.4-SNAPSHOT + 3.1.4 ../../../../pom.xml diff --git a/sofaboot-samples/sofaboot-sample-standard/app/test/pom.xml b/sofaboot-samples/sofaboot-sample-standard/app/test/pom.xml index 1017586ca..7c43845c1 100644 --- a/sofaboot-samples/sofaboot-sample-standard/app/test/pom.xml +++ b/sofaboot-samples/sofaboot-sample-standard/app/test/pom.xml @@ -3,7 +3,7 @@ com.alipay.sofa sofaboot-sample-standard-parent - 3.1.4-SNAPSHOT + 3.1.4 ../../pom.xml 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-standard/app/web/pom.xml b/sofaboot-samples/sofaboot-sample-standard/app/web/pom.xml index 7a87507d0..a97bf0be5 100644 --- a/sofaboot-samples/sofaboot-sample-standard/app/web/pom.xml +++ b/sofaboot-samples/sofaboot-sample-standard/app/web/pom.xml @@ -3,7 +3,7 @@ com.alipay.sofa sofaboot-sample-standard-parent - 3.1.4-SNAPSHOT + 3.1.4 ../../pom.xml 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-standard/pom.xml b/sofaboot-samples/sofaboot-sample-standard/pom.xml index 8adb4f4eb..a87a2d4f1 100644 --- a/sofaboot-samples/sofaboot-sample-standard/pom.xml +++ b/sofaboot-samples/sofaboot-sample-standard/pom.xml @@ -5,7 +5,7 @@ sofaboot-samples com.alipay.sofa - 3.1.4-SNAPSHOT + 3.1.4 com.alipay.sofa diff --git a/sofaboot-samples/sofaboot-sample-with-isle/gradle.properties b/sofaboot-samples/sofaboot-sample-with-isle/gradle.properties index e9f0d8ec0..4cd41c048 100644 --- a/sofaboot-samples/sofaboot-sample-with-isle/gradle.properties +++ b/sofaboot-samples/sofaboot-sample-with-isle/gradle.properties @@ -1,2 +1,2 @@ # sofa version -sofaVersion=3.1.4-SNAPSHOT +sofaVersion=3.1.4 diff --git a/sofaboot-samples/sofaboot-sample-with-isle/pom.xml b/sofaboot-samples/sofaboot-sample-with-isle/pom.xml index 24e486b8a..3e876ace2 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 - 3.1.4-SNAPSHOT + 3.1.4 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 a41bceefc..b49b12bd9 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 - 3.1.4-SNAPSHOT + 3.1.4 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 9391cc869..1c0eae9fa 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 - 3.1.4-SNAPSHOT + 3.1.4 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 c046270c0..875243dc4 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 - 3.1.4-SNAPSHOT + 3.1.4 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 fb6ae3c3f..dd4daf9b3 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 - 3.1.4-SNAPSHOT + 3.1.4 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-isolation/README.md b/sofaboot-samples/sofaboot-sample-with-isolation/README.md index 6529062ba..6f4ca2731 100644 --- a/sofaboot-samples/sofaboot-sample-with-isolation/README.md +++ b/sofaboot-samples/sofaboot-sample-with-isolation/README.md @@ -1,7 +1,7 @@ # 如何使用 SOFABoot 类隔离能力 ## 简介 -该用例工程演示如何使用 SOFABoot 类隔离能力,阅读该文档之前,建议先了解 SOFABoot 提供的类隔离框架 [SOFAArk](https://github.com/alipay/sofa-ark) +该用例工程演示如何使用 SOFABoot 类隔离能力,阅读该文档之前,建议先了解 SOFABoot 提供的类隔离框架 [SOFAArk](https://github.com/sofastack/sofa-ark) ## 工程演示 SOFABoot 提供了类隔离框架 SOFAArk,弥补了 Spring Boot 在类隔离能力上的缺失,用以解决在实际开发中常见的类冲突、包冲突问题;使用 SOFABoot 类隔离能力只需两步操作;配置 `sofa-ark-maven-plugin` 打包插件以及引入 `sofa-ark-springboot-starter` 依赖; diff --git a/sofaboot-samples/sofaboot-sample-with-isolation/pom.xml b/sofaboot-samples/sofaboot-sample-with-isolation/pom.xml index c5aa5f1df..8fd5987ed 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 - 3.1.4-SNAPSHOT + 3.1.4 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample-with-rpc/README.md b/sofaboot-samples/sofaboot-sample-with-rpc/README.md index 9ac16725e..df23ac5a0 100644 --- a/sofaboot-samples/sofaboot-sample-with-rpc/README.md +++ b/sofaboot-samples/sofaboot-sample-with-rpc/README.md @@ -1,7 +1,7 @@ # 如何在 SOFABoot 环境中使用 SOFARPC ## 简介 -该用例工程演示如何在 SOFABoot 环境中使用 SOFARPC,阅读该文档之前,建议先了解 [SOFARPC](https://github.com/alipay/sofa-rpc) +该用例工程演示如何在 SOFABoot 环境中使用 SOFARPC,阅读该文档之前,建议先了解 [SOFARPC](https://github.com/sofastack/sofa-rpc) ## 引入 SOFABoot 依赖 SOFABoot 提供了如健康检查,上下文隔离等基础能力,同时提供了多种中间件进行选择使用。 SOFABoot 对这些提供这些能力的依赖利用如下 pom 进行了管控,将工程的 parent 设为该 pom 。 diff --git a/sofaboot-samples/sofaboot-sample-with-rpc/pom.xml b/sofaboot-samples/sofaboot-sample-with-rpc/pom.xml index 2deeca7d2..610560a0f 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 - 3.1.4-SNAPSHOT + 3.1.4 4.0.0 diff --git a/sofaboot-samples/sofaboot-sample/pom.xml b/sofaboot-samples/sofaboot-sample/pom.xml index 6de1b3eae..c0b383173 100644 --- a/sofaboot-samples/sofaboot-sample/pom.xml +++ b/sofaboot-samples/sofaboot-sample/pom.xml @@ -22,7 +22,7 @@ sofaboot-samples com.alipay.sofa - 3.1.4-SNAPSHOT + 3.1.4 4.0.0 diff --git a/sofaboot-samples/sofaboot-scheduler-batch-sample/gradle.properties b/sofaboot-samples/sofaboot-scheduler-batch-sample/gradle.properties index 042d4d9c1..0d2349c5a 100644 --- a/sofaboot-samples/sofaboot-scheduler-batch-sample/gradle.properties +++ b/sofaboot-samples/sofaboot-scheduler-batch-sample/gradle.properties @@ -1,3 +1,3 @@ # sofa version -sofaVersion=3.1.3 +sofaVersion=3.1.4 sofaRpcVersion=6.0.1 diff --git a/test-sofa-boot-starter/pom.xml b/test-sofa-boot-starter/pom.xml index f17331da1..2cd7cd5e4 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 - 3.1.4-SNAPSHOT + 3.1.4 ../pom.xml 4.0.0