Skip to content

Commit 751d619

Browse files
committed
[maven-release-plugin] prepare release mybatis-spring-boot-1.3.2
1 parent 6f11aa2 commit 751d619

File tree

8 files changed

+17
-17
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

+17
-17
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-2017 the original author or authors.
4+
Copyright 2015-2018 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.3.2-SNAPSHOT</version>
24+
<version>1.3.2</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-2017 the original author or authors.
4+
Copyright 2015-2018 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.3.2-SNAPSHOT</version>
24+
<version>1.3.2</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-2017 the original author or authors.
4+
Copyright 2015-2018 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.3.2-SNAPSHOT</version>
24+
<version>1.3.2</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.3.2-SNAPSHOT</version>
24+
<version>1.3.2</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-samples</artifactId>
2727
<packaging>pom</packaging>

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

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

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-2017 the original author or authors.
4+
Copyright 2015-2018 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.3.2-SNAPSHOT</version>
24+
<version>1.3.2</version>
2525
</parent>
2626
<artifactId>mybatis-spring-boot-starter</artifactId>
2727
<name>mybatis-spring-boot-starter</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>mybatis-spring-boot</artifactId>
2424
<groupId>org.mybatis.spring.boot</groupId>
25-
<version>1.3.2-SNAPSHOT</version>
25+
<version>1.3.2</version>
2626
</parent>
2727
<artifactId>mybatis-spring-boot-test-autoconfigure</artifactId>
2828
<name>mybatis-spring-boot-test-autoconfigure</name>

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.3.2-SNAPSHOT</version>
31+
<version>1.3.2</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.3.2</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.3.2-SNAPSHOT</version>
90+
<version>1.3.2</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.mybatis.spring.boot</groupId>
9494
<artifactId>mybatis-spring-boot-starter</artifactId>
95-
<version>1.3.2-SNAPSHOT</version>
95+
<version>1.3.2</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.mybatis.spring.boot</groupId>
9999
<artifactId>mybatis-spring-boot-test-autoconfigure</artifactId>
100-
<version>1.3.2-SNAPSHOT</version>
100+
<version>1.3.2</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.mybatis.spring.boot</groupId>
104104
<artifactId>mybatis-spring-boot-starter-test</artifactId>
105-
<version>1.3.2-SNAPSHOT</version>
105+
<version>1.3.2</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)