Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-generator-1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Butler committed Jun 24, 2016
1 parent b205197 commit fbf8993
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion 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.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>mybatis-generator-core</artifactId>
Expand Down Expand Up @@ -153,5 +153,6 @@
<description>MyBatis Generator - a code generator for MyBatis and iBatis.</description>
<scm>
<url>https://github.com/mybatis/generator</url>
<tag>mybatis-generator-1.3.3</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.3-SNAPSHOT</version>
<version>1.3.3</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.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>

<artifactId>mybatis-generator-systests-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>
<artifactId>mybatis-generator-systests-domtests</artifactId>

Expand Down Expand Up @@ -111,7 +111,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
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.3-SNAPSHOT</version>
<version>1.3.3</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.3-SNAPSHOT</version>
<version>1.3.3</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.3-SNAPSHOT</version>
<version>1.3.3</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.3-SNAPSHOT</version>
<version>1.3.3</version>
<packaging>pom</packaging>

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

0 comments on commit fbf8993

Please sign in to comment.