Skip to content

Commit e52e4b1

Browse files
committed
All modules are deploy
1 parent 31487e2 commit e52e4b1

File tree

8 files changed

+32
-43
lines changed

8 files changed

+32
-43
lines changed

mybatis-core/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<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>-->
1010
<packaging>jar</packaging>
11-
1211
<name>mybatis-core</name>
13-
<url>https://www.itfinally.com</url>
1412

1513
<parent>
1614
<groupId>io.github.itfinally</groupId>
1715
<artifactId>mybatis-helper-parent</artifactId>
18-
<version>1.0.0</version>
16+
<version>0.1.0.RELEASE</version>
1917
<relativePath>../mybatis-helper-parent/pom.xml</relativePath>
2018
</parent>
2119

mybatis-generator-spring-boot-starter/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<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>-->
1010
<packaging>jar</packaging>
1111
<name>mybatis-generator-spring-boot-starter</name>
1212

1313
<parent>
1414
<groupId>io.github.itfinally</groupId>
1515
<artifactId>mybatis-helper-parent</artifactId>
16-
<version>1.0.0.SNAPSHOT</version>
16+
<version>0.1.0.RELEASE</version>
1717
<relativePath>../mybatis-helper-parent/pom.xml</relativePath>
1818
</parent>
1919

2020
<dependencies>
2121
<dependency>
2222
<groupId>io.github.itfinally</groupId>
2323
<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>-->
2626
</dependency>
2727
</dependencies>
2828

mybatis-generator/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<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>-->
1010
<packaging>jar</packaging>
11-
1211
<name>mybatis-generator</name>
13-
<url>https://www.itfinally.com</url>
1412

1513
<parent>
1614
<groupId>io.github.itfinally</groupId>
1715
<artifactId>mybatis-helper-parent</artifactId>
18-
<version>1.0.0.SNAPSHOT</version>
16+
<version>0.1.0.RELEASE</version>
1917
<relativePath>../mybatis-helper-parent/pom.xml</relativePath>
2018
</parent>
2119

@@ -28,7 +26,7 @@
2826
<dependency>
2927
<groupId>io.github.itfinally</groupId>
3028
<artifactId>mybatis-core</artifactId>
31-
<version>1.0.0.SNAPSHOT</version>
29+
<version>0.1.0.RELEASE</version>
3230
</dependency>
3331

3432
<dependency>

mybatis-helper-parent/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66

77
<groupId>io.github.itfinally</groupId>
88
<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>-->
1111
<packaging>pom</packaging>
12-
1312
<name>mybatis-helper-parent</name>
14-
<url>https://www.itfinally.com</url>
1513

1614
<licenses>
1715
<license>

mybatis-jpa-spring-boot-starter/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,24 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<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>-->
99
<packaging>jar</packaging>
10-
1110
<name>mybatis-jpa-spring-boot-starter</name>
12-
<url>https://www.itfinally.com</url>
1311

1412
<parent>
1513
<groupId>io.github.itfinally</groupId>
1614
<artifactId>mybatis-helper-parent</artifactId>
17-
<version>1.0.0.SNAPSHOT</version>
15+
<version>0.1.0.RELEASE</version>
1816
<relativePath>../mybatis-helper-parent/pom.xml</relativePath>
1917
</parent>
2018

2119
<dependencies>
2220
<dependency>
2321
<groupId>io.github.itfinally</groupId>
2422
<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>-->
2725
</dependency>
2826
</dependencies>
2927

mybatis-jpa/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<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>-->
1010
<packaging>jar</packaging>
1111
<name>mybatis-jpa</name>
1212

1313
<parent>
1414
<groupId>io.github.itfinally</groupId>
1515
<artifactId>mybatis-helper-parent</artifactId>
16-
<version>1.0.0.SNAPSHOT</version>
16+
<version>0.1.0.RELEASE</version>
1717
<relativePath>../mybatis-helper-parent/pom.xml</relativePath>
1818
</parent>
1919

@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>io.github.itfinally</groupId>
3434
<artifactId>mybatis-core</artifactId>
35-
<version>1.0.0.SNAPSHOT</version>
35+
<version>0.1.0.RELEASE</version>
3636
</dependency>
3737
</dependencies>
3838

mybatis-paging-spring-boot-starter/pom.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,24 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<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>
109
<packaging>jar</packaging>
11-
1210
<name>mybatis-paging-spring-boot-starter</name>
13-
<url>https://www.itfinally.com</url>
1411

1512
<parent>
1613
<groupId>io.github.itfinally</groupId>
1714
<artifactId>mybatis-helper-parent</artifactId>
18-
<version>1.0.0.SNAPSHOT</version>
15+
<version>0.1.0.RELEASE</version>
1916
<relativePath>../mybatis-helper-parent/pom.xml</relativePath>
2017
</parent>
2118

2219
<dependencies>
2320
<dependency>
2421
<groupId>io.github.itfinally</groupId>
2522
<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>-->
2825
</dependency>
2926
</dependencies>
3027

mybatis-paging/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<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>-->
1010
<packaging>jar</packaging>
1111
<name>mybatis-paging</name>
1212

1313
<parent>
1414
<groupId>io.github.itfinally</groupId>
1515
<artifactId>mybatis-helper-parent</artifactId>
16-
<version>1.0.0.SNAPSHOT</version>
16+
<version>0.1.0.RELEASE</version>
1717
<relativePath>../mybatis-helper-parent/pom.xml</relativePath>
1818
</parent>
1919

2020
<dependencies>
2121
<dependency>
2222
<groupId>io.github.itfinally</groupId>
2323
<artifactId>mybatis-core</artifactId>
24-
<version>1.0.0.SNAPSHOT</version>
24+
<version>0.1.0.RELEASE</version>
2525
</dependency>
2626

2727
<dependency>

0 commit comments

Comments
 (0)