Skip to content

Commit f0ce2ae

Browse files
committed
2.0.2
1 parent cde84a7 commit f0ce2ae

File tree

6 files changed

+17
-7
lines changed
  • spring-boot-starter

6 files changed

+17
-7
lines changed

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.0.1</version>
32+
<version>2.0.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.0.1</version>
32+
<version>2.0.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.0.1</version>
32+
<version>2.0.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.0.1</version>
32+
<version>2.0.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: 5 additions & 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.0.1</version>
32+
<version>2.0.2</version>
3333
</parent>
3434
<artifactId>mapper-spring-boot-starter</artifactId>
3535
<name>mapper-spring-boot-starter</name>
@@ -66,6 +66,10 @@
6666
<groupId>tk.mybatis</groupId>
6767
<artifactId>mapper-spring</artifactId>
6868
</dependency>
69+
<dependency>
70+
<groupId>tk.mybatis</groupId>
71+
<artifactId>mapper-extra</artifactId>
72+
</dependency>
6973
<dependency>
7074
<groupId>tk.mybatis</groupId>
7175
<artifactId>mapper-spring-boot-autoconfigure</artifactId>

spring-boot-starter/pom.xml

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

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

4848
<properties>
49-
<mapper-core.version>1.0.1</mapper-core.version>
49+
<mapper-core.version>1.0.2</mapper-core.version>
5050
<mapper-base.version>1.0.0</mapper-base.version>
51+
<mapper-extra.version>1.0.1</mapper-extra.version>
5152
<mapper-weekend.version>1.1.3</mapper-weekend.version>
5253
<mapper-spring.version>1.0.0</mapper-spring.version>
5354
<mybatis.version>3.4.6</mybatis.version>
@@ -102,6 +103,11 @@
102103
<artifactId>mapper-spring</artifactId>
103104
<version>${mapper-spring.version}</version>
104105
</dependency>
106+
<dependency>
107+
<groupId>tk.mybatis</groupId>
108+
<artifactId>mapper-extra</artifactId>
109+
<version>${mapper-extra.version}</version>
110+
</dependency>
105111
<dependency>
106112
<groupId>org.mybatis</groupId>
107113
<artifactId>mybatis</artifactId>

0 commit comments

Comments
 (0)