Skip to content

Commit d8c0f23

Browse files
authored
Update pom.xml
1 parent bd4c42c commit d8c0f23

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@
210210
<artifactId>maven-surefire-report-plugin</artifactId>
211211
<version>2.19.1</version>
212212
</plugin>
213-
<plugin>
213+
<plugin>
214214
<groupId>org.jacoco</groupId>
215215
<artifactId>jacoco-maven-plugin</artifactId>
216-
<version>${jacoco.version}</version>
216+
<version>0.8.6</version>
217217
<executions>
218218
<execution>
219219
<goals>
@@ -232,8 +232,8 @@
232232
</configuration>
233233
</execution>
234234
</executions>
235-
</plugin>
236-
</plugins>
235+
</plugin>
236+
</plugins>
237237
</reporting>
238238

239239
<profiles>

0 commit comments

Comments
 (0)