Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-generator-1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgbutler committed Dec 21, 2017
1 parent 342e2aa commit 3d1d846
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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.6-SNAPSHOT</version>
<version>1.3.6</version>
</parent>

<artifactId>mybatis-generator-core</artifactId>
Expand Down Expand Up @@ -153,6 +153,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.6</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.6-SNAPSHOT</version>
<version>1.3.6</version>
</parent>

<artifactId>mybatis-generator-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions core/mybatis-generator-systests-common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2006-2016 the original author or authors.
Copyright 2006-2017 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.6</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.6-SNAPSHOT</version>
<version>1.3.6</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.6-SNAPSHOT</version>
<version>1.3.6</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.6-SNAPSHOT</version>
<version>1.3.6</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-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.3.6-SNAPSHOT</version>
<version>1.3.6</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.3.6-SNAPSHOT</version>
<version>1.3.6</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.6-SNAPSHOT</version>
<version>1.3.6</version>
<packaging>pom</packaging>

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

0 comments on commit 3d1d846

Please sign in to comment.