Skip to content

Commit 238b523

Browse files
committed
插件升级到最新版
1 parent 3e6e66c commit 238b523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-compiler-plugin</artifactId>
58-
<version>3.6.1</version>
58+
<version>3.7.0</version>
5959
<configuration>
6060
<source>1.8</source>
6161
<target>1.8</target>
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.jacoco</groupId>
6666
<artifactId>jacoco-maven-plugin</artifactId>
67-
<version>0.7.9</version>
67+
<version>0.8.1</version>
6868
<executions>
6969
<execution>
7070
<goals>

0 commit comments

Comments
 (0)