Skip to content

Commit 22368c3

Browse files
committed
[maven-release-plugin] prepare release mybatis-spring-boot-1.1.0
1 parent 84b3689 commit 22368c3

File tree

6 files changed

+13
-16
lines changed

6 files changed

+13
-16
lines changed

mybatis-spring-boot-autoconfigure/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.mybatis.spring.boot</groupId>
2423
<artifactId>mybatis-spring-boot</artifactId>
25-
<version>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2625
</parent>
2726
<artifactId>mybatis-spring-boot-autoconfigure</artifactId>
2827
<name>mybatis-spring-boot-autoconfigure</name>

mybatis-spring-boot-samples/mybatis-spring-boot-sample-annotation/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.mybatis.spring.boot</groupId>
2423
<artifactId>mybatis-spring-boot-samples</artifactId>
25-
<version>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2625
</parent>
2726
<artifactId>mybatis-spring-boot-sample-annotation</artifactId>
2827
<packaging>jar</packaging>
@@ -31,7 +30,7 @@
3130
<dependency>
3231
<groupId>org.mybatis.spring.boot</groupId>
3332
<artifactId>mybatis-spring-boot-starter</artifactId>
34-
<version>1.1.0-SNAPSHOT</version>
33+
<version>1.1.0</version>
3534
</dependency>
3635
<dependency>
3736
<groupId>com.h2database</groupId>

mybatis-spring-boot-samples/mybatis-spring-boot-sample-xml/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.mybatis.spring.boot</groupId>
2423
<artifactId>mybatis-spring-boot-samples</artifactId>
25-
<version>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2625
</parent>
2726
<artifactId>mybatis-spring-boot-sample-xml</artifactId>
2827
<packaging>jar</packaging>
@@ -31,7 +30,7 @@
3130
<dependency>
3231
<groupId>org.mybatis.spring.boot</groupId>
3332
<artifactId>mybatis-spring-boot-starter</artifactId>
34-
<version>1.1.0-SNAPSHOT</version>
33+
<version>1.1.0</version>
3534
</dependency>
3635
<dependency>
3736
<groupId>com.h2database</groupId>

mybatis-spring-boot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.mybatis.spring.boot</groupId>
66
<artifactId>mybatis-spring-boot</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99
<artifactId>mybatis-spring-boot-samples</artifactId>
1010
<packaging>pom</packaging>

mybatis-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot</artifactId>
24-
<version>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-starter</artifactId>
2727
<name>mybatis-spring-boot-starter</name>
2828
<dependencies>
2929
<dependency>
3030
<groupId>org.mybatis.spring.boot</groupId>
3131
<artifactId>mybatis-spring-boot-autoconfigure</artifactId>
32-
<version>1.1.0-SNAPSHOT</version>
32+
<version>1.1.0</version>
3333
</dependency>
3434
</dependencies>
3535
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.mybatis.spring.boot</groupId>
3030
<artifactId>mybatis-spring-boot</artifactId>
31-
<version>1.1.0-SNAPSHOT</version>
31+
<version>1.1.0</version>
3232
<packaging>pom</packaging>
3333

3434
<name>mybatis-spring-boot</name>
@@ -46,7 +46,7 @@
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</url>
49-
<tag>HEAD</tag>
49+
<tag>mybatis-spring-boot-1.1.0</tag>
5050
</scm>
5151
<issueManagement>
5252
<system>GitHub Issue Management</system>

0 commit comments

Comments
 (0)