We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faf7f0 commit 1cc2681Copy full SHA for 1cc2681
pom.xml
@@ -29,7 +29,7 @@
29
30
<groupId>org.mybatis</groupId>
31
<artifactId>mybatis-spring</artifactId>
32
- <version>4.0.0</version>
+ <version>4.0.1-SNAPSHOT</version>
33
34
<name>mybatis-spring</name>
35
<description>An easy-to-use Spring bridge for MyBatis sql mapping framework.</description>
@@ -122,7 +122,7 @@
122
<junit.version>6.0.1</junit.version>
123
124
<!-- Reproducible Builds -->
125
- <project.build.outputTimestamp>1764529899</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1764529975</project.build.outputTimestamp>
126
127
<!-- Set byte buddy to experimental -->
128
<net.bytebuddy.experimental>true</net.bytebuddy.experimental>
0 commit comments