Skip to content

Commit 32b746c

Browse files
committed
[maven-release-plugin] prepare release mybatis-generator-1.4.2
1 parent 33c76e6 commit 32b746c

File tree

8 files changed

+11
-11
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
    • mybatis-generator-systests-mybatis3-java8

8 files changed

+11
-11
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.2-SNAPSHOT</version>
25+
<version>1.4.2</version>
2626
</parent>
2727

2828
<artifactId>mybatis-generator-core</artifactId>
@@ -233,6 +233,6 @@
233233
<description>MyBatis Generator - a code generator for MyBatis.</description>
234234
<scm>
235235
<url>https://github.com/mybatis/generator</url>
236-
<tag>HEAD</tag>
236+
<tag>mybatis-generator-1.4.2</tag>
237237
</scm>
238238
</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.2-SNAPSHOT</version>
24+
<version>1.4.2</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.2-SNAPSHOT</version>
25+
<version>1.4.2</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.2-SNAPSHOT</version>
24+
<version>1.4.2</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.2-SNAPSHOT</version>
24+
<version>1.4.2</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.2-SNAPSHOT</version>
23+
<version>1.4.2</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.2-SNAPSHOT</version>
24+
<version>1.4.2</version>
2525
</parent>
2626
<artifactId>mybatis-generator-systests-mybatis3</artifactId>
2727
<packaging>jar</packaging>

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<groupId>org.mybatis.generator</groupId>
3131
<artifactId>mybatis-generator</artifactId>
3232
<name>MyBatis Generator</name>
33-
<version>1.4.2-SNAPSHOT</version>
33+
<version>1.4.2</version>
3434
<packaging>pom</packaging>
3535

3636
<inceptionYear>2006</inceptionYear>
@@ -41,7 +41,7 @@
4141
<url>https://github.com/mybatis/generator</url>
4242
<connection>scm:git:ssh://github.com/mybatis/generator.git</connection>
4343
<developerConnection>scm:git:ssh://git@github.com/mybatis/generator.git</developerConnection>
44-
<tag>HEAD</tag>
44+
<tag>mybatis-generator-1.4.2</tag>
4545
</scm>
4646
<issueManagement>
4747
<system>GitHub Issue Management</system>
@@ -63,7 +63,7 @@
6363
<argLine>-Djdk.attach.allowAttachSelf -Xmx1024m -Duser.timezone=UTC</argLine>
6464

6565
<!-- Reproducible Builds -->
66-
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
66+
<project.build.outputTimestamp>1676846192</project.build.outputTimestamp>
6767
</properties>
6868

6969
<build>

0 commit comments

Comments
 (0)