8000 升级版本到 4.1.2, starter 到 2.1.2 · coderliguoqing/Mapper@ce72d3f · GitHub
[go: up one dir, main page]

Skip to content

Commit ce72d3f

Browse files
committed
升级版本到 4.1.2, starter 到 2.1.2
1 parent 10e8285 commit ce72d3f

File tree

17 files changed

+23
-23
lines changed

17 files changed

+23
-23
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.1</version>
31+
<version>4.1.2</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.1</version>
31+
<version>4.1.2</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.1</version>
34+
<version>4.1.2</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.1</mapper-module.version>
47-
<mapper-weekend.version>1.1.4.3</mapper-weekend.version>
46+
<mapper-module.version>1.1.2</mapper-module.version>
47+
<mapper-weekend.version>1.1.4.4</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.1</version>
31+
<version>1.1.2</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.1</version>
31+
<version>1.1.2</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.1</version>
31+
<version>1.1.2</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.1</version>
31+
<version>1.1.2</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.1</mapper-module.version>
40+
<mapper-module.version>1.1.2</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.1</version>
34+
<version>1.1.2</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.1</version>
32+
<version>2.1.2</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.1</version>
32+
<version>2.1.2</version>
3333
</parent>
3434
<artifactId>mapper-spring-boot-sample-annotation</artifactId>
3535
<packaging>jar</packaging>

spring-boot-starter/mapper-spring-boot-samples/mapper-spring-boot-sample-xml/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.1</version>
32+
<version>2.1.2</version>
3333
</parent>
3434
<artifactId>mapper-spring-boot-sample-xml</artifactId>
3535
<packaging>jar</packaging>

spring-boot-starter/mapper-spring-boot-samples/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.1</version>
32+
<version>2.1.2</version>
3333
</parent>
3434
<artifactId>mapper-spring-boot-samples</artifactId>
3535
<packaging>pom</packaging>

spring-boot-starter/mapper-spring-boot-starter/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.1</version>
32+
<version>2.1.2</version>
3333
</parent>
3434
<artifactId>mapper-spring-boot-starter</artifactId>
3535
<name>mapper-spring-boot-starter</name>

spring-boot-starter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<version>3</version>
3333
</parent>
3434
<artifactId>mapper-spring-boot</artifactId>
35-
<version>2.1.1</version>
35+
<version>2.1.2</version>
3636
<packaging>pom</packaging>
3737

3838
<name>mapper-spring-boot</name>
@@ -46,8 +46,8 @@
4646
</modules>
4747

4848
<properties>
49-
<mapper-module.version>1.1.1</mapper-module.version>
50-
<mapper-weekend.version>1.1.4.3</mapper-weekend.version>
49+
<mapper-module.version>1.1.2</mapper-module.version>
50+
<mapper-weekend.version>1.1.4.4</mapper-weekend.version>
5151
<mybatis.version>3.4.6</mybatis.version>
5252
<mybatis-spring.version>1.3.2</mybatis-spring.version>
5353
<spring-boot.version>2.1.1.RELEASE</spring-boot.version>

spring/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.1</version>
31+
<version>1.1.2</version>
3232
</parent>
3333
<artifactId>mapper-spring</artifactId>
3434
<packaging>jar</packaging>

weekend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<version>3</version>
3333
</parent>
3434
<artifactId>mapper-weekend</artifactId>
35-
<version>1.1.4.3</version>
35+
<version>1.1.4.4</version>
3636

3737
<name>weekend</name>
3838
<description>Mybatis通用Mapper扩展 - weekend</description>
@@ -54,7 +54,7 @@
5454

5555
<properties>
5656
<jdk.version>1.8</jdk.version>
57-
<mapper-module.version>1.1.1</mapper-module.version>
57+
<mapper-module.version>1.1.2</mapper-module.version>
5858
</properties>
5959

6060
<dependencies>

wiki

Submodule wiki updated from d0acdb2 to e827726

0 commit comments

Comments
 (0)
0