Skip to content

Commit a0ef411

Browse files
committed
Update to parent 32
1 parent f07b8a1 commit a0ef411

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.mybatis</groupId>
2222
<artifactId>mybatis-parent</artifactId>
23-
<version>31</version>
23+
<version>32</version>
2424
</parent>
2525
<groupId>org.mybatis.dynamic-sql</groupId>
2626
<artifactId>mybatis-dynamic-sql</artifactId>
@@ -42,7 +42,6 @@
4242
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
4343
<sonar.sources>pom.xml,src/main/java,src/main/kotlin</sonar.sources>
4444
<sonar.tests>src/test/java,src/test/kotlin</sonar.tests>
45-
<jacoco.version>0.8.5</jacoco.version>
4645
<kotlin.code.style>official</kotlin.code.style>
4746
<test.containers.version>1.14.3</test.containers.version>
4847
<osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export>

0 commit comments

Comments
 (0)