Skip to content

Commit 3d4cf71

Browse files
committed
测试用例、使用案例、README 版本号同步变动
1 parent 10c8c0e commit 3d4cf71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,26 +72,26 @@ https://central.sonatype.com/artifact/io.github.wangshu-g/mybatis-xml-fast-devel
7272
<dependency>
7373
<groupId>io.github.wangshu-g</groupId>
7474
<artifactId>mybatis-xml-fast-develop-core</artifactId>
75-
<version>1.5.3</version>
75+
<version>1.6.0</version>
7676
</dependency>
7777

7878
<dependency>
7979
<groupId>io.github.wangshu-g</groupId>
8080
<artifactId>mybatis-xml-fast-develop-starter</artifactId>
81-
<version>1.5.3</version>
81+
<version>1.6.0</version>
8282
</dependency>
8383

8484
<!--这个引入 mybatis-xml-fast-develop-generate-compile-time 就不需要自己手动调用生成了-->
8585
<dependency>
8686
<groupId>io.github.wangshu-g</groupId>
8787
<artifactId>mybatis-xml-fast-develop-generate</artifactId>
88-
<version>1.5.3</version>
88+
<version>1.6.0</version>
8989
</dependency>
9090

9191
<dependency>
9292
<groupId>io.github.wangshu-g</groupId>
9393
<artifactId>mybatis-xml-fast-develop-generate-compile-time</artifactId>
94-
<version>1.5.3</version>
94+
<version>1.6.0</version>
9595
<!--对于项目中存在某些动态编译场景,这里很重要哦!!!(编译不会引入该依赖)-->
9696
<scoppe>provided</scoppe>
9797
</dependency>

mybatis-xml-fast-develop-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<mysql.version>8.3.0</mysql.version>
2929
<mybatis.version>3.5.14</mybatis.version>
3030
<druid.version>1.2.23</druid.version>
31-
<mybatis-xml-fast-develop.version>1.5.4</mybatis-xml-fast-develop.version>
31+
<mybatis-xml-fast-develop.version>1.6.0</mybatis-xml-fast-develop.version>
3232
</properties>
3333

3434
<url>https://github.com/wangshu-g/mybatis-xml-fast-develop</url>

0 commit comments

Comments
 (0)