File tree 6 files changed +13
-13
lines changed
mybatis-spring-boot-autoconfigure
mybatis-spring-boot-samples
mybatis-spring-boot-sample-annotation
mybatis-spring-boot-sample-xml
mybatis-spring-boot-starter
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2015-2016 the original author or authors.
4
+ Copyright 2015-2017 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
21
21
<parent >
22
22
<groupId >org.mybatis.spring.boot</groupId >
23
23
<artifactId >mybatis-spring-boot</artifactId >
24
- <version >1.2.0-SNAPSHOT </version >
24
+ <version >1.2.0</version >
25
25
</parent >
26
26
<artifactId >mybatis-spring-boot-autoconfigure</artifactId >
27
27
<name >mybatis-spring-boot-autoconfigure</name >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2015-2016 the original author or authors.
4
+ Copyright 2015-2017 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
21
21
<parent >
22
22
<groupId >org.mybatis.spring.boot</groupId >
23
23
<artifactId >mybatis-spring-boot-samples</artifactId >
24
- <version >1.2.0-SNAPSHOT </version >
24
+ <version >1.2.0</version >
25
25
</parent >
26
26
<artifactId >mybatis-spring-boot-sample-annotation</artifactId >
27
27
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2015-2016 the original author or authors.
4
+ Copyright 2015-2017 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
21
21
<parent >
22
22
<groupId >org.mybatis.spring.boot</groupId >
23
23
<artifactId >mybatis-spring-boot-samples</artifactId >
24
- <version >1.2.0-SNAPSHOT </version >
24
+ <version >1.2.0</version >
25
25
</parent >
26
26
<artifactId >mybatis-spring-boot-sample-xml</artifactId >
27
27
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.mybatis.spring.boot</groupId >
6
6
<artifactId >mybatis-spring-boot</artifactId >
7
- <version >1.2.0-SNAPSHOT </version >
7
+ <version >1.2.0</version >
8
8
</parent >
9
9
<artifactId >mybatis-spring-boot-samples</artifactId >
10
10
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2015-2016 the original author or authors.
4
+ Copyright 2015-2017 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
21
21
<parent >
22
22
<groupId >org.mybatis.spring.boot</groupId >
23
23
<artifactId >mybatis-spring-boot</artifactId >
24
- <version >1.2.0-SNAPSHOT </version >
24
+ <version >1.2.0</version >
25
25
</parent >
26
26
<artifactId >mybatis-spring-boot-starter</artifactId >
27
27
<name >mybatis-spring-boot-starter</name >
Original file line number Diff line number Diff line change 28
28
29
29
<groupId >org.mybatis.spring.boot</groupId >
30
30
<artifactId >mybatis-spring-boot</artifactId >
31
- <version >1.2.0-SNAPSHOT </version >
31
+ <version >1.2.0</version >
32
32
<packaging >pom</packaging >
33
33
34
34
<name >mybatis-spring-boot</name >
46
46
<
connection >scm:git:
[email protected] :mybatis/spring-boot-starter.git</
connection >
47
47
<
developerConnection >scm:git:
[email protected] :mybatis/spring-boot-starter.git</
developerConnection >
48
48
<url >https://github.com/mybatis/spring-boot-starter/tree/master</url >
49
- <tag >HEAD </tag >
49
+ <tag >mybatis-spring-boot-1.2.0 </tag >
50
50
</scm >
51
51
<issueManagement >
52
52
<system >GitHub Issue Management</system >
85
85
<dependency >
86
86
<groupId >org.mybatis.spring.boot</groupId >
87
87
<artifactId >mybatis-spring-boot-autoconfigure</artifactId >
88
- <version >1.2.0-SNAPSHOT </version >
88
+ <version >1.2.0</version >
89
89
</dependency >
90
90
<dependency >
91
91
<groupId >org.mybatis.spring.boot</groupId >
92
92
<artifactId >mybatis-spring-boot-starter</artifactId >
93
- <version >1.2.0-SNAPSHOT </version >
93
+ <version >1.2.0</version >
94
94
</dependency >
95
95
<dependency >
96
96
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments