Update jacoco-maven-plugin from `0.8.8-SNAPSHOT` to `0.8.8`

This commit is contained in:
Christian Koop 2022-06-07 19:33:52 +02:00
parent fc658d51c0
commit ee6b540a23
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8-SNAPSHOT</version>
<version>0.8.8</version>
<executions>
<execution>