Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-spring-1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonetripodi committed Sep 29, 2013
1 parent cd6a0cb commit bb08521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>

<artifactId>mybatis-spring</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>jar</packaging>

<name>MyBatis-Spring</name>
Expand Down Expand Up @@ -72,7 +72,7 @@
<url>http://github.com/mybatis/spring</url>
<connection>scm:git:ssh://github.com/mybatis/spring.git</connection>
<developerConnection>scm:git:git+ssh://git@github.com/mybatis/spring.git</developerConnection>
<tag>HEAD</tag>
<tag>mybatis-spring-1.2.1</tag>
</scm>
<issueManagement>
<system>GitHub Issue Management</system>
Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.3</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit bb08521

Please sign in to comment.