Skip to content

Commit d70d2c2

Browse files
authored
Merge pull request #3369 from mybatis/next
Release 3.5.18
2 parents af93a2b + 4ca0266 commit d70d2c2

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
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2009-2024 the original author or authors.
4+
Copyright 2009-2025 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
2929

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

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

105105
<dependencies>

0 commit comments

Comments
 (0)