From a9ef0268c64fa25f5c1047361a1421a3ef4619a5 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 9 Jun 2016 16:38:51 +0200 Subject: [PATCH] Update plugin property info checkstyle.runtime.version, gmaven.plugin.version, jar.plugin.version, and maven.release.version aren't used outside odlparent, remove them. Change-Id: Ic492b2f8ac01736c32485503c5418381423a650a Signed-off-by: Stephen Kitt --- odlparent/pom.xml | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) diff --git a/odlparent/pom.xml b/odlparent/pom.xml index e35991c2d..a3970ec00 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -48,30 +48,46 @@ ${maven.compiler.target} + 1.8 + 3.0.0 + 2.6.1 + 3.3 + 2.6 + 2.10.3 + 3.4 - 2.5.2 + + 2.18.1 + ${maven.bundle.version} - 6.16 + 2.17 + 0.2.0-SNAPSHOT + ${maven.compile.plugin.version} + 1.4.1 - 1.31 - 4.4.0 + + 1.31 + + 4.4.0 + + 2.18.1 - 1.0 + 0.7.2.201409121644 - ${maven.jar.version} 3.0.6 + 2.8.1 + 1.0-alpha-2 - ${maven.release.version} + + 2.5.2 @@ -130,7 +149,8 @@ com.puppycrawl.tools checkstyle - ${checkstyle.runtime.version} + + 6.16 @@ -1117,7 +1137,8 @@ com.puppycrawl.tools checkstyle - ${checkstyle.runtime.version} + + 6.16 org.opendaylight.odlparent @@ -1199,7 +1220,7 @@ maven-release-plugin - ${maven.release.version} + ${releaseplugin.version} maven-dependency-plugin @@ -1303,7 +1324,7 @@ org.codehaus.groovy.maven gmaven-plugin - ${gmaven.plugin.version} + 1.0 org.codehaus.mojo -- 2.36.6