Skip to content

Commit f9d0a7c

Browse files
committed
[maven-release-plugin] prepare release mybatis-spring-boot-1.2.1
1 parent a294e28 commit f9d0a7c

File tree

8 files changed

+15
-19
lines changed
  • mybatis-spring-boot-autoconfigure
  • mybatis-spring-boot-samples
  • mybatis-spring-boot-starter
  • mybatis-spring-boot-starter-test
  • mybatis-spring-boot-test-autoconfigure

8 files changed

+15
-19
lines changed

mybatis-spring-boot-autoconfigure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot</artifactId>
24-
<version>1.2.1-SNAPSHOT</version>
24+
<version>1.2.1</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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot-samples</artifactId>
24-
<version>1.2.1-SNAPSHOT</version>
24+
<version>1.2.1</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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot-samples</artifactId>
24-
<version>1.2.1-SNAPSHOT</version>
24+
<version>1.2.1</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
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot</artifactId>
24-
<version>1.2.1-SNAPSHOT</version>
24+
<version>1.2.1</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-samples</artifactId>
2727
<packaging>pom</packaging>

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
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">
2220
<parent>
2321
<artifactId>mybatis-spring-boot</artifactId>
2422
<groupId>org.mybatis.spring.boot</groupId>
25-
<version>1.2.1-SNAPSHOT</version>
23+
<version>1.2.1</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>mybatis-spring-boot-starter-test</artifactId>

mybatis-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.spring.boot</groupId>
2323
<artifactId>mybatis-spring-boot</artifactId>
24-
<version>1.2.1-SNAPSHOT</version>
24+
<version>1.2.1</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-starter</artifactId>
2727
<name>mybatis-spring-boot-starter</name>

mybatis-spring-boot-test-autoconfigure/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
1818
-->
1919

20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<parent>
2422
<artifactId>mybatis-spring-boot</artifactId>
2523
<groupId>org.mybatis.spring.boot</groupId>
26-
<version>1.2.1-SNAPSHOT</version>
24+
<version>1.2.1</version>
2725
</parent>
2826
<modelVersion>4.0.0</modelVersion>
2927
<artifactId>mybatis-spring-boot-test-autoconfigure</artifactId>

pom.xml

+6-6
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.1-SNAPSHOT</version>
31+
<version>1.2.1</version>
3232
<packaging>pom</packaging>
3333

3434
<name>mybatis-spring-boot</name>
@@ -48,7 +48,7 @@
4848
<connection>scm:git:[email protected]:mybatis/spring-boot-starter.git</connection>
4949
<developerConnection>scm:git:[email protected]:mybatis/spring-boot-starter.git</developerConnection>
5050
<url>https://github.com/mybatis/spring-boot-starter/tree/master</url>
51-
<tag>HEAD</tag>
51+
<tag>mybatis-spring-boot-1.2.1</tag>
5252
</scm>
5353
<issueManagement>
5454
<system>GitHub Issue Management</system>
@@ -87,22 +87,22 @@
8787
<dependency>
8888
<groupId>org.mybatis.spring.boot</groupId>
8989
<artifactId>mybatis-spring-boot-autoconfigure</artifactId>
90-
<version>1.2.1-SNAPSHOT</version>
90+
<version>1.2.1</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.mybatis.spring.boot</groupId>
9494
<artifactId>mybatis-spring-boot-starter</artifactId>
95-
<version>1.2.1-SNAPSHOT</version>
95+
<version>1.2.1</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.mybatis.spring.boot</groupId>
9999
<artifactId>mybatis-spring-boot-test-autoconfigure</artifactId>
100-
<version>1.2.1-SNAPSHOT</version>
100+
<version>1.2.1</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.mybatis.spring.boot</groupId>
104104
<artifactId>mybatis-spring-boot-starter-test</artifactId>
105-
<version>1.2.1-SNAPSHOT</version>
105+
<version>1.2.1</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)