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 476bd41 commit 7f103f8Copy full SHA for 7f103f8
3 files changed
README.md
@@ -28,7 +28,7 @@
28
<dependency>
29
<groupId>tk.mybatis</groupId>
30
<artifactId>mapper</artifactId>
31
- <version>6.0.0-beta</version>
+ <version>6.0.0</version>
32
</dependency>
33
```
34
pom.xml
@@ -35,7 +35,7 @@
35
<url>https://mybatis.io</url>
36
37
<properties>
38
- <revision>6.0.0-beta</revision>
+ <revision>6.0.0</revision>
39
<maven.compiler.source>17</maven.compiler.source>
40
<maven.compiler.target>17</maven.compiler.target>
41
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
wiki
0 commit comments