Skip to content

Commit 32b937a

Browse files
committed
发布 4.1.4 版本
1 parent fac373b commit 32b937a

File tree

16 files changed

+22
-22
lines changed

16 files changed

+22
-22
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.1.3</version>
31+
<version>4.1.4</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.1.3</version>
31+
<version>4.1.4</version>
3232
</parent>
3333
<artifactId>mapper</artifactId>
3434
<packaging>jar</packaging>

all/pom.xml

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

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

4545
<properties>
46-
<mapper-module.version>1.1.3</mapper-module.version>
47-
<mapper-weekend.version>1.1.4.5</mapper-weekend.version>
46+
<mapper-module.version>1.1.4</mapper-module.version>
47+
<mapper-weekend.version>1.1.4.6</mapper-weekend.version>
4848
</properties>
4949

5050
<dependencyManagement>

base/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-modules</artifactId>
31-
<version>1.1.3</version>
31+
<version>1.1.4</version>
3232
</parent>
3333
<artifactId>mapper-base</artifactId>
3434
<packaging>jar</packaging>

core/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-modules</artifactId>
31-
<version>1.1.3</version>
31+
<version>1.1.4</version>
3232
</parent>
3333
<artifactId>mapper-core</artifactId>
3434
<packaging>jar</packaging>

extra/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-modules</artifactId>
31-
<version>1.1.3</version>
31+
<version>1.1.4</version>
3232
</parent>
3333
<artifactId>mapper-extra</artifactId>
3434
<packaging>jar</packaging>

generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>tk.mybatis</groupId>
3030
<artifactId>mapper-modules</artifactId>
31-
<version>1.1.3</version>
31+
<version>1.1.4</version>
3232
</parent>
3333
<artifactId>mapper-generator</artifactId>
3434
<packaging>jar</packaging>
@@ -37,7 +37,7 @@
3737
<description>Mybatis 通用 Mapper 代码生成器</description>
3838

3939
<properties>
40-
<mapper-module.version>1.1.3</mapper-module.version>
40+
<mapper-module.version>1.1.4</mapper-module.version>
4141
<freemarker.version>2.3.28</freemarker.version>
4242
<generator.version>1.3.7</generator.version>
4343
</properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<version>3</version>
3232
</parent>
3333
<artifactId>mapper-modules</artifactId>
34-
<version>1.1.3</version>
34+
<version>1.1.4</version>
3535
<packaging>pom</packaging>
3636

3737
<name>mapper-parent</name>

spring-boot-starter/mapper-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>tk.mybatis</groupId>
3131
<artifactId>mapper-spring-boot</artifactId>
32-
<version>2.1.3</version>
32+
<version>2.1.4</version>
3333
</parent>
3434
<artifactId>mapper-spring-boot-autoconfigure</artifactId>
3535
<name>mapper-spring-boot-autoconfigure</name>

spring-boot-starter/mapper-spring-boot-samples/mapper-spring-boot-sample-annotation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>tk.mybatis</groupId>
3131
<artifactId>mapper-spring-boot-samples</artifactId>
32-
<version>2.1.3</version>
32+
<version>2.1.4</version>
3333
</parent>
3434
<artifactId>mapper-spring-boot-sample-annotation</artifactId>
3535
<packaging>jar</packaging>

0 commit comments

Comments
 (0)