File tree Expand file tree Collapse file tree 6 files changed +13
-16
lines changed
mybatis-spring-boot-autoconfigure
mybatis-spring-boot-samples
mybatis-spring-boot-sample-annotation
mybatis-spring-boot-sample-xml
mybatis-spring-boot-starter Expand file tree Collapse file tree 6 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 16
16
limitations under the License.
17
17
18
18
-->
19
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
20
<modelVersion >4.0.0</modelVersion >
22
21
<parent >
23
22
<groupId >org.mybatis.spring.boot</groupId >
24
23
<artifactId >mybatis-spring-boot</artifactId >
25
- <version >1.1.0-SNAPSHOT </version >
24
+ <version >1.1.0</version >
26
25
</parent >
27
26
<artifactId >mybatis-spring-boot-autoconfigure</artifactId >
28
27
<name >mybatis-spring-boot-autoconfigure</name >
Original file line number Diff line number Diff line change 16
16
limitations under the License.
17
17
18
18
-->
19
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
20
<modelVersion >4.0.0</modelVersion >
22
21
<parent >
23
22
<groupId >org.mybatis.spring.boot</groupId >
24
23
<artifactId >mybatis-spring-boot-samples</artifactId >
25
- <version >1.1.0-SNAPSHOT </version >
24
+ <version >1.1.0</version >
26
25
</parent >
27
26
<artifactId >mybatis-spring-boot-sample-annotation</artifactId >
28
27
<packaging >jar</packaging >
31
30
<dependency >
32
31
<groupId >org.mybatis.spring.boot</groupId >
33
32
<artifactId >mybatis-spring-boot-starter</artifactId >
34
- <version >1.1.0-SNAPSHOT </version >
33
+ <version >1.1.0</version >
35
34
</dependency >
36
35
<dependency >
37
36
<groupId >com.h2database</groupId >
Original file line number Diff line number Diff line change 16
16
limitations under the License.
17
17
18
18
-->
19
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
20
<modelVersion >4.0.0</modelVersion >
22
21
<parent >
23
22
<groupId >org.mybatis.spring.boot</groupId >
24
23
<artifactId >mybatis-spring-boot-samples</artifactId >
25
- <version >1.1.0-SNAPSHOT </version >
24
+ <version >1.1.0</version >
26
25
</parent >
27
26
<artifactId >mybatis-spring-boot-sample-xml</artifactId >
28
27
<packaging >jar</packaging >
31
30
<dependency >
32
31
<groupId >org.mybatis.spring.boot</groupId >
33
32
<artifactId >mybatis-spring-boot-starter</artifactId >
34
- <version >1.1.0-SNAPSHOT </version >
33
+ <version >1.1.0</version >
35
34
</dependency >
36
35
<dependency >
37
36
<groupId >com.h2database</groupId >
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.1.0-SNAPSHOT </version >
7
+ <version >1.1.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 21
21
<parent >
22
22
<groupId >org.mybatis.spring.boot</groupId >
23
23
<artifactId >mybatis-spring-boot</artifactId >
24
- <version >1.1.0-SNAPSHOT </version >
24
+ <version >1.1.0</version >
25
25
</parent >
26
26
<artifactId >mybatis-spring-boot-starter</artifactId >
27
27
<name >mybatis-spring-boot-starter</name >
28
28
<dependencies >
29
29
<dependency >
30
30
<groupId >org.mybatis.spring.boot</groupId >
31
31
<artifactId >mybatis-spring-boot-autoconfigure</artifactId >
32
- <version >1.1.0-SNAPSHOT </version >
32
+ <version >1.1.0</version >
33
33
</dependency >
34
34
</dependencies >
35
35
</project >
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.1.0-SNAPSHOT </version >
31
+ <version >1.1.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</url >
49
- <tag >HEAD </tag >
49
+ <tag >mybatis-spring-boot-1.1.0 </tag >
50
50
</scm >
51
51
<issueManagement >
52
52
<system >GitHub Issue Management</system >
You can’t perform that action at this time.
0 commit comments