File tree 6 files changed +9
-9
lines changed
mapper-spring-boot-autoconfigure
mapper-spring-boot-samples
mapper-spring-boot-sample-annotation
mapper-spring-boot-sample-xml
mapper-spring-boot-starter
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >tk.mybatis</groupId >
31
31
<artifactId >mapper-spring-boot</artifactId >
32
- <version >2.0.0 </version >
32
+ <version >2.0.1 </version >
33
33
</parent >
34
34
<artifactId >mapper-spring-boot-autoconfigure</artifactId >
35
35
<name >mapper-spring-boot-autoconfigure</name >
Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >tk.mybatis</groupId >
31
31
<artifactId >mapper-spring-boot-samples</artifactId >
32
- <version >2.0.0 </version >
32
+ <version >2.0.1 </version >
33
33
</parent >
34
34
<artifactId >mapper-spring-boot-sample-annotation</artifactId >
35
35
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >tk.mybatis</groupId >
31
31
<artifactId >mapper-spring-boot-samples</artifactId >
32
- <version >2.0.0 </version >
32
+ <version >2.0.1 </version >
33
33
</parent >
34
34
<artifactId >mapper-spring-boot-sample-xml</artifactId >
35
35
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >tk.mybatis</groupId >
31
31
<artifactId >mapper-spring-boot</artifactId >
32
- <version >2.0.0 </version >
32
+ <version >2.0.1 </version >
33
33
</parent >
34
34
<artifactId >mapper-spring-boot-samples</artifactId >
35
35
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >tk.mybatis</groupId >
31
31
<artifactId >mapper-spring-boot</artifactId >
32
- <version >2.0.0 </version >
32
+ <version >2.0.1 </version >
33
33
</parent >
34
34
<artifactId >mapper-spring-boot-starter</artifactId >
35
35
<name >mapper-spring-boot-starter</name >
Original file line number Diff line number Diff line change 32
32
<version >2</version >
33
33
</parent >
34
34
<artifactId >mapper-spring-boot</artifactId >
35
- <version >2.0.0 </version >
35
+ <version >2.0.1 </version >
36
36
<packaging >pom</packaging >
37
37
38
38
<name >mapper-spring-boot</name >
46
46
</modules >
47
47
48
48
<properties >
49
- <mapper-core .version>1.0.0 </mapper-core .version>
49
+ <mapper-core .version>1.0.1 </mapper-core .version>
50
50
<mapper-base .version>1.0.0</mapper-base .version>
51
51
<mapper-weekend .version>1.1.3</mapper-weekend .version>
52
52
<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>
55
55
<spring-boot .version>2.0.0.RELEASE</spring-boot .version>
56
56
</properties >
57
57
You can’t perform that action at this time.
0 commit comments