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 f07b8a1 commit a0ef411Copy full SHA for a0ef411
pom.xml
@@ -20,7 +20,7 @@
20
<parent>
21
<groupId>org.mybatis</groupId>
22
<artifactId>mybatis-parent</artifactId>
23
- <version>31</version>
+ <version>32</version>
24
</parent>
25
<groupId>org.mybatis.dynamic-sql</groupId>
26
<artifactId>mybatis-dynamic-sql</artifactId>
@@ -42,7 +42,6 @@
42
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
43
<sonar.sources>pom.xml,src/main/java,src/main/kotlin</sonar.sources>
44
<sonar.tests>src/test/java,src/test/kotlin</sonar.tests>
45
- <jacoco.version>0.8.5</jacoco.version>
46
<kotlin.code.style>official</kotlin.code.style>
47
<test.containers.version>1.14.3</test.containers.version>
48
<osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export>
0 commit comments