Skip to content

Commit 8544dbf

Browse files
committed
[maven-release-plugin] prepare release mybatis-generator-1.3.2
1 parent 6d7043a commit 8544dbf

File tree

7 files changed

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

7 files changed

+29
-29
lines changed

mybatis-generator-core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.mybatis.generator</groupId>
2626
<artifactId>mybatis-generator</artifactId>
27-
<version>1.3.2-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929

3030
<artifactId>mybatis-generator-core</artifactId>
@@ -218,8 +218,8 @@
218218
</dependencies>
219219

220220
<scm>
221-
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-core</url>
222-
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-core</connection>
223-
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-core</developerConnection>
221+
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-core</url>
222+
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-core</connection>
223+
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-core</developerConnection>
224224
</scm>
225225
</project>

mybatis-generator-maven-plugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.mybatis.generator</groupId>
2525
<artifactId>mybatis-generator</artifactId>
26-
<version>1.3.2-SNAPSHOT</version>
26+
<version>1.3.2</version>
2727
</parent>
2828

2929
<artifactId>mybatis-generator-maven-plugin</artifactId>
@@ -64,8 +64,8 @@
6464
</dependencies>
6565

6666
<scm>
67-
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-maven-plugin</url>
68-
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-maven-plugin</connection>
69-
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-maven-plugin</developerConnection>
67+
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-maven-plugin</url>
68+
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-maven-plugin</connection>
69+
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-maven-plugin</developerConnection>
7070
</scm>
7171
</project>

mybatis-generator-systests-common/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.mybatis.generator</groupId>
2626
<artifactId>mybatis-generator</artifactId>
27-
<version>1.3.2-SNAPSHOT</version>
27+
<version>1.3.2</version>
2828
</parent>
2929

3030
<artifactId>mybatis-generator-systests-common</artifactId>
@@ -66,8 +66,8 @@
6666
</build>
6767

6868
<scm>
69-
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-common</url>
70-
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-common</connection>
71-
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-common</developerConnection>
69+
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-common</url>
70+
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-common</connection>
71+
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-common</developerConnection>
7272
</scm>
7373
</project>

mybatis-generator-systests-ibatis2-java2/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.mybatis.generator</groupId>
2525
<artifactId>mybatis-generator</artifactId>
26-
<version>1.3.2-SNAPSHOT</version>
26+
<version>1.3.2</version>
2727
</parent>
2828
<artifactId>mybatis-generator-systests-ibatis2-java2</artifactId>
2929
<packaging>jar</packaging>
@@ -149,8 +149,8 @@
149149
</dependencies>
150150

151151
<scm>
152-
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-ibatis2-java2</url>
153-
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-ibatis2-java2</connection>
154-
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-ibatis2-java2</developerConnection>
152+
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-ibatis2-java2</url>
153+
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-ibatis2-java2</connection>
154+
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-ibatis2-java2</developerConnection>
155155
</scm>
156156
</project>

mybatis-generator-systests-ibatis2-java5/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.mybatis.generator</groupId>
2525
<artifactId>mybatis-generator</artifactId>
26-
<version>1.3.2-SNAPSHOT</version>
26+
<version>1.3.2</version>
2727
</parent>
2828
<artifactId>mybatis-generator-systests-ibatis2-java5</artifactId>
2929
<packaging>jar</packaging>
@@ -144,8 +144,8 @@
144144
</dependencies>
145145

146146
<scm>
147-
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-ibatis2-java5</url>
148-
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-ibatis2-java5</connection>
149-
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-ibatis2-java5</developerConnection>
147+
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-ibatis2-java5</url>
148+
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-ibatis2-java5</connection>
149+
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-ibatis2-java5</developerConnection>
150150
</scm>
151151
</project>

mybatis-generator-systests-mybatis3/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.mybatis.generator</groupId>
2525
<artifactId>mybatis-generator</artifactId>
26-
<version>1.3.2-SNAPSHOT</version>
26+
<version>1.3.2</version>
2727
</parent>
2828
<artifactId>mybatis-generator-systests-mybatis3</artifactId>
2929
<packaging>jar</packaging>
@@ -130,8 +130,8 @@
130130
</dependencies>
131131

132132
<scm>
133-
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-mybatis3</url>
134-
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-mybatis3</connection>
135-
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-mybatis3</developerConnection>
133+
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-mybatis3</url>
134+
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-mybatis3</connection>
135+
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-mybatis3</developerConnection>
136136
</scm>
137137
</project>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>org.mybatis.generator</groupId>
2424
<artifactId>mybatis-generator</artifactId>
2525
<name>MyBatis Generator</name>
26-
<version>1.3.2-SNAPSHOT</version>
26+
<version>1.3.2</version>
2727
<packaging>pom</packaging>
2828

2929
<parent>
@@ -162,7 +162,7 @@
162162
</goals>
163163
</pluginExecutionFilter>
164164
<action>
165-
<ignore/>
165+
<ignore />
166166
</action>
167167
</pluginExecution>
168168
</pluginExecutions>
@@ -234,9 +234,9 @@
234234
</dependencyManagement>
235235

236236
<scm>
237-
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core</url>
238-
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core</connection>
239-
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core</developerConnection>
237+
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2</url>
238+
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2</connection>
239+
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2</developerConnection>
240240
</scm>
241241

242242
</project>

0 commit comments

Comments
 (0)