From c9b262f0bdde51451e2fd133eb9ef381a22c4f7b Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 5 Feb 2017 16:17:59 +0100 Subject: [PATCH] Remove maven.antrun.plugin.version No autorelease projects are using this property, inline it. Change-Id: Ib7fe05d1c17865707e426960466eafde6fce59d6 Signed-off-by: Robert Varga --- odlparent/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/odlparent/pom.xml b/odlparent/pom.xml index 0902820b3..d285dbb43 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -48,8 +48,6 @@ ${maven.compiler.target} - - 1.8 3.0.1 @@ -1348,7 +1346,7 @@ We do not need to specify the groupId. --> maven-antrun-plugin - ${maven.antrun.plugin.version} + 1.8 maven-checkstyle-plugin -- 2.36.6