Skip to content

Commit 5f2afb4

Browse files
committed
发布2.2.4
1 parent 30d07ea commit 5f2afb4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.mybatis</groupId>
1818
<artifactId>mybatis-jakarta-jpa</artifactId>
19-
<version>2.2.3</version>
19+
<version>2.2.4</version>
2020
</dependency>
2121
```
2222

@@ -51,19 +51,19 @@ MyBatis Mapper 要求 MyBatis 最低版本为
5151
<dependency>
5252
<groupId>io.mybatis</groupId>
5353
<artifactId>mybatis-mapper</artifactId>
54-
<version>2.2.3</version>
54+
<version>2.2.4</version>
5555
</dependency>
5656
<!-- 使用 Service 层封装时 -->
5757
<dependency>
5858
<groupId>io.mybatis</groupId>
5959
<artifactId>mybatis-service</artifactId>
60-
<version>2.2.3</version>
60+
<version>2.2.4</version>
6161
</dependency>
6262
<!-- 使用 ActiveRecord 模式时 -->
6363
<dependency>
6464
<groupId>io.mybatis</groupId>
6565
<artifactId>mybatis-activerecord</artifactId>
66-
<version>2.2.3</version>
66+
<version>2.2.4</version>
6767
</dependency>
6868
</dependencies>
6969
```
@@ -73,11 +73,11 @@ MyBatis Mapper 要求 MyBatis 最低版本为
7373

7474
```groovy
7575
dependencies {
76-
compile("io.mybatis:mybatis-mapper:2.2.3")
76+
compile("io.mybatis:mybatis-mapper:2.2.4")
7777
// 使用 Service 层封装时
78-
compile("io.mybatis:mybatis-service:2.2.3")
78+
compile("io.mybatis:mybatis-service:2.2.4")
7979
// 使用 ActiveRecord 模式时
80-
compile("io.mybatis:mybatis-activerecord:2.2.3")
80+
compile("io.mybatis:mybatis-activerecord:2.2.4")
8181
}
8282
```
8383

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</modules>
6262

6363
<properties>
64-
<revision>2.2.3</revision>
64+
<revision>2.2.4</revision>
6565
<maven.compiler.source>8</maven.compiler.source>
6666
<maven.compiler.target>8</maven.compiler.target>
6767
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)