Skip to content

Commit 9395053

Browse files
committed
[maven-release-plugin] prepare release mybatis-2-spring-1.2.1
1 parent 3e3bbf9 commit 9395053

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<groupId>org.mybatis</groupId>
2525
<artifactId>mybatis-parent</artifactId>
2626
<version>45</version>
27-
<relativePath/>
27+
<relativePath />
2828
</parent>
2929

3030
<groupId>org.mybatis</groupId>
3131
<artifactId>mybatis-2-spring</artifactId>
32-
<version>1.2.1-SNAPSHOT</version>
32+
<version>1.2.1</version>
3333

3434
<name>mybatis-2-spring</name>
3535
<description>An easy-to-use Spring bridge for MyBatis 2 sql mapping framework. Ibatis code copied from Spring 3.2.x branch.</description>
@@ -51,7 +51,7 @@
5151
<scm>
5252
<connection>scm:git:ssh://[email protected]/mybatis/ibatis-spring.git</connection>
5353
<developerConnection>scm:git:ssh://[email protected]/mybatis/ibatis-spring.git</developerConnection>
54-
<tag>HEAD</tag>
54+
<tag>mybatis-2-spring-1.2.1</tag>
5555
<url>https://github.com/mybatis/ibatis-spring/</url>
5656
</scm>
5757
<issueManagement>
@@ -82,7 +82,7 @@
8282
<module.name>org.mybatis.spring.mybatis2</module.name>
8383

8484
<!-- Reproducible Builds -->
85-
<project.build.outputTimestamp>1670780028</project.build.outputTimestamp>
85+
<project.build.outputTimestamp>1723926953</project.build.outputTimestamp>
8686
</properties>
8787

8888
<dependencies>

0 commit comments

Comments
 (0)