Skip to content

Commit 6bd1255

Browse files
committed
创建2.2.2-SNAPSHOT快照版本
1 parent d778f20 commit 6bd1255

File tree

21 files changed

+23
-23
lines changed

21 files changed

+23
-23
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.2.1.RELEASE(2019-12-16日发布)
1+
## 2.2.1.RELEASE更新日志(2019-12-16日发布)
22
- 升级SpringBoot版本为2.2.2.RELEASE
33
- 升级minbox-logging版本为1.0.3.RC1
44
- 升级minbox-framework版本为1.0.2.RELEASE
@@ -8,7 +8,7 @@
88
- 添加api.boot.logging.global-logging-storage-away参数配置,默认为memory内存方式
99
- 添加logging_global_logs表结构
1010

11-
## 2.2.0.RELEASE(2019-11-29日发布)
11+
## 2.2.0.RELEASE更新日志(2019-11-29日发布)
1212
- 支持SpringBoot2.2.0以上版本分支
1313
- 升级SpringCloud版本为Hoxton.RELEASE
1414
- 升级druid版本为1.1.21

api-boot-project/api-boot-autoconfigure/src/main/java/org/minbox/framework/api/boot/autoconfigure/swagger/SwaggerProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class SwaggerProperties {
4545
/**
4646
* 文档版本号
4747
*/
48-
private String version = "2.2.1.RELEASE";
48+
private String version = "2.2.2-SNAPSHOT";
4949
/**
5050
* 文档版权
5151
*/

api-boot-project/api-boot-autoconfigure/src/main/resources/banner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
|
77
'
88
:: Based On SpringBoot Version : ${spring-boot.formatted-version} ::
9-
:: ApiBoot Version : v2.2.1.RELEASE ::
9+
:: ApiBoot Version : v2.2.2-SNAPSHOT ::

api-boot-samples/api-boot-sample-alibaba-oss/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.minbox.framework</groupId>
3232
<artifactId>api-boot-dependencies</artifactId>
33-
<version>2.2.1.RELEASE</version>
33+
<version>2.2.2-SNAPSHOT</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>

api-boot-samples/api-boot-sample-alibaba-sms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.minbox.framework</groupId>
3333
<artifactId>api-boot-dependencies</artifactId>
34-
<version>2.2.1.RELEASE</version>
34+
<version>2.2.2-SNAPSHOT</version>
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>

api-boot-samples/api-boot-sample-datasource-switch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.minbox.framework</groupId>
4848
<artifactId>api-boot-dependencies</artifactId>
49-
<version>2.2.1.RELEASE</version>
49+
<version>2.2.2-SNAPSHOT</version>
5050
<type>pom</type>
5151
<scope>import</scope>
5252
</dependency>

api-boot-samples/api-boot-sample-http-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.minbox.framework</groupId>
3131
<artifactId>api-boot-dependencies</artifactId>
32-
<version>2.2.1.RELEASE</version>
32+
<version>2.2.2-SNAPSHOT</version>
3333
<type>pom</type>
3434
<scope>import</scope>
3535
</dependency>

api-boot-samples/api-boot-sample-integration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<modelVersion>4.0.0</modelVersion>
2828
<properties>
2929
<java.version>1.8</java.version>
30-
<api.boot.version>2.2.1.RELEASE</api.boot.version>
30+
<api.boot.version>2.2.2-SNAPSHOT</api.boot.version>
3131
</properties>
3232
<artifactId>api-boot-sample-integration</artifactId>
3333
<description>
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.springframework.boot</groupId>
137137
<artifactId>spring-boot-maven-plugin</artifactId>
138-
<version>2.2.1.RELEASE</version>
138+
<version>2.2.2-SNAPSHOT</version>
139139
</plugin>
140140
<plugin>
141141
<groupId>org.minbox.framework</groupId>

api-boot-samples/api-boot-sample-logging-admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.minbox.framework</groupId>
7070
<artifactId>api-boot-dependencies</artifactId>
71-
<version>2.2.1.RELEASE</version>
71+
<version>2.2.2-SNAPSHOT</version>
7272
<type>pom</type>
7373
<scope>import</scope>
7474
</dependency>

api-boot-samples/api-boot-sample-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.minbox.framework</groupId>
5858
<artifactId>api-boot-dependencies</artifactId>
59-
<version>2.2.1.RELEASE</version>
59+
<version>2.2.2-SNAPSHOT</version>
6060
<type>pom</type>
6161
<scope>import</scope>
6262
</dependency>

0 commit comments

Comments
 (0)