Skip to content

Commit af304a5

Browse files
committed
[maven-release-plugin] prepare release mybatis2-2.7.3
1 parent 7cedb72 commit af304a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.mybatis</groupId>
3030
<artifactId>mybatis2</artifactId>
31-
<version>2.7.3-SNAPSHOT</version>
31+
<version>2.7.3</version>
3232

3333
<name>mybatis2</name>
3434
<description>The mybatis data mapper framework makes it easier to use a relational database with object-oriented
@@ -42,7 +42,7 @@
4242
<scm>
4343
<connection>scm:git:ssh://git@github.com/mybatis/mybatis-2.git</connection>
4444
<developerConnection>scm:git:ssh://git@github.com/mybatis/mybatis-2.git</developerConnection>
45-
<tag>HEAD</tag>
45+
<tag>mybatis2-2.7.3</tag>
4646
<url>https://github.com/mybatis/mybatis-2/</url>
4747
</scm>
4848
<issueManagement>
@@ -78,7 +78,7 @@
7878
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED</argLine>
7979

8080
<!-- Reproducible Builds -->
81-
<project.build.outputTimestamp>1766952811</project.build.outputTimestamp>
81+
<project.build.outputTimestamp>1766957826</project.build.outputTimestamp>
8282
</properties>
8383

8484
<dependencies>

0 commit comments

Comments
 (0)