File tree Expand file tree Collapse file tree 17 files changed +23
-23
lines changed
mapper-spring-boot-autoconfigure
mapper-spring-boot-samples
mapper-spring-boot-sample-annotation
mapper-spring-boot-sample-xml
mapper-spring-boot-starter Expand file tree Collapse file tree 17 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-all</artifactId >
31
- <version >4.1.1 </version >
31
+ <version >4.1.2 </version >
32
32
</parent >
33
33
<artifactId >mapper-all-dependencies</artifactId >
34
34
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-all</artifactId >
31
- <version >4.1.1 </version >
31
+ <version >4.1.2 </version >
32
32
</parent >
33
33
<artifactId >mapper</artifactId >
34
34
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 31
31
<version >3</version >
32
32
</parent >
33
33
<artifactId >mapper-all</artifactId >
34
- <version >4.1.1 </version >
34
+ <version >4.1.2 </version >
35
35
<packaging >pom</packaging >
36
36
37
37
<name >mapper-all</name >
43
43
</modules >
44
44
45
45
<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>
48
48
</properties >
49
49
50
50
<dependencyManagement >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-modules</artifactId >
31
- <version >1.1.1 </version >
31
+ <version >1.1.2 </version >
32
32
</parent >
33
33
<artifactId >mapper-base</artifactId >
34
34
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-modules</artifactId >
31
- <version >1.1.1 </version >
31
+ <version >1.1.2 </version >
32
32
</parent >
33
33
<artifactId >mapper-core</artifactId >
34
34
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-modules</artifactId >
31
- <version >1.1.1 </version >
31
+ <version >1.1.2 </version >
32
32
</parent >
33
33
<artifactId >mapper-extra</artifactId >
34
34
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-modules</artifactId >
31
- <version >1.1.1 </version >
31
+ <version >1.1.2 </version >
32
32
</parent >
33
33
<artifactId >mapper-generator</artifactId >
34
34
<packaging >jar</packaging >
37
37
<description >Mybatis 通用 Mapper 代码生成器</description >
38
38
39
39
<properties >
40
- <mapper-module .version>1.1.1 </mapper-module .version>
40
+ <mapper-module .version>1.1.2 </mapper-module .version>
41
41
<freemarker .version>2.3.28</freemarker .version>
42
42
<generator .version>1.3.7</generator .version>
43
43
</properties >
Original file line number Diff line number Diff line change 31
31
<version >3</version >
32
32
</parent >
33
33
<artifactId >mapper-modules</artifactId >
34
- <version >1.1.1 </version >
34
+ <version >1.1.2 </version >
35
35
<packaging >pom</packaging >
36
36
37
37
<name >mapper-parent</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</artifactId >
32
- <version >2.1.1 </version >
32
+ <version >2.1.2 </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.1.1 </version >
32
+ <version >2.1.2 </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.1.1 </version >
32
+ <version >2.1.2 </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.1.1 </version >
32
+ <version >2.1.2 </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.1.1 </version >
32
+ <version >2.1.2 </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 >3</version >
33
33
</parent >
34
34
<artifactId >mapper-spring-boot</artifactId >
35
- <version >2.1.1 </version >
35
+ <version >2.1.2 </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-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>
51
51
<mybatis .version>3.4.6</mybatis .version>
52
52
<mybatis-spring .version>1.3.2</mybatis-spring .version>
53
53
<spring-boot .version>2.1.1.RELEASE</spring-boot .version>
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-modules</artifactId >
31
- <version >1.1.1 </version >
31
+ <version >1.1.2 </version >
32
32
</parent >
33
33
<artifactId >mapper-spring</artifactId >
34
34
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 32
32
<version >3</version >
33
33
</parent >
34
34
<artifactId >mapper-weekend</artifactId >
35
- <version >1.1.4.3 </version >
35
+ <version >1.1.4.4 </version >
36
36
37
37
<name >weekend</name >
38
38
<description >Mybatis通用Mapper扩展 - weekend</description >
54
54
55
55
<properties >
56
56
<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>
58
58
</properties >
59
59
60
60
<dependencies >
You can’t perform that action at this time.
0 commit comments