Skip to content

Commit 03a8a06

Browse files
author
zhangrongfan
committed
2.0.3 RELEASE
1 parent 43885c9 commit 03a8a06

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Mybatis SQL开发神器MybatisBoost,包含通用CrudMapper、Mybatis语法增
1010
<dependency>
1111
<groupId>cn.mybatisboost</groupId>
1212
<artifactId>mybatis-boost-spring-boot-starter</artifactId>
13-
<version>2.0.2</version>
13+
<version>2.0.3</version>
1414
</dependency>
1515
```
1616

mybatis-boost-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cn.mybatisboost</groupId>
99
<artifactId>mybatis-boost</artifactId>
10-
<version>2.0.2</version>
10+
<version>2.0.3</version>
1111
</parent>
1212

1313
<artifactId>mybatis-boost-core</artifactId>

mybatis-boost-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cn.mybatisboost</groupId>
99
<artifactId>mybatis-boost</artifactId>
10-
<version>2.0.2</version>
10+
<version>2.0.3</version>
1111
</parent>
1212

1313
<artifactId>mybatis-boost-spring-boot-autoconfigure</artifactId>

mybatis-boost-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cn.mybatisboost</groupId>
99
<artifactId>mybatis-boost</artifactId>
10-
<version>2.0.2</version>
10+
<version>2.0.3</version>
1111
</parent>
1212

1313
<artifactId>mybatis-boost-spring-boot-starter</artifactId>

mybatis-boost-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cn.mybatisboost</groupId>
99
<artifactId>mybatis-boost</artifactId>
10-
<version>2.0.2</version>
10+
<version>2.0.3</version>
1111
</parent>
1212

1313
<artifactId>mybatis-boost-test</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cn.mybatisboost</groupId>
88
<artifactId>mybatis-boost</artifactId>
9-
<version>2.0.2</version>
9+
<version>2.0.3</version>
1010
<packaging>pom</packaging>
1111

1212
<name>MybatisBoost</name>

0 commit comments

Comments
 (0)