Skip to content

Commit ee0d4f4

Browse files
committed
[maven-release-plugin] prepare release mybatis-3.5.19
1 parent 342bc2c commit ee0d4f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

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

3434
<name>mybatis</name>
3535
<description>The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented
@@ -43,7 +43,7 @@
4343
<scm>
4444
<connection>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</connection>
4545
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</developerConnection>
46-
<tag>HEAD</tag>
46+
<tag>mybatis-3.5.19</tag>
4747
<url>https://github.com/mybatis/mybatis-3</url>
4848
</scm>
4949
<issueManagement>
@@ -99,7 +99,7 @@
9999
<argLine>-Xmx2048m -javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar</argLine>
100100

101101
<!-- Reproducible Builds -->
102-
<project.build.outputTimestamp>1735702000</project.build.outputTimestamp>
102+
<project.build.outputTimestamp>1735849579</project.build.outputTimestamp>
103103
</properties>
104104

105105
<dependencies>

0 commit comments

Comments
 (0)