Skip to content

Commit 6806385

Browse files
committed
[maven-release-plugin] prepare release mybatis-generator-1.4.1
1 parent 347c61f commit 6806385

File tree

8 files changed

+10
-10
lines changed
  • core
    • mybatis-generator-core
    • mybatis-generator-maven-plugin
    • mybatis-generator-systests-common
    • mybatis-generator-systests-domtests
    • mybatis-generator-systests-kotlin
    • mybatis-generator-systests-mybatis3-java8
    • mybatis-generator-systests-mybatis3

8 files changed

+10
-10
lines changed

core/mybatis-generator-core/pom.xml

Lines changed: 2 additions & 2 deletions
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.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
</parent>
2727

2828
<artifactId>mybatis-generator-core</artifactId>
@@ -241,6 +241,6 @@
241241
<description>MyBatis Generator - a code generator for MyBatis.</description>
242242
<scm>
243243
<url>https://github.com/mybatis/generator</url>
244-
<tag>HEAD</tag>
244+
<tag>mybatis-generator-1.4.1</tag>
245245
</scm>
246246
</project>

core/mybatis-generator-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.generator</groupId>
2323
<artifactId>mybatis-generator</artifactId>
24-
<version>1.4.1-SNAPSHOT</version>
24+
<version>1.4.1</version>
2525
</parent>
2626

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

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

Lines changed: 1 addition & 1 deletion
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.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
</parent>
2727

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.generator</groupId>
2323
<artifactId>mybatis-generator</artifactId>
24-
<version>1.4.1-SNAPSHOT</version>
24+
<version>1.4.1</version>
2525
</parent>
2626
<artifactId>mybatis-generator-systests-domtests</artifactId>
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.generator</groupId>
2323
<artifactId>mybatis-generator</artifactId>
24-
<version>1.4.1-SNAPSHOT</version>
24+
<version>1.4.1</version>
2525
</parent>
2626
<artifactId>mybatis-generator-systests-kotlin</artifactId>
2727
<description>Tests for the MyBatis3 code generator using Kotlin</description>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.mybatis.generator</groupId>
2222
<artifactId>mybatis-generator</artifactId>
23-
<version>1.4.1-SNAPSHOT</version>
23+
<version>1.4.1</version>
2424
</parent>
2525
<artifactId>mybatis-generator-systests-mybatis3-java8</artifactId>
2626
<description>Tests for the MyBatis3 code generator using Java8 Features.</description>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis.generator</groupId>
2323
<artifactId>mybatis-generator</artifactId>
24-
<version>1.4.1-SNAPSHOT</version>
24+
<version>1.4.1</version>
2525
</parent>
2626
<artifactId>mybatis-generator-systests-mybatis3</artifactId>
2727
<packaging>jar</packaging>

core/pom.xml

Lines changed: 2 additions & 2 deletions
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.4.1-SNAPSHOT</version>
31+
<version>1.4.1</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.4.1</tag>
4343
</scm>
4444
<issueManagement>
4545
<system>GitHub Issue Management</system>

0 commit comments

Comments
 (0)