Skip to content

Commit 2c4e571

Browse files
QilongZhangstraybirdzls
authored andcommitted
prepare for release (sofastack#271)
1 parent 6358bfa commit 2c4e571

File tree

20 files changed

+22
-22
lines changed

20 files changed

+22
-22
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
SOFABoot 是蚂蚁金服开源的基于 Spring Boot 的研发框架,它在 Spring Boot 的基础上,提供了诸如 Readiness Check,类隔离,日志空间隔离等等能力。在增强了 Spring Boot 的同时,SOFABoot 提供了让用户可以在 Spring Boot 中非常方便地使用 SOFA 中间件的能力。
99

10-
## 3.0.0 SNAPSHOT ! 🎉🎉🎉
11-
为了方便社区同学能够基于 SOFABoot 使用 Spring Boot 2.0 进行开发,我们拉了 3.0.0-SNAPSHOT 快照分支,该版本是基于 Spring Boot 2.0.3.RELEASE
10+
## 3.0.0 🎉🎉🎉
11+
SOFABoot 3.0.0 已经发布,该版本基于 Spring Boot 2.0.3.RELEASE 开发,并兼容 Spring Cloud。除此之外,SOFABoot 3.0.0 增加了支持 ReactiveHealthIndicator 健康检查扩展,支持 WebFlux 请求埋点等新功能,欢迎试用新版本
1212

1313
## 一、背景
1414

healthcheck-sofa-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.alipay.sofa</groupId>
2424
<artifactId>sofa-boot-runtime</artifactId>
25-
<version>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

infra-sofa-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.alipay.sofa</groupId>
2424
<artifactId>sofa-boot-runtime</artifactId>
25-
<version>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

isle-sofa-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa</groupId>
77
<artifactId>sofa-boot-runtime</artifactId>
8-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>com.alipay.sofa</groupId>
2525
<artifactId>sofaboot-dependencies</artifactId>
26-
<version>3.0.0-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>
3030
<groupId>com.alipay.sofa</groupId>
3131
<artifactId>sofa-boot-runtime</artifactId>
32-
<version>3.0.0-SNAPSHOT</version>
32+
<version>3.0.0</version>
3333
<packaging>pom</packaging>
3434

3535
<name>SOFABoot Runtime</name>

runtime-sofa-boot-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.alipay.sofa</groupId>
2424
<artifactId>sofa-boot-runtime</artifactId>
25-
<version>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

runtime-sofa-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.alipay.sofa</groupId>
2424
<artifactId>sofa-boot-runtime</artifactId>
25-
<version>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

sofaboot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.alipay.sofa</groupId>
2424
<artifactId>sofa-boot-runtime</artifactId>
25-
<version>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

sofaboot-samples/sofaboot-sample-standard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sofaboot-samples</artifactId>
77
<groupId>com.alipay.sofa</groupId>
8-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<groupId>com.alipay.sofa</groupId>

sofaboot-samples/sofaboot-sample-with-isle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public class JvmServiceConsumer implements ClientFactoryAware {
202202
<parent>
203203
<groupId>com.alipay.sofa</groupId>
204204
<artifactId>sofaboot-dependencies</artifactId>
205-
<version>3.0.0-SNAPSHOT</version>
205+
<version>3.0.0</version>
206206
</parent>
207207
```
208208

0 commit comments

Comments
 (0)