summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2019-12-05 15:58:03 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2019-12-05 15:58:03 +0100
commitc36a560e6304dc141ff487c367b79be978b6ae07 (patch)
tree9815d09a36e6426a9132aa8919d0fe5fd74b3372
parentd88d74ff8d447b4904b79aa8a1e333fb99bc64f2 (diff)
downloadEAAF-Components-c36a560e6304dc141ff487c367b79be978b6ae07.tar.gz
EAAF-Components-c36a560e6304dc141ff487c367b79be978b6ae07.tar.bz2
EAAF-Components-c36a560e6304dc141ff487c367b79be978b6ae07.zip
add missing plugin version
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 171c5ac3..44e236eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>