Skip to content

Commit 9fb64aa

Browse files
committed
[maven-release-plugin] prepare release mybatis2-2.6.0
1 parent 27bda5a commit 9fb64aa

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
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.mybatis</groupId>
3030
<artifactId>mybatis2</artifactId>
31-
<version>2.5.1-SNAPSHOT</version>
31+
<version>2.6.0</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://[email protected]/mybatis/mybatis-2.git</connection>
4444
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-2.git</developerConnection>
45-
<tag>HEAD</tag>
45+
<tag>mybatis2-2.6.0</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>1670182719</project.build.outputTimestamp>
81+
<project.build.outputTimestamp>1727331764</project.build.outputTimestamp>
8282
</properties>
8383

8484
<dependencies>

0 commit comments

Comments
 (0)