Skip to content

Commit 93d880c

Browse files
committed
test
1 parent 3f5dbe1 commit 93d880c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<maven.compile.source>1.8</maven.compile.source>
1818
<maven.compile.target>1.8</maven.compile.target>
1919
<maven.source.plugin>3.0.1</maven.source.plugin>
20-
<maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version>
20+
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
2121
<nexus.staging.maven.plugin>1.6.3</nexus.staging.maven.plugin>
2222

2323
<pagehelper-starter.version>1.2.7</pagehelper-starter.version>
@@ -121,6 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-compiler-plugin</artifactId>
124+
<version>${maven-compiler-plugin.version}</version>
124125
<configuration>
125126
<source>${maven.compile.source}</source>
126127
<target>${maven.compile.target}</target>
@@ -129,6 +130,10 @@
129130
</configuration>
130131
</plugin>
131132

133+
<plugin>
134+
<artifactId>maven-surefire-plugin</artifactId>
135+
<version>2.22.2</version>
136+
</plugin>
132137
</plugins>
133138
</build>
134139

@@ -153,6 +158,7 @@
153158
<plugin>
154159
<groupId>org.jacoco</groupId>
155160
<artifactId>jacoco-maven-plugin</artifactId>
161+
<version>0.8.2</version>
156162
<executions>
157163
<execution>
158164
<goals>
@@ -173,6 +179,7 @@
173179
<plugin>
174180
<groupId>org.openclover</groupId>
175181
<artifactId>clover-maven-plugin</artifactId>
182+
<version>4.3.1</version>
176183
<configuration>
177184
<generateHtml>true</generateHtml>
178185
<generateXml>true</generateXml>

0 commit comments

Comments
 (0)