Skip to content

Commit

Permalink
config: correct jacoco version
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach authored and romani committed Oct 14, 2022
1 parent 1b9b244 commit e43884a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sevntu-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.1.201405082137</version>
<version>${maven.jacoco.plugin.version}</version>
<executions>
<execution>
<id>pre-unit-test</id>
Expand Down

0 comments on commit e43884a

Please sign in to comment.