Skip to content

Commit 2c4f7cb

Browse files
committed
[maven-release-plugin] prepare release mybatis-generator-1.3.7
1 parent ee5c93d commit 2c4f7cb

File tree

9 files changed

+17
-17
lines changed
  • core
    • mybatis-generator-core
    • mybatis-generator-maven-plugin
    • mybatis-generator-systests-common
    • mybatis-generator-systests-domtests
    • mybatis-generator-systests-ibatis2-java2
    • mybatis-generator-systests-ibatis2-java5
    • mybatis-generator-systests-mybatis3
    • mybatis-generator-systests-mybatis3-java8

9 files changed

+17
-17
lines changed

core/mybatis-generator-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.mybatis.generator</groupId>
2424
<artifactId>mybatis-generator</artifactId>
25-
<version>1.3.7-SNAPSHOT</version>
25+
<version>1.3.7</version>
2626
</parent>
2727

2828
<artifactId>mybatis-generator-core</artifactId>
@@ -171,6 +171,6 @@
171171
<description>MyBatis Generator - a code generator for MyBatis and iBatis.</description>
172172
<scm>
173173
<url>https://github.com/mybatis/generator</url>
174-
<tag>HEAD</tag>
174+
<tag>mybatis-generator-1.3.7</tag>
175175
</scm>
176176
</project>

core/mybatis-generator-maven-plugin/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 2006-2017 the original author or authors.
4+
Copyright 2006-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.generator</groupId>
2323
<artifactId>mybatis-generator</artifactId>
24-
<version>1.3.7-SNAPSHOT</version>
24+
<version>1.3.7</version>
2525
</parent>
2626

2727
<artifactId>mybatis-generator-maven-plugin</artifactId>

core/mybatis-generator-systests-common/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 2006-2017 the original author or authors.
4+
Copyright 2006-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.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.mybatis.generator</groupId>
2424
<artifactId>mybatis-generator</artifactId>
25-
<version>1.3.7-SNAPSHOT</version>
25+
<version>1.3.7</version>
2626
</parent>
2727

2828
<artifactId>mybatis-generator-systests-common</artifactId>

core/mybatis-generator-systests-domtests/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright 2006-2017 the original author or authors.
3+
Copyright 2006-2018 the original author or authors.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.generator</groupId>
2323
<artifactId>mybatis-generator</artifactId>
24-
<version>1.3.7-SNAPSHOT</version>
24+
<version>1.3.7</version>
2525
</parent>
2626
<artifactId>mybatis-generator-systests-domtests</artifactId>
2727

core/mybatis-generator-systests-ibatis2-java2/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 2006-2017 the original author or authors.
4+
Copyright 2006-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.generator</groupId>
2323
<artifactId>mybatis-generator</artifactId>
24-
<version>1.3.7-SNAPSHOT</version>
24+
<version>1.3.7</version>
2525
</parent>
2626
<artifactId>mybatis-generator-systests-ibatis2-java2</artifactId>
2727
<packaging>jar</packaging>

core/mybatis-generator-systests-ibatis2-java5/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 2006-2017 the original author or authors.
4+
Copyright 2006-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.generator</groupId>
2323
<artifactId>mybatis-generator</artifactId>
24-
<version>1.3.7-SNAPSHOT</version>
24+
<version>1.3.7</version>
2525
</parent>
2626
<artifactId>mybatis-generator-systests-ibatis2-java5</artifactId>
2727
<packaging>jar</packaging>

core/mybatis-generator-systests-mybatis3-java8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mybatis.generator</groupId>
55
<artifactId>mybatis-generator</artifactId>
6-
<version>1.3.7-SNAPSHOT</version>
6+
<version>1.3.7</version>
77
</parent>
88
<artifactId>mybatis-generator-systests-mybatis3-java8</artifactId>
99
<description>Tests for the MyBatis3 code generator using Java8 Features.</description>

core/mybatis-generator-systests-mybatis3/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 2006-2017 the original author or authors.
4+
Copyright 2006-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.generator</groupId>
2323
<artifactId>mybatis-generator</artifactId>
24-
<version>1.3.7-SNAPSHOT</version>
24+
<version>1.3.7</version>
2525
</parent>
2626
<artifactId>mybatis-generator-systests-mybatis3</artifactId>
2727
<packaging>jar</packaging>

core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<groupId>org.mybatis.generator</groupId>
2929
<artifactId>mybatis-generator</artifactId>
3030
<name>MyBatis Generator</name>
31-
<version>1.3.7-SNAPSHOT</version>
31+
<version>1.3.7</version>
3232
<packaging>pom</packaging>
3333

3434
<inceptionYear>2006</inceptionYear>
@@ -39,7 +39,7 @@
3939
<url>https://github.com/mybatis/generator</url>
4040
<connection>scm:git:ssh://github.com/mybatis/generator.git</connection>
4141
<developerConnection>scm:git:ssh://[email protected]/mybatis/generator.git</developerConnection>
42-
<tag>HEAD</tag>
42+
<tag>mybatis-generator-1.3.7</tag>
4343
</scm>
4444
<issueManagement>
4545
<system>GitHub Issue Management</system>

0 commit comments

Comments
 (0)