diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-12-05 15:58:03 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-12-05 15:58:03 +0100 |
commit | c36a560e6304dc141ff487c367b79be978b6ae07 (patch) | |
tree | 9815d09a36e6426a9132aa8919d0fe5fd74b3372 /pom.xml | |
parent | d88d74ff8d447b4904b79aa8a1e333fb99bc64f2 (diff) | |
download | EAAF-Components-c36a560e6304dc141ff487c367b79be978b6ae07.tar.gz EAAF-Components-c36a560e6304dc141ff487c367b79be978b6ae07.tar.bz2 EAAF-Components-c36a560e6304dc141ff487c367b79be978b6ae07.zip |
add missing plugin version
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,6 +78,7 @@ <!-- Code quality checks --> + <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version> <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version> <maven-pmd-plugin.version>3.12.0</maven-pmd-plugin.version> <spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version> @@ -511,6 +512,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> + <version>${jacoco-maven-plugin.version}</version> <executions> <execution> <id>pre-unit-test</id> |