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 3595bbb commit 7053c5fCopy full SHA for 7053c5f
pom.xml
@@ -20,7 +20,7 @@
20
<parent>
21
<groupId>org.mybatis</groupId>
22
<artifactId>mybatis-parent</artifactId>
23
- <version>34</version>
+ <version>35</version>
24
</parent>
25
<groupId>org.mybatis.dynamic-sql</groupId>
26
<artifactId>mybatis-dynamic-sql</artifactId>
@@ -52,9 +52,6 @@
52
</distributionManagement>
53
54
<properties>
55
- <java.version>1.8</java.version>
56
- <maven.compiler.source>${java.version}</maven.compiler.source>
57
- <maven.compiler.target>${java.version}</maven.compiler.target>
58
<junit.jupiter.version>5.9.0</junit.jupiter.version>
59
<junit.platform.version>1.9.0</junit.platform.version>
60
<spring.batch.version>4.3.6</spring.batch.version>
0 commit comments