Skip to content

Commit fbf8993

Browse files
author
Jeff Butler
committed
[maven-release-plugin] prepare release mybatis-generator-1.3.3
1 parent b205197 commit fbf8993

File tree

8 files changed

+11
-10
lines changed
  • core
    • mybatis-generator-core
    • mybatis-generator-maven-plugin
    • mybatis-generator-systests-common
    • mybatis-generator-systests-domtests
    • mybatis-generator-systests-ibatis2-java2
    • mybatis-generator-systests-ibatis2-java5
    • mybatis-generator-systests-mybatis3

8 files changed

+11
-10
lines changed

core/mybatis-generator-core/pom.xml

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

2828
<artifactId>mybatis-generator-core</artifactId>
@@ -153,5 +153,6 @@
153153
<description>MyBatis Generator - a code generator for MyBatis and iBatis.</description>
154154
<scm>
155155
<url>https://github.com/mybatis/generator</url>
156+
<tag>mybatis-generator-1.3.3</tag>
156157
</scm>
157158
</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.3.3-SNAPSHOT</version>
24+
<version>1.3.3</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.3.3-SNAPSHOT</version>
25+
<version>1.3.3</version>
2626
</parent>
2727

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

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

Lines changed: 2 additions & 2 deletions
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.3.3-SNAPSHOT</version>
24+
<version>1.3.3</version>
2525
</parent>
2626
<artifactId>mybatis-generator-systests-domtests</artifactId>
2727

@@ -111,7 +111,7 @@
111111
</goals>
112112
</pluginExecutionFilter>
113113
<action>
114-
<ignore></ignore>
114+
<ignore />
115115
</action>
116116
</pluginExecution>
117117
</pluginExecutions>

core/mybatis-generator-systests-ibatis2-java2/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.3.3-SNAPSHOT</version>
24+
<version>1.3.3</version>
2525
</parent>
2626
<artifactId>mybatis-generator-systests-ibatis2-java2</artifactId>
2727
<packaging>jar</packaging>

core/mybatis-generator-systests-ibatis2-java5/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.3.3-SNAPSHOT</version>
24+
<version>1.3.3</version>
2525
</parent>
2626
<artifactId>mybatis-generator-systests-ibatis2-java5</artifactId>
2727
<packaging>jar</packaging>

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.3.3-SNAPSHOT</version>
24+
<version>1.3.3</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.3.3-SNAPSHOT</version>
31+
<version>1.3.3</version>
3232
<packaging>pom</packaging>
3333

3434
<inceptionYear>2006</inceptionYear>
@@ -335,7 +335,7 @@
335335
<url>https://github.com/mybatis/generator</url>
336336
<connection>scm:git:ssh://github.com/mybatis/generator.git</connection>
337337
<developerConnection>scm:git:ssh://[email protected]/mybatis/generator.git</developerConnection>
338-
<tag>HEAD</tag>
338+
<tag>mybatis-generator-1.3.3</tag>
339339
</scm>
340340
<issueManagement>
341341
<system>GitHub Issue Management</system>

0 commit comments

Comments
 (0)