From cc7a734ffb1a8c38bbcbea6a7a5aead3d25b713b Mon Sep 17 00:00:00 2001 From: Pawel Date: Mon, 20 Apr 2020 12:52:39 +0200 Subject: Extract versions to properties Issue-ID: INT-1517 Signed-off-by: Pawel Change-Id: If966e5f755fc22ad428141bc9d3fdbeb756fa6f8 --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index fe9d8c3..c29363f 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,8 @@ 0.31.0 true ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + 2.17 + 0.31.0 @@ -68,7 +70,7 @@ maven-checkstyle-plugin - 2.17 + ${maven-checkstyle-plugin.version} checkstyle-suppressions.xml checkstyle.suppressions.file @@ -77,7 +79,7 @@ io.fabric8 docker-maven-plugin - 0.31.0 + ${docker-maven-plugin-io-fabric.version} -- cgit 1.2.3-korg