Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-generator-1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgbutler committed Aug 19, 2016
1 parent 4975c08 commit ec485f5
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>

<artifactId>mybatis-generator-core</artifactId>
Expand Down Expand Up @@ -135,6 +135,6 @@
<description>MyBatis Generator - a code generator for MyBatis and iBatis.</description>
<scm>
<url>https://github.com/mybatis/generator</url>
<tag>HEAD</tag>
<tag>mybatis-generator-1.3.4</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.3.4-SNAPSHOT</version>
<version>1.3.4</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.3.4-SNAPSHOT</version>
<version>1.3.4</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.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>
<artifactId>mybatis-generator-systests-domtests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion core/mybatis-generator-systests-ibatis2-java2/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.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>
<artifactId>mybatis-generator-systests-ibatis2-java2</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/mybatis-generator-systests-ibatis2-java5/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.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>
<artifactId>mybatis-generator-systests-ibatis2-java5</artifactId>
<packaging>jar</packaging>
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.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>
<artifactId>mybatis-generator-systests-mybatis3</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<name>MyBatis Generator</name>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>pom</packaging>

<inceptionYear>2006</inceptionYear>
Expand Down Expand Up @@ -328,7 +328,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.3.4</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down

0 comments on commit ec485f5

Please sign in to comment.