Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-generator-1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgbutler committed Jul 16, 2012
1 parent 6d7043a commit 8544dbf
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions mybatis-generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<artifactId>mybatis-generator-core</artifactId>
Expand Down Expand Up @@ -218,8 +218,8 @@
</dependencies>

<scm>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-core</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-core</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-core</developerConnection>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-core</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-core</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-core</developerConnection>
</scm>
</project>
8 changes: 4 additions & 4 deletions mybatis-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<artifactId>mybatis-generator-maven-plugin</artifactId>
Expand Down Expand Up @@ -64,8 +64,8 @@
</dependencies>

<scm>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-maven-plugin</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-maven-plugin</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-maven-plugin</developerConnection>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-maven-plugin</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-maven-plugin</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-maven-plugin</developerConnection>
</scm>
</project>
8 changes: 4 additions & 4 deletions mybatis-generator-systests-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<artifactId>mybatis-generator-systests-common</artifactId>
Expand Down Expand Up @@ -66,8 +66,8 @@
</build>

<scm>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-common</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-common</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-common</developerConnection>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-common</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-common</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-common</developerConnection>
</scm>
</project>
8 changes: 4 additions & 4 deletions mybatis-generator-systests-ibatis2-java2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
<artifactId>mybatis-generator-systests-ibatis2-java2</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -149,8 +149,8 @@
</dependencies>

<scm>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-ibatis2-java2</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-ibatis2-java2</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-ibatis2-java2</developerConnection>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-ibatis2-java2</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-ibatis2-java2</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-ibatis2-java2</developerConnection>
</scm>
</project>
8 changes: 4 additions & 4 deletions mybatis-generator-systests-ibatis2-java5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
<artifactId>mybatis-generator-systests-ibatis2-java5</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -144,8 +144,8 @@
</dependencies>

<scm>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-ibatis2-java5</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-ibatis2-java5</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-ibatis2-java5</developerConnection>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-ibatis2-java5</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-ibatis2-java5</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-ibatis2-java5</developerConnection>
</scm>
</project>
8 changes: 4 additions & 4 deletions mybatis-generator-systests-mybatis3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
<artifactId>mybatis-generator-systests-mybatis3</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -130,8 +130,8 @@
</dependencies>

<scm>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-mybatis3</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-mybatis3</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/mybatis-generator-systests-mybatis3</developerConnection>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-mybatis3</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-mybatis3</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-systests-mybatis3</developerConnection>
</scm>
</project>
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<name>MyBatis Generator</name>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -162,7 +162,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -234,9 +234,9 @@
</dependencyManagement>

<scm>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core</developerConnection>
<url>https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2</url>
<connection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2</connection>
<developerConnection>scm:svn:https://mybatis.googlecode.com/svn/sub-projects/generator/tags/mybatis-generator-1.3.2</developerConnection>
</scm>

</project>

0 comments on commit 8544dbf

Please sign in to comment.