Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-generator-1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgbutler committed Feb 19, 2023
1 parent 33c76e6 commit 32b746c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions core/mybatis-generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>

<artifactId>mybatis-generator-core</artifactId>
Expand Down Expand Up @@ -233,6 +233,6 @@
<description>MyBatis Generator - a code generator for MyBatis.</description>
<scm>
<url>https://github.com/mybatis/generator</url>
<tag>HEAD</tag>
<tag>mybatis-generator-1.4.2</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion core/mybatis-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>

<artifactId>mybatis-generator-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/mybatis-generator-systests-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>

<artifactId>mybatis-generator-systests-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/mybatis-generator-systests-domtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>
<artifactId>mybatis-generator-systests-domtests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion core/mybatis-generator-systests-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>
<artifactId>mybatis-generator-systests-kotlin</artifactId>
<description>Tests for the MyBatis3 code generator using Kotlin</description>
Expand Down
2 changes: 1 addition & 1 deletion core/mybatis-generator-systests-mybatis3-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>
<artifactId>mybatis-generator-systests-mybatis3-java8</artifactId>
<description>Tests for the MyBatis3 code generator using Java8 Features.</description>
Expand Down
2 changes: 1 addition & 1 deletion core/mybatis-generator-systests-mybatis3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>
<artifactId>mybatis-generator-systests-mybatis3</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<name>MyBatis Generator</name>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<packaging>pom</packaging>

<inceptionYear>2006</inceptionYear>
Expand All @@ -41,7 +41,7 @@
<url>https://github.com/mybatis/generator</url>
<connection>scm:git:ssh://github.com/mybatis/generator.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mybatis/generator.git</developerConnection>
<tag>HEAD</tag>
<tag>mybatis-generator-1.4.2</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand All @@ -63,7 +63,7 @@
<argLine>-Djdk.attach.allowAttachSelf -Xmx1024m -Duser.timezone=UTC</argLine>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1757561022</project.build.outputTimestamp>
<project.build.outputTimestamp>1676846192</project.build.outputTimestamp>
</properties>

<build>
Expand Down

0 comments on commit 32b746c

Please sign in to comment.