Skip to content

Commit d93aba2

Browse files
committed
feature: release to 2.1.5.RELEASE, 正式支持 spring boot 2.3.x 版本
1 parent c9ef155 commit d93aba2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
<dependency>
2323
<groupId>app.myoss.cloud.mybatis</groupId>
2424
<artifactId>myoss-mybatis</artifactId>
25-
<version>2.1.5-RC5</version>
25+
<version>2.1.5.RELEASE</version>
2626
</dependency>
2727
```

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>app.myoss.cloud</groupId>
88
<artifactId>myoss-spring-boot-parent</artifactId>
9-
<version>2.1.28.RELEASE</version>
9+
<version>2020.0.0.RELEASE</version>
1010
</parent>
1111

1212
<groupId>app.myoss.cloud.mybatis</groupId>
1313
<artifactId>myoss-mybatis</artifactId>
14-
<version>2.1.5-RC5</version>
14+
<version>2.1.5.RELEASE</version>
1515
<packaging>jar</packaging>
1616

1717
<name>myoss-mybatis</name>

0 commit comments

Comments
 (0)