Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c49b13a

Browse files
committed
starter 升级到 2.0.1
1 parent 044093a commit c49b13a

File tree

6 files changed

+9
-9
lines changed
  • spring-boot-starter

6 files changed

+9
-9
lines changed

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

+1-1
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.0</version>
32+
<version>2.0.1</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

+1-1
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.0</version>
32+
<version>2.0.1</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

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

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

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

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

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

spring-boot-starter/pom.xml

+4-4
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.0</version>
35+
<version>2.0.1</version>
3636
<packaging>pom</packaging>
3737

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

4848
<properties>
49-
<mapper-core.version>1.0.0</mapper-core.version>
49+
<mapper-core.version>1.0.1</mapper-core.version>
5050
<mapper-base.version>1.0.0</mapper-base.version>
5151
<mapper-weekend.version>1.1.3</mapper-weekend.version>
5252
<mapper-spring.version>1.0.0</mapper-spring.version>
53-
<mybatis.version>3.4.5</mybatis.version>
54-
<mybatis-spring.version>1.3.1</mybatis-spring.version>
53+
<mybatis.version>3.4.6</mybatis.version>
54+
<mybatis-spring.version>1.3.2</mybatis-spring.version>
5555
<spring-boot.version>2.0.0.RELEASE</spring-boot.version>
5656
</properties>
5757

0 commit comments

Comments
 (0)