Skip to content

Commit

Permalink
1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yulichang committed Dec 10, 2023
1 parent 2b42b33 commit 69f673f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ QQ群:1022221898 或者
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.4.7.2</version>
<version>1.4.8</version>
</dependency>
```
- Gradle
```
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.7.2'
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.8'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
<br>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ QQ群:1022221898 或者
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.4.7.2</version>
<version>1.4.8</version>
</dependency>
```
- Gradle
```
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.7.2'
implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.8'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
<br>
Expand Down
6 changes: 3 additions & 3 deletions mybatis-plus-join-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<module>test-mapping</module>

<!-- 以下两个模块需要jdk17+, 使用jdk8会出现编译错误, 如果有安装jdk17+可以打开这两个模块 -->
<module>test-kotlin</module>
<!-- <module>test-springboot3-jdk17</module>-->
<!-- <module>test-kotlin</module>-->
<!-- <module>test-springboot3-jdk17</module>-->
</modules>

<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
Expand All @@ -50,7 +50,7 @@
</scm>

<properties>
<revision>1.4.7.2</revision>
<revision>1.4.8</revision>
<mpj.mybatis.plus.version>3.5.4.1</mpj.mybatis.plus.version>

<jdkVersion>1.8</jdkVersion>
Expand Down
2 changes: 1 addition & 1 deletion mybatis-plus-join/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</scm>

<properties>
<revision>1.4.7.2</revision>
<revision>1.4.8</revision>

<jdkVersion>1.8</jdkVersion>
<jdkVersion.test>1.8</jdkVersion.test>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</modules>

<properties>
<revision>1.4.7.2</revision>
<revision>1.4.8</revision>
<mpj.mybatis.plus.version>3.5.4.1</mpj.mybatis.plus.version>

<jdkVersion>1.8</jdkVersion>
Expand Down

0 comments on commit 69f673f

Please sign in to comment.