Skip to content

Commit 44e1a24

Browse files
committed
[maven-release-plugin] prepare release mybatis-generator-1.3.5
1 parent d512cb1 commit 44e1a24

File tree

8 files changed

+10
-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

+10
-10
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.3.5-SNAPSHOT</version>
25+
<version>1.3.5</version>
2626
</parent>
2727

2828
<artifactId>mybatis-generator-core</artifactId>
@@ -135,6 +135,6 @@
135135
<description>MyBatis Generator - a code generator for MyBatis and iBatis.</description>
136136
<scm>
137137
<url>https://github.com/mybatis/generator</url>
138-
<tag>HEAD</tag>
138+
<tag>mybatis-generator-1.3.5</tag>
139139
</scm>
140140
</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.5-SNAPSHOT</version>
24+
<version>1.3.5</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.5-SNAPSHOT</version>
25+
<version>1.3.5</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.3.5-SNAPSHOT</version>
24+
<version>1.3.5</version>
2525
</parent>
2626
<artifactId>mybatis-generator-systests-domtests</artifactId>
2727

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

3434
<inceptionYear>2006</inceptionYear>
@@ -329,7 +329,7 @@
329329
<url>https://github.com/mybatis/generator</url>
330330
<connection>scm:git:ssh://github.com/mybatis/generator.git</connection>
331331
<developerConnection>scm:git:ssh://[email protected]/mybatis/generator.git</developerConnection>
332-
<tag>HEAD</tag>
332+
<tag>mybatis-generator-1.3.5</tag>
333333
</scm>
334334
<issueManagement>
335335
<system>GitHub Issue Management</system>

0 commit comments

Comments
 (0)