From 3a746639349f35b8e216dc38d65a43c5ea14f10d Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 10 Feb 2017 10:36:37 +0900 Subject: [PATCH] Fix inconsistent versioning of findbugs-maven-plugin In one place version 3.0.4 is used, and in another place 3.0.3 is used. Define the version (3.0.4) in a property and use that in both places, so it doesn't get inconsistent again next time the version is bumped. Change-Id: If3a2489cec78c0c9ef76aa6b941fda51b098e04b Signed-off-by: David Pursehouse --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9686faaaf..1b6b58983 100644 --- a/pom.xml +++ b/pom.xml @@ -208,6 +208,7 @@ 2.10.4 0.26.0 2.2.4 + 3.0.4 jacoco @@ -367,7 +368,7 @@ org.codehaus.mojo findbugs-maven-plugin - 3.0.4 + ${findbugs-maven-plugin-version} true false @@ -572,7 +573,7 @@ org.codehaus.mojo findbugs-maven-plugin - 3.0.3 + ${findbugs-maven-plugin-version} org.apache.maven.plugins