Skip to content

Commit 5710cb8

Browse files
committed
[maven-release-plugin] prepare release mybatis-spring-boot-1.2.0
1 parent db14394 commit 5710cb8

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

mybatis-spring-boot-autoconfigure/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2015-2016 the original author or authors.
4+
Copyright 2015-2017 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot</artifactId>
24-
<version>1.2.0-SNAPSHOT</version>
24+
<version>1.2.0</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-autoconfigure</artifactId>
2727
<name>mybatis-spring-boot-autoconfigure</name>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2015-2016 the original author or authors.
4+
Copyright 2015-2017 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot-samples</artifactId>
24-
<version>1.2.0-SNAPSHOT</version>
24+
<version>1.2.0</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-annotation</artifactId>
2727
<packaging>jar</packaging>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2015-2016 the original author or authors.
4+
Copyright 2015-2017 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot-samples</artifactId>
24-
<version>1.2.0-SNAPSHOT</version>
24+
<version>1.2.0</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-sample-xml</artifactId>
2727
<packaging>jar</packaging>

mybatis-spring-boot-samples/pom.xml

+1-1
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.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>mybatis-spring-boot-samples</artifactId>
1010
<packaging>pom</packaging>

mybatis-spring-boot-starter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2015-2016 the original author or authors.
4+
Copyright 2015-2017 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot</artifactId>
24-
<version>1.2.0-SNAPSHOT</version>
24+
<version>1.2.0</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-starter</artifactId>
2727
<name>mybatis-spring-boot-starter</name>

pom.xml

+4-4
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.2.0-SNAPSHOT</version>
31+
<version>1.2.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/tree/master</url>
49-
<tag>HEAD</tag>
49+
<tag>mybatis-spring-boot-1.2.0</tag>
5050
</scm>
5151
<issueManagement>
5252
<system>GitHub Issue Management</system>
@@ -85,12 +85,12 @@
8585
<dependency>
8686
<groupId>org.mybatis.spring.boot</groupId>
8787
<artifactId>mybatis-spring-boot-autoconfigure</artifactId>
88-
<version>1.2.0-SNAPSHOT</version>
88+
<version>1.2.0</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.mybatis.spring.boot</groupId>
9292
<artifactId>mybatis-spring-boot-starter</artifactId>
93-
<version>1.2.0-SNAPSHOT</version>
93+
<version>1.2.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)