Skip to content

Commit 7053c5f

Browse files
committed
Update parent and take versions from the parent
1 parent 3595bbb commit 7053c5f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 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>34</version>
23+
<version>35</version>
2424
</parent>
2525
<groupId>org.mybatis.dynamic-sql</groupId>
2626
<artifactId>mybatis-dynamic-sql</artifactId>
@@ -52,9 +52,6 @@
5252
</distributionManagement>
5353

5454
<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>
5855
<junit.jupiter.version>5.9.0</junit.jupiter.version>
5956
<junit.platform.version>1.9.0</junit.platform.version>
6057
<spring.batch.version>4.3.6</spring.batch.version>

0 commit comments

Comments
 (0)