File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
33
4- Copyright 2015-2016 the original author or authors.
4+ Copyright 2015-2017 the original author or authors.
55
66 Licensed under the Apache License, Version 2.0 (the "License");
77 you may not use this file except in compliance with the License.
2121 <parent >
2222 <groupId >org.mybatis.spring.boot</groupId >
2323 <artifactId >mybatis-spring-boot</artifactId >
24- <version >1.2.0-SNAPSHOT </version >
24+ <version >1.2.0</version >
2525 </parent >
2626 <artifactId >mybatis-spring-boot-autoconfigure</artifactId >
2727 <name >mybatis-spring-boot-autoconfigure</name >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
33
4- Copyright 2015-2016 the original author or authors.
4+ Copyright 2015-2017 the original author or authors.
55
66 Licensed under the Apache License, Version 2.0 (the "License");
77 you may not use this file except in compliance with the License.
2121 <parent >
2222 <groupId >org.mybatis.spring.boot</groupId >
2323 <artifactId >mybatis-spring-boot-samples</artifactId >
24- <version >1.2.0-SNAPSHOT </version >
24+ <version >1.2.0</version >
2525 </parent >
2626 <artifactId >mybatis-spring-boot-sample-annotation</artifactId >
2727 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
33
4- Copyright 2015-2016 the original author or authors.
4+ Copyright 2015-2017 the original author or authors.
55
66 Licensed under the Apache License, Version 2.0 (the "License");
77 you may not use this file except in compliance with the License.
2121 <parent >
2222 <groupId >org.mybatis.spring.boot</groupId >
2323 <artifactId >mybatis-spring-boot-samples</artifactId >
24- <version >1.2.0-SNAPSHOT </version >
24+ <version >1.2.0</version >
2525 </parent >
2626 <artifactId >mybatis-spring-boot-sample-xml</artifactId >
2727 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.mybatis.spring.boot</groupId >
66 <artifactId >mybatis-spring-boot</artifactId >
7- <version >1.2.0-SNAPSHOT </version >
7+ <version >1.2.0</version >
88 </parent >
99 <artifactId >mybatis-spring-boot-samples</artifactId >
1010 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
33
4- Copyright 2015-2016 the original author or authors.
4+ Copyright 2015-2017 the original author or authors.
55
66 Licensed under the Apache License, Version 2.0 (the "License");
77 you may not use this file except in compliance with the License.
2121 <parent >
2222 <groupId >org.mybatis.spring.boot</groupId >
2323 <artifactId >mybatis-spring-boot</artifactId >
24- <version >1.2.0-SNAPSHOT </version >
24+ <version >1.2.0</version >
2525 </parent >
2626 <artifactId >mybatis-spring-boot-starter</artifactId >
2727 <name >mybatis-spring-boot-starter</name >
Original file line number Diff line number Diff line change 2828
2929 <groupId >org.mybatis.spring.boot</groupId >
3030 <artifactId >mybatis-spring-boot</artifactId >
31- <version >1.2.0-SNAPSHOT </version >
31+ <version >1.2.0</version >
3232 <packaging >pom</packaging >
3333
3434 <name >mybatis-spring-boot</name >
4646 <
connection >scm:git:
[email protected] :mybatis/spring-boot-starter.git</
connection >
4747 <
developerConnection >scm:git:
[email protected] :mybatis/spring-boot-starter.git</
developerConnection >
4848 <url >https://github.com/mybatis/spring-boot-starter/tree/master</url >
49- <tag >HEAD </tag >
49+ <tag >mybatis-spring-boot-1.2.0 </tag >
5050 </scm >
5151 <issueManagement >
5252 <system >GitHub Issue Management</system >
8585 <dependency >
8686 <groupId >org.mybatis.spring.boot</groupId >
8787 <artifactId >mybatis-spring-boot-autoconfigure</artifactId >
88- <version >1.2.0-SNAPSHOT </version >
88+ <version >1.2.0</version >
8989 </dependency >
9090 <dependency >
9191 <groupId >org.mybatis.spring.boot</groupId >
9292 <artifactId >mybatis-spring-boot-starter</artifactId >
93- <version >1.2.0-SNAPSHOT </version >
93+ <version >1.2.0</version >
9494 </dependency >
9595 <dependency >
9696 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments