File tree Expand file tree Collapse file tree 8 files changed +32
-43
lines changed
mybatis-generator-spring-boot-starter
mybatis-jpa-spring-boot-starter
mybatis-paging-spring-boot-starter Expand file tree Collapse file tree 8 files changed +32
-43
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<artifactId >mybatis-core</artifactId >
8
- <!-- < version>1.0.0. RELEASE</version> -- >
9
- <version >1.0.0.SNAPSHOT</version >
8
+ <version >0. 1.0.RELEASE</version >
9
+ <!-- < version>1.0.0.SNAPSHOT</version> -- >
10
10
<packaging >jar</packaging >
11
-
12
11
<name >mybatis-core</name >
13
- <url >https://www.itfinally.com</url >
14
12
15
13
<parent >
16
14
<groupId >io.github.itfinally</groupId >
17
15
<artifactId >mybatis-helper-parent</artifactId >
18
- <version >1.0.0 </version >
16
+ <version >0. 1.0.RELEASE </version >
19
17
<relativePath >../mybatis-helper-parent/pom.xml</relativePath >
20
18
</parent >
21
19
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<artifactId >mybatis-generator-spring-boot-starter</artifactId >
8
- <!-- < version>1.0.0. RELEASE</version> -- >
9
- <version >1.0.0.SNAPSHOT</version >
8
+ <version >0. 1.0.RELEASE</version >
9
+ <!-- < version>1.0.0.SNAPSHOT</version> -- >
10
10
<packaging >jar</packaging >
11
11
<name >mybatis-generator-spring-boot-starter</name >
12
12
13
13
<parent >
14
14
<groupId >io.github.itfinally</groupId >
15
15
<artifactId >mybatis-helper-parent</artifactId >
16
- <version >1.0.0.SNAPSHOT </version >
16
+ <version >0. 1.0.RELEASE </version >
17
17
<relativePath >../mybatis-helper-parent/pom.xml</relativePath >
18
18
</parent >
19
19
20
20
<dependencies >
21
21
<dependency >
22
22
<groupId >io.github.itfinally</groupId >
23
23
<artifactId >mybatis-generator</artifactId >
24
- <!-- < version>1.0.0. RELEASE</version> -- >
25
- <version >1.0.0.SNAPSHOT</version >
24
+ <version >0. 1.0.RELEASE</version >
25
+ <!-- < version>1.0.0.SNAPSHOT</version> -- >
26
26
</dependency >
27
27
</dependencies >
28
28
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<artifactId >mybatis-generator</artifactId >
8
- <!-- < version>1.0.0. RELEASE</version> -- >
9
- <version >1.0.0.SNAPSHOT</version >
8
+ <version >0. 1.0.RELEASE</version >
9
+ <!-- < version>1.0.0.SNAPSHOT</version> -- >
10
10
<packaging >jar</packaging >
11
-
12
11
<name >mybatis-generator</name >
13
- <url >https://www.itfinally.com</url >
14
12
15
13
<parent >
16
14
<groupId >io.github.itfinally</groupId >
17
15
<artifactId >mybatis-helper-parent</artifactId >
18
- <version >1.0.0.SNAPSHOT </version >
16
+ <version >0. 1.0.RELEASE </version >
19
17
<relativePath >../mybatis-helper-parent/pom.xml</relativePath >
20
18
</parent >
21
19
28
26
<dependency >
29
27
<groupId >io.github.itfinally</groupId >
30
28
<artifactId >mybatis-core</artifactId >
31
- <version >1.0.0.SNAPSHOT </version >
29
+ <version >0. 1.0.RELEASE </version >
32
30
</dependency >
33
31
34
32
<dependency >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.github.itfinally</groupId >
8
8
<artifactId >mybatis-helper-parent</artifactId >
9
- <!-- < version>1.0.0. RELEASE</version> -- >
10
- <version >1.0.0.SNAPSHOT</version >
9
+ <version >0. 1.0.RELEASE</version >
10
+ <!-- < version>1.0.0.SNAPSHOT</version> -- >
11
11
<packaging >pom</packaging >
12
-
13
12
<name >mybatis-helper-parent</name >
14
- <url >https://www.itfinally.com</url >
15
13
16
14
<licenses >
17
15
<license >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >mybatis-jpa-spring-boot-starter</artifactId >
7
- <!-- < version>1.0.0. RELEASE</version> -- >
8
- <version >1.0.0.SNAPSHOT</version >
7
+ <version >0. 1.0.RELEASE</version >
8
+ <!-- < version>1.0.0.SNAPSHOT</version> -- >
9
9
<packaging >jar</packaging >
10
-
11
10
<name >mybatis-jpa-spring-boot-starter</name >
12
- <url >https://www.itfinally.com</url >
13
11
14
12
<parent >
15
13
<groupId >io.github.itfinally</groupId >
16
14
<artifactId >mybatis-helper-parent</artifactId >
17
- <version >1.0.0.SNAPSHOT </version >
15
+ <version >0. 1.0.RELEASE </version >
18
16
<relativePath >../mybatis-helper-parent/pom.xml</relativePath >
19
17
</parent >
20
18
21
19
<dependencies >
22
20
<dependency >
23
21
<groupId >io.github.itfinally</groupId >
24
22
<artifactId >mybatis-jpa</artifactId >
25
- <!-- < version>1.0.0. RELEASE</version> -- >
26
- <version >1.0.0.SNAPSHOT</version >
23
+ <version >0. 1.0.RELEASE</version >
24
+ <!-- < version>1.0.0.SNAPSHOT</version> -- >
27
25
</dependency >
28
26
</dependencies >
29
27
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<artifactId >mybatis-jpa</artifactId >
8
- <!-- < version>1.0.0. RELEASE</version> -- >
9
- <version >1.0.0.SNAPSHOT</version >
8
+ <version >0. 1.0.RELEASE</version >
9
+ <!-- < version>1.0.0.SNAPSHOT</version> -- >
10
10
<packaging >jar</packaging >
11
11
<name >mybatis-jpa</name >
12
12
13
13
<parent >
14
14
<groupId >io.github.itfinally</groupId >
15
15
<artifactId >mybatis-helper-parent</artifactId >
16
- <version >1.0.0.SNAPSHOT </version >
16
+ <version >0. 1.0.RELEASE </version >
17
17
<relativePath >../mybatis-helper-parent/pom.xml</relativePath >
18
18
</parent >
19
19
32
32
<dependency >
33
33
<groupId >io.github.itfinally</groupId >
34
34
<artifactId >mybatis-core</artifactId >
35
- <version >1.0.0.SNAPSHOT </version >
35
+ <version >0. 1.0.RELEASE </version >
36
36
</dependency >
37
37
</dependencies >
38
38
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >mybatis-paging-spring-boot-starter</artifactId >
7
- <version >1.0.0.SNAPSHOT</version >
8
- <!-- <version>1.0.0.RELEASE</version>-->
9
-
7
+ <!-- <version>1.0.0.SNAPSHOT</version>-->
8
+ <version >0.1.0.RELEASE</version >
10
9
<packaging >jar</packaging >
11
-
12
10
<name >mybatis-paging-spring-boot-starter</name >
13
- <url >https://www.itfinally.com</url >
14
11
15
12
<parent >
16
13
<groupId >io.github.itfinally</groupId >
17
14
<artifactId >mybatis-helper-parent</artifactId >
18
- <version >1.0.0.SNAPSHOT </version >
15
+ <version >0. 1.0.RELEASE </version >
19
16
<relativePath >../mybatis-helper-parent/pom.xml</relativePath >
20
17
</parent >
21
18
22
19
<dependencies >
23
20
<dependency >
24
21
<groupId >io.github.itfinally</groupId >
25
22
<artifactId >mybatis-paging</artifactId >
26
- <!-- < version>1.0.0. RELEASE</version> -- >
27
- <version >1.0.0.SNAPSHOT</version >
23
+ <version >0. 1.0.RELEASE</version >
24
+ <!-- < version>1.0.0.SNAPSHOT</version> -- >
28
25
</dependency >
29
26
</dependencies >
30
27
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<artifactId >mybatis-paging</artifactId >
8
- <!-- < version>1.0.0. RELEASE</version> -- >
9
- <version >1.0.0.SNAPSHOT</version >
8
+ <version >0. 1.0.RELEASE</version >
9
+ <!-- < version>1.0.0.SNAPSHOT</version> -- >
10
10
<packaging >jar</packaging >
11
11
<name >mybatis-paging</name >
12
12
13
13
<parent >
14
14
<groupId >io.github.itfinally</groupId >
15
15
<artifactId >mybatis-helper-parent</artifactId >
16
- <version >1.0.0.SNAPSHOT </version >
16
+ <version >0. 1.0.RELEASE </version >
17
17
<relativePath >../mybatis-helper-parent/pom.xml</relativePath >
18
18
</parent >
19
19
20
20
<dependencies >
21
21
<dependency >
22
22
<groupId >io.github.itfinally</groupId >
23
23
<artifactId >mybatis-core</artifactId >
24
- <version >1.0.0.SNAPSHOT </version >
24
+ <version >0. 1.0.RELEASE </version >
25
25
</dependency >
26
26
27
27
<dependency >
You can’t perform that action at this time.
0 commit comments