File tree 6 files changed +15
-15
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 +15
-15
lines changed 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.0.1-SNAPSHOT </version >
7
+ <version >1.0.1</version >
8
8
</parent >
9
9
<groupId >org.mybatis.spring.boot</groupId >
10
10
<artifactId >mybatis-spring-boot-autoconfigure</artifactId >
11
- <version >1.0.1-SNAPSHOT </version >
11
+ <version >1.0.1</version >
12
12
<name >mybatis-spring-boot-autoconfigure</name >
13
13
<dependencies >
14
14
<dependency >
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-samples</artifactId >
7
- <version >1.0.1-SNAPSHOT </version >
7
+ <version >1.0.1</version >
8
8
</parent >
9
9
<groupId >org.mybatis.spring.boot</groupId >
10
10
<artifactId >mybatis-spring-boot-sample-annotation</artifactId >
11
- <version >1.0.1-SNAPSHOT </version >
11
+ <version >1.0.1</version >
12
12
<packaging >jar</packaging >
13
13
<name >mybatis-spring-boot-sample-annotation</name >
14
14
<dependencies >
15
15
<dependency >
16
16
<groupId >org.mybatis.spring.boot</groupId >
17
17
<artifactId >mybatis-spring-boot-starter</artifactId >
18
- <version >1.0.1-SNAPSHOT </version >
18
+ <version >1.0.1</version >
19
19
</dependency >
20
20
<dependency >
21
21
<groupId >org.springframework.boot</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-samples</artifactId >
7
- <version >1.0.1-SNAPSHOT </version >
7
+ <version >1.0.1</version >
8
8
</parent >
9
9
<groupId >org.mybatis.spring.boot</groupId >
10
10
<artifactId >mybatis-spring-boot-sample-xml</artifactId >
11
- <version >1.0.1-SNAPSHOT </version >
11
+ <version >1.0.1</version >
12
12
<packaging >jar</packaging >
13
13
<name >mybatis-spring-boot-sample-xml</name >
14
14
<dependencies >
15
15
<dependency >
16
16
<groupId >org.mybatis.spring.boot</groupId >
17
17
<artifactId >mybatis-spring-boot-starter</artifactId >
18
- <version >1.0.1-SNAPSHOT </version >
18
+ <version >1.0.1</version >
19
19
</dependency >
20
20
<dependency >
21
21
<groupId >org.springframework.boot</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.0.1-SNAPSHOT </version >
7
+ <version >1.0.1</version >
8
8
</parent >
9
9
<groupId >org.mybatis.spring.boot</groupId >
10
10
<artifactId >mybatis-spring-boot-samples</artifactId >
11
- <version >1.0.1-SNAPSHOT </version >
11
+ <version >1.0.1</version >
12
12
<packaging >pom</packaging >
13
13
<name >mybatis-spring-boot-samples</name >
14
14
<modules >
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.0.1-SNAPSHOT </version >
7
+ <version >1.0.1</version >
8
8
</parent >
9
9
<groupId >org.mybatis.spring.boot</groupId >
10
10
<artifactId >mybatis-spring-boot-starter</artifactId >
11
- <version >1.0.1-SNAPSHOT </version >
11
+ <version >1.0.1</version >
12
12
<name >mybatis-spring-boot-starter</name >
13
13
<dependencies >
14
14
<dependency >
22
22
<dependency >
23
23
<groupId >org.mybatis.spring.boot</groupId >
24
24
<artifactId >mybatis-spring-boot-autoconfigure</artifactId >
25
- <version >1.0.1-SNAPSHOT </version >
25
+ <version >1.0.1</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
Original file line number Diff line number Diff line change 26
26
27
27
<groupId >org.mybatis.spring.boot</groupId >
28
28
<artifactId >mybatis-spring-boot</artifactId >
29
- <version >1.0.1-SNAPSHOT </version >
29
+ <version >1.0.1</version >
30
30
<packaging >pom</packaging >
31
31
32
32
<name >mybatis-spring-boot</name >
50
50
<
connection >scm:git:
[email protected] :mybatis/mybatis-spring-boot.git</
connection >
51
51
<
developerConnection >scm:git:
[email protected] :mybatis/mybatis-spring-boot.git</
developerConnection >
52
52
<url >https://github.com/mybatis/mybatis-spring-boot</url >
53
- <tag >HEAD </tag >
53
+ <tag >mybatis-spring-boot-1.0.1 </tag >
54
54
</scm >
55
55
<issueManagement >
56
56
<system >GitHub Issue Management</system >
You can’t perform that action at this time.
0 commit comments