Skip to content

Commit

Permalink
Merge pull request #3369 from mybatis/next
Browse files Browse the repository at this point in the history
Release 3.5.18
  • Loading branch information
hazendaz authored Jan 1, 2025
2 parents af93a2b + 4ca0266 commit d70d2c2
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
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2009-2024 the original author or authors.
Copyright 2009-2025 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,7 +29,7 @@

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

<name>mybatis</name>
<description>The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented
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>1732629483</project.build.outputTimestamp>
<project.build.outputTimestamp>1735702000</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit d70d2c2

Please sign in to comment.