Skip to content

Commit 044093a

Browse files
committed
mapper 版本升级到 4.0.1
1 parent 26384da commit 044093a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

all/dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>tk.mybatis</groupId>
3030
<artifactId>mapper-all</artifactId>
31-
<version>4.0.0</version>
31+
<version>4.0.1</version>
3232
</parent>
3333
<artifactId>mapper-all-dependencies</artifactId>
3434
<packaging>jar</packaging>

all/mapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>tk.mybatis</groupId>
3030
<artifactId>mapper-all</artifactId>
31-
<version>4.0.0</version>
31+
<version>4.0.1</version>
3232
</parent>
3333
<artifactId>mapper</artifactId>
3434
<packaging>jar</packaging>

all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<version>2</version>
3232
</parent>
3333
<artifactId>mapper-all</artifactId>
34-
<version>4.0.0</version>
34+
<version>4.0.1</version>
3535
<packaging>pom</packaging>
3636

3737
<name>mapper-all</name>
@@ -43,7 +43,7 @@
4343
</modules>
4444

4545
<properties>
46-
<mapper-core.version>1.0.0</mapper-core.version>
46+
<mapper-core.version>1.0.1</mapper-core.version>
4747
<mapper-base.version>1.0.0</mapper-base.version>
4848
<mapper-extra.version>1.0.0</mapper-extra.version>
4949
<mapper-spring.version>1.0.0</mapper-spring.version>

0 commit comments

Comments
 (0)