Skip to content

Commit bb08521

Browse files
committed
[maven-release-plugin] prepare release mybatis-spring-1.2.1
1 parent cd6a0cb commit bb08521

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525

2626
<artifactId>mybatis-spring</artifactId>
27-
<version>1.2.1-SNAPSHOT</version>
27+
<version>1.2.1</version>
2828
<packaging>jar</packaging>
2929

3030
<name>MyBatis-Spring</name>
@@ -72,7 +72,7 @@
7272
<url>http://github.com/mybatis/spring</url>
7373
<connection>scm:git:ssh://github.com/mybatis/spring.git</connection>
7474
<developerConnection>scm:git:git+ssh://[email protected]/mybatis/spring.git</developerConnection>
75-
<tag>HEAD</tag>
75+
<tag>mybatis-spring-1.2.1</tag>
7676
</scm>
7777
<issueManagement>
7878
<system>GitHub Issue Management</system>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.mybatis</groupId>
105105
<artifactId>mybatis</artifactId>
106-
<version>3.2.3-SNAPSHOT</version>
106+
<version>3.2.3</version>
107107
<scope>provided</scope>
108108
</dependency>
109109

0 commit comments

Comments
 (0)