Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mybatis-3.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jan 2, 2025
1 parent 342bc2c commit ee0d4f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.19-SNAPSHOT</version>
<version>3.5.19</version>

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

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1735702000</project.build.outputTimestamp>
<project.build.outputTimestamp>1735849579</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit ee0d4f4

Please sign in to comment.