File tree 6 files changed +10
-10
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 +10
-10
lines changed 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.1-SNAPSHOT </version >
24
+ <version >1.1.1</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 21
21
<parent >
22
22
<groupId >org.mybatis.spring.boot</groupId >
23
23
<artifactId >mybatis-spring-boot-samples</artifactId >
24
- <version >1.1.1-SNAPSHOT </version >
24
+ <version >1.1.1</version >
25
25
</parent >
26
26
<artifactId >mybatis-spring-boot-sample-annotation</artifactId >
27
27
<packaging >jar</packaging >
30
30
<dependency >
31
31
<groupId >org.mybatis.spring.boot</groupId >
32
32
<artifactId >mybatis-spring-boot-starter</artifactId >
33
- <version >1.1.1-SNAPSHOT </version >
33
+ <version >1.1.1</version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >com.h2database</groupId >
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-samples</artifactId >
24
- <version >1.1.1-SNAPSHOT </version >
24
+ <version >1.1.1</version >
25
25
</parent >
26
26
<artifactId >mybatis-spring-boot-sample-xml</artifactId >
27
27
<packaging >jar</packaging >
30
30
<dependency >
31
31
<groupId >org.mybatis.spring.boot</groupId >
32
32
<artifactId >mybatis-spring-boot-starter</artifactId >
33
- <version >1.1.1-SNAPSHOT </version >
33
+ <version >1.1.1</version >
34
34
</dependency >
35
35
<dependency >
36
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.1-SNAPSHOT </version >
7
+ <version >1.1.1</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.1-SNAPSHOT </version >
24
+ <version >1.1.1</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.1-SNAPSHOT </version >
32
+ <version >1.1.1</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.1-SNAPSHOT </version >
31
+ <version >1.1.1</version >
32
32
<packaging >pom</packaging >
33
33
34
34
<name >mybatis-spring-boot</name >
46
46
<connection >scm:git:git@github.com:mybatis/spring-boot-starter.git</connection >
47
47
<developerConnection >scm:git:git@github.com: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.1 </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