Skip to content

Commit 43138a3

Browse files
committed
Fixing missing version in README.md
1 parent c842cc8 commit 43138a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Replace your jacoco-maven-plugin report-aggregate execution...
2222
<plugin>
2323
<groupId>org.codefilarete</groupId>
2424
<artifactId>jacoco-aggregate-submodule</artifactId>
25-
<version>${}</version>
25+
<version>${codefilarete.jacoco.version}</version>
2626
<executions>
2727
<execution>
2828
<id>report-aggregate</id>

0 commit comments

Comments
 (0)